rpc.3, xdr.3: spfix: s/in-line/inline/ (consistent with majority usage)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-03-31 09:23:02 +13:00
parent 027ac74c30
commit d611514893
2 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ the client uses TCP/IP as a transport.
The remote program is located at Internet address
.IR *addr .
If
.\"The following in-line font conversion is necessary for the hyphen indicator
.\"The following inline font conversion is necessary for the hyphen indicator
\fIaddr\->sin_port\fR
is zero, then it is set to the actual port that the remote
program is listening on (the remote

View File

@ -171,7 +171,7 @@ although the XDR stream instances need not guarantee this.
.BI "long *xdr_inline(XDR *" xdrs ", int " len );
.fi
.IP
A macro that invokes the in-line routine associated with the XDR stream,
A macro that invokes the inline routine associated with the XDR stream,
.IR xdrs .
The routine returns a pointer
to a contiguous piece of the stream's buffer;