]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
rpc.3, xdr.3: spfix: s/in-line/inline/ (consistent with majority usage)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 30 Mar 2009 20:23:02 +0000 (09:23 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 30 Mar 2009 20:23:02 +0000 (09:23 +1300)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/rpc.3
man3/xdr.3

index 410f3359e1b99f3598a50fba71cf8990175ff767..5d4b36a6cec672df637d916a5473c4b2f5ae9c0b 100644 (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
index da19a5b3b1541ca4ea5d10938d616a6c8a656a7e..776b5893d828bc2cbe24d816f2edf7901b7d9ab8 100644 (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;