rpc.3: ffix

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

View File

@ -31,12 +31,12 @@ The prototypes below 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_t ") (XDR *, void *, ...);"
typedef bool_t (*\fIresultproc_t\fP) (caddr_t resp,
struct sockaddr_in *raddr);
.BI "typedef bool_t (*" resultproc_t ") (caddr_t " resp ,
.BI " struct sockaddr_in *" raddr );
.fi
.in
.LP