diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-04-06 11:09:55 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-06 07:09:35 -0700 |
commit | 5a3016a61530ea171c1b8ab23d7f651de919e39f (patch) | |
tree | b4a42134bb6d2f5c4b172a0cbc9390ce427f1df0 /Documentation/sysctl | |
parent | 79add6277396b91c638f16eb2f1338badc47760d (diff) | |
download | linux-3.10-5a3016a61530ea171c1b8ab23d7f651de919e39f.tar.gz linux-3.10-5a3016a61530ea171c1b8ab23d7f651de919e39f.tar.bz2 linux-3.10-5a3016a61530ea171c1b8ab23d7f651de919e39f.zip |
doc: fix 3 typos in sysctl/vm.txt
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/vm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 30289fab86e..96f0ee825be 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -481,10 +481,10 @@ the DMA zone. Type(A) is called as "Node" order. Type (B) is "Zone" order. "Node order" orders the zonelists by node, then by zone within each node. -Specify "[Nn]ode" for zone order +Specify "[Nn]ode" for node order "Zone Order" orders the zonelists by zone type, then by node within each -zone. Specify "[Zz]one"for zode order. +zone. Specify "[Zz]one" for zone order. Specify "[Dd]efault" to request automatic configuration. Autoconfiguration will select "node" order in following case. |