rpc.3: ffix

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

View File

@ -29,7 +29,7 @@ To take use of these routines, include the header file
The prototypes below make use of the following types:
.PP
.in +4n
.RS 4
.EX
.BI "typedef int " bool_t ;
.PP
@ -38,7 +38,7 @@ The prototypes below make use of the following types:
.BI "typedef bool_t (*" resultproc_t ") (caddr_t " resp ,
.BI " struct sockaddr_in *" raddr );
.EE
.in
.RE
.PP
See the header files for the declarations of the
.IR AUTH ,