diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
| commit | 0daa9e92d0cc449d25d4fd200759177024baae84 (patch) | |
| tree | ab554843b62ec3ad24acbdfbc8535e787c88d924 /man5/proc.5 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 86e4f9d423..b90f9142e2 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -1381,7 +1381,7 @@ valid for 30 seconds. .TP .I /proc/sys/kernel/cap-bound This file holds the value of the kernel -.IR "capability bounding set" +.I "capability bounding set" (expressed as a signed decimal number). This set is ANDed against the capabilities permitted to a process during @@ -1729,7 +1729,7 @@ Values are: In mode 0, calls of .BR mmap (2) with -.BR MAP_NORESERVE +.B 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 non-zero value implies mode 1. @@ -1768,7 +1768,7 @@ and the amount of time spent in idle process (seconds). This string identifies the kernel version that is currently running. It includes the contents of .IR /proc/sys/kernel/ostype , -.IR /proc/sys/kernel/osrelease +.I /proc/sys/kernel/osrelease and .IR /proc/sys/kernel/version . For example: |
