]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man5/gai.conf.5
hypot.3: srcfix: add some notes about the underflow case
[thirdparty/man-pages.git] / man5 / gai.conf.5
index d34f9d212c6da54a93afe7952f86ed1ee27af348..296be51cd54062a08b4f5a572a15583c76bc2435 100644 (file)
@@ -31,7 +31,7 @@ For this reason,
 the RFC also requires that system administrators should have the possibility
 to dynamically change the sorting.
 For the glibc implementation, this can be achieved with the
-.IR /etc/gai.conf
+.I /etc/gai.conf
 file.
 .PP
 Each line in the configuration file consists of a keyword and its parameters.
@@ -79,8 +79,9 @@ file is supported by glibc since version 2.5.
 .SH EXAMPLE
 The default table according to RFC\ 3484 would be specified with the
 following configuration file:
-
-.nf
+.PP
+.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>
 .\"