xdr.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-06-05 16:12:24 +02:00
parent ef800a1862
commit d5a7e77e1d
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ and make use of the following types:
.in +4n
.nf
typedef int \fIbool_t\fP;
.BI "typedef int " bool_t ;
typedef bool_t (*\fIxdrproc_t\fP) (XDR *, void *,...);
.BI "typedef bool_t (*" xdrproc_ti ") (XDR *, void *,...);"
.fi
.in
.LP