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>
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