diff options
Diffstat (limited to 'man3/rpc.3')
| -rw-r--r-- | man3/rpc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/rpc.3 b/man3/rpc.3 index c5cf1124b3..cc46eef0e8 100644 --- a/man3/rpc.3 +++ b/man3/rpc.3 @@ -28,13 +28,13 @@ To take use of these routines, include the header file .IR "<rpc/rpc.h>" . The prototypes below make use of the following types: +.PP .in +4n .nf - .BI "typedef int " bool_t ; - +.PP .BI "typedef bool_t (*" xdrproc_t ") (XDR *, void *, ...);" - +.PP .BI "typedef bool_t (*" resultproc_t ") (caddr_t " resp , .BI " struct sockaddr_in *" raddr ); .fi |
