Commit 631605c0 authored by Vincent Whitchurch's avatar Vincent Whitchurch Committed by Jonathan Corbet

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: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarVincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9762dc14
......@@ -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.
==============================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment