diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-06-15 13:32:34 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-06-15 13:32:34 +0000 |
commit | f59a3f1941d7bdebc077e727969c732e06e0d0a7 (patch) | |
tree | aa59ccba1330c8d26a813609de6a732d3b1a4047 /man5 | |
parent | 7ecc26f664e7a31d2981e990289739c88495ea33 (diff) |
Global edit: s/nonzero/non-zero/
Diffstat (limited to 'man5')
-rw-r--r-- | man5/proc.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 69d01aa0..65bc47c8 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -903,7 +903,7 @@ nr_dentry seems to be 0 all the time. nr_unused seems to be the number of unused dentries. age_limit is the age in seconds after which dcache entries can be reclaimed when memory is short and want_pages is -nonzero when the kernel has called shrink_dcache_pages() and the +non-zero when the kernel has called shrink_dcache_pages() and the dcache isn't pruned yet. .TP .I /proc/sys/fs/dir-notify-enable @@ -994,7 +994,7 @@ nr_inodes is the number of inodes the system has allocated. This can be slightly more than inode-max because Linux allocates them one pageful at a time. nr_free_inodes represents the number of free inodes. -preshrink is nonzero when the nr_inodes > inode-max and the +preshrink is non-zero when the nr_inodes > inode-max and the system needs to prune the inode list instead of allocating more. .TP @@ -1181,7 +1181,7 @@ each time the system hits the idle loop. .I /proc/sys/kernel/l2cr (PowerPC only) This file contains a flag that controls the L2 cache of G3 processor -boards. If 0, the cache is disabled. Enabled if nonzero. +boards. If 0, the cache is disabled. Enabled if non-zero. .TP .I /proc/sys/kernel/modprobe This file @@ -1220,7 +1220,7 @@ and .I /proc/sys/kernel/panic gives read/write access to the kernel variable .IR panic_timeout . -If this is zero, the kernel will loop on a panic; if nonzero +If this is zero, the kernel will loop on a panic; if non-zero it indicates that the kernel should autoreboot after this number of seconds. When you use the software watchdog device driver, the recommended setting is 60. @@ -1402,7 +1402,7 @@ In mode 0, calls of .BR mmap (2) with MAP_NORESERVE set are not checked, and the default check is very weak, leading to the risk of getting a process "OOM-killed". -Under Linux 2.4 any nonzero value implies mode 1. +Under Linux 2.4 any non-zero value implies mode 1. In mode 2 (available since Linux 2.6), the total virtual address space on the system is limited to (SS + RAM*(r/100)), where SS is the size of the swap space, and RAM |