Skip to content

Commit 30ec9fd

Browse files
committed
docs: Remove colon from ctltable title in vm.rst
Removing them solves an issue where they were incorrectly considered as not implemented by the check-sysctl-docs script Signed-off-by: Joel Granados <[email protected]>
1 parent e97a96b commit 30ec9fd

File tree

1 file changed

+4
-4
lines changed
  • Documentation/admin-guide/sysctl

1 file changed

+4
-4
lines changed

Documentation/admin-guide/sysctl/vm.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ The minimum value is 1 (1/1 -> 100%). The value less than 1 completely
465465
disables protection of the pages.
466466

467467

468-
max_map_count:
469-
==============
468+
max_map_count
469+
=============
470470

471471
This file contains the maximum number of memory map areas a process
472472
may have. Memory map areas are used as a side-effect of calling
@@ -495,8 +495,8 @@ memory allocations.
495495
The default value depends on CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT.
496496

497497

498-
memory_failure_early_kill:
499-
==========================
498+
memory_failure_early_kill
499+
=========================
500500

501501
Control how to kill processes when uncorrected memory error (typically
502502
a 2bit error in a memory module) is detected in the background by hardware

0 commit comments

Comments
 (0)