diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-25 01:20:33 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-25 01:20:33 +0300 |
commit | 71c5f03154ac1cb27423b984743ccc2f5d11d14d (patch) | |
tree | c26af8aab30607a7e44f996999ec43902b145c9b /Documentation/admin-guide | |
parent | 555a6e8c11e6282bb2704ef1cee64ceaeb41773e (diff) | |
parent | c635b0cea6b812898563809a13e65278989b2c72 (diff) | |
download | linux-71c5f03154ac1cb27423b984743ccc2f5d11d14d.tar.xz |
Merge tag 'docs-5.11-2' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet:
"A small set of late-arriving, small documentation fixes"
* tag 'docs-5.11-2' of git://git.lwn.net/linux:
docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rst
Documentation/submitting-patches: Document the SoB chain
Documentation: process: Correct numbering
docs: submitting-patches: Trivial - fix grammatical error
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/sysctl/vm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst index e972caa43bd4..e35a3f2fb006 100644 --- a/Documentation/admin-guide/sysctl/vm.rst +++ b/Documentation/admin-guide/sysctl/vm.rst @@ -428,7 +428,7 @@ While most applications need less than a thousand maps, certain programs, particularly malloc debuggers, may consume lots of them, e.g., up to one or two maps per allocation. -The default value is 65536. +The default value is 65530. memory_failure_early_kill: |