aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
Diffstat (limited to 'man5')
-rw-r--r--man5/gai.conf.56
-rw-r--r--man5/slabinfo.58
2 files changed, 10 insertions, 4 deletions
diff --git a/man5/gai.conf.5 b/man5/gai.conf.5
index ca082637bb..5baa48190a 100644
--- a/man5/gai.conf.5
+++ b/man5/gai.conf.5
@@ -80,7 +80,8 @@ file is supported by glibc since version 2.5.
The default table according to RFC\ 3484 would be specified with the
following configuration file:
.PP
-.nf
+.in +4n
+.EX
label ::1/128 0
label ::/0 1
label 2002::/16 2
@@ -91,7 +92,8 @@ precedence ::/0 40
precedence 2002::/16 30
precedence ::/96 20
precedence ::ffff:0:0/96 10
-.fi
+.EE
+.in
.\" .SH AUTHOR
.\" Ulrich Drepper <drepper@redhat.com>
.\"
diff --git a/man5/slabinfo.5 b/man5/slabinfo.5
index 382cc8e584..f438acb71d 100644
--- a/man5/slabinfo.5
+++ b/man5/slabinfo.5
@@ -39,7 +39,7 @@ The following (edited) output shows an example of the
contents of this file:
.PP
.in 0
-.nf
+.EX
$ \fBsudo cat /proc/slabinfo\fP
slabinfo - version: 2.1
# name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> ...
@@ -95,7 +95,11 @@ the tunables for a particular cache can be set by writing
lines of the following form to
.IR /proc/slabinfo :
.PP
- # \fBecho 'name limit batchcount sharedfactor' > /proc/slabinfo\fP
+.in +4n
+.EX
+# \fBecho 'name limit batchcount sharedfactor' > /proc/slabinfo\fP
+.EE
+.in
.PP
Here,
.I name