mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Documentation/sysctl/vm.txt: Fix drop_caches bit number
Bits are usually numbered starting from zero, so 4 should be bit 2, not bit 3. Suggested-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
9762dc1432
commit
631605c007
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ used:
|
|||
cat (1234): drop_caches: 3
|
||||
|
||||
These are informational only. They do not mean that anything is wrong
|
||||
with your system. To disable them, echo 4 (bit 3) into drop_caches.
|
||||
with your system. To disable them, echo 4 (bit 2) into drop_caches.
|
||||
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue