aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/xdr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/xdr.3 b/man3/xdr.3
index aa4eaeecba..713827567f 100644
--- a/man3/xdr.3
+++ b/man3/xdr.3
@@ -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