Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-12-30 16:01:21 +00:00
parent 99e09afef5
commit a49d636c06
2 changed files with 4 additions and 4 deletions

View File

@ -466,7 +466,7 @@ mbstowcs.3
rpc.3
mtk
Convert function declarations to use modern C prototypes.
Add text and start of page describing header files
Add text and start of page describing header files
and types required by functions.
Reformat discussion of request under clnt_control().

View File

@ -30,7 +30,7 @@ typedef int \fIbool_t\fP;
typedef bool_t (*\fIxdrproc_t\fP) (XDR *, void *,...);
typedef bool_t (*\fIresultproc_t\fP) (caddr_t resp,
typedef bool_t (*\fIresultproc_t\fP) (caddr_t resp,
struct sockaddr_in *raddr);
.fi
.LP
@ -92,7 +92,7 @@ Calls
with the appropriate parameters.
.LP
.nf
.BI "int callrpc(char *" host ", unsigned long " prognum ,
.BI "int callrpc(char *" host ", unsigned long " prognum ,
.BI " unsigned long " versnum ", unsigned long " procnum ,
.BI " char *" in ", char *" out ,
.BI " xdrproc_t " inproc ", xdrproc_t " outproc );
@ -440,7 +440,7 @@ values of zero choose suitable defaults.
This routine returns NULL if it fails.
.LP
.nf
.BI "CLIENT *clntudp_create(struct sockaddr_in *" addr ,
.BI "CLIENT *clntudp_create(struct sockaddr_in *" addr ,
.BI " unsigned long " prognum ", unsigned long " versnum ,
.BI " struct timeval " wait ", int *" sockp );
.fi