This commit is contained in:
Michael Kerrisk 2007-11-23 18:45:54 +00:00
parent 7b5193bc53
commit 821643a889
1 changed files with 5 additions and 3 deletions

View File

@ -1039,8 +1039,9 @@ same process.
.TP
.I /proc/slabinfo
Information about kernel caches.
Since Linux 2.6.16 this file is only present if the CONFIG_SLAB kernel
configuration option is enabled.
Since Linux 2.6.16 this file is only present if the
.B CONFIG_SLAB
kernel configuration option is enabled.
The columns in
.I /proc/slabinfo
are:
@ -1499,7 +1500,8 @@ This file contains the path for the kernel module loader.
The default value is
.IR /sbin/modprobe .
The file is only present if the kernel is built with the
CONFIG_KMOD option enabled.
.B CONFIG_KMOD
option enabled.
It is described by the kernel source file
.I Documentation/kmod.txt
(only present in kernel 2.4 and earlier).