From 821643a889cfcf662f483c40fdec7e4712dd502f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 23 Nov 2007 18:45:54 +0000 Subject: [PATCH] ffix --- man5/proc.5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 4581e6ca6..3e568c08d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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).