xdr.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-29 22:01:46 +02:00
parent 4a42acaf3e
commit b7a12afe3f
1 changed files with 2 additions and 2 deletions

View File

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