diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-19 10:56:06 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-19 13:47:27 +0200 |
| commit | 9c40f2b9ba935b423a6c31ec4c252c3afdee696c (patch) | |
| tree | 34b69daa340b0902f39c0bbbeeee84e53efecdbb /man5 | |
| parent | 010c75a2bbe2768e27998d476da04f0b23084234 (diff) | |
| download | man-pages-9c40f2b9ba935b423a6c31ec4c252c3afdee696c.tar.gz | |
random.4, gai.conf.5, slabinfo.5, cgroup_namespaces.7, feature_test_macros.7, keyrings.7, locale.7, man-pages.7, sock_diag.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/gai.conf.5 | 6 | ||||
| -rw-r--r-- | man5/slabinfo.5 | 8 |
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 |
