Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/admin-guide/mm: correct typo 'quired' to 'queried'

Convert the word "quired" to the word "queried" which makes more
sense in this context.

Signed-off-by: Daniel Watson <ozzloy@each.do>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/878qymrjrg.fsf@trent-reznor

authored by

Daniel Watson and committed by
Jonathan Corbet
6b2fa426 df472c2b

+1 -1
+1 -1
Documentation/admin-guide/mm/index.rst
··· 10 10 11 11 Linux memory management is a complex system with many configurable 12 12 settings. Most of these settings are available via ``/proc`` 13 - filesystem and can be quired and adjusted using ``sysctl``. These APIs 13 + filesystem and can be queried and adjusted using ``sysctl``. These APIs 14 14 are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_. 15 15 16 16 .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html