]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
xdr.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 20:01:46 +0000 (22:01 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 20:01:46 +0000 (22:01 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/xdr.3

index aa4eaeecba8b72a05296b097379ea60017370436..713827567f551bbbe4a786eeda49a3531cc9553f 100644 (file)
@@ -21,13 +21,13 @@ The prototypes below are declared in
 .I <rpc/xdr.h>
 and make use of the following types:
 .PP
-.in +4n
+.RS 4
 .EX
 .BI "typedef int " bool_t ;
 .PP
 .BI "typedef bool_t (*" xdrproc_t ") (XDR *, void *,...);"
 .EE
-.in
+.RE
 .PP
 For the declaration of the
 .I XDR