diff options
author | ru <ru@FreeBSD.org> | 2001-11-20 13:54:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-11-20 13:54:11 +0000 |
commit | 161533f1558893d596bd393526574015970762f7 (patch) | |
tree | 36ac6c2d7e7c2fc4d0d0a0f70da2129cc8114716 /lib/libc | |
parent | c6b45ef12bf03e27c781f1c2a4d15efe4ec8b36b (diff) | |
download | FreeBSD-src-161533f1558893d596bd393526574015970762f7.zip FreeBSD-src-161533f1558893d596bd393526574015970762f7.tar.gz |
mdoc(7) police: consistently use the .Ux macro.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/rpc_soc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3 index 360ce3a..b514533 100644 --- a/lib/libc/rpc/rpc_soc.3 +++ b/lib/libc/rpc/rpc_soc.3 @@ -785,7 +785,7 @@ program version .Fa versnum ; the client uses -.Tn UNIX Ns -domain +.Ux Ns -domain sockets as a transport. The local program is located at the .Fa *raddr . @@ -796,7 +796,7 @@ is a socket; if it is then this routine opens a new one and sets .Fa sockp . Since -.Tn UNIX Ns \-based +.Ux Ns -based .Tn RPC uses buffered .Tn I/O , @@ -1417,7 +1417,7 @@ choose suitable defaults. .Xc .Pp This routine creates a -.Tn UNIX Ns \-based +.Ux Ns -based .Tn RPC service transport, to which it returns a pointer. The transport is associated with the socket @@ -1440,7 +1440,7 @@ This routine returns .Dv NULL if it fails. Since -.Tn UNIX Ns \-based +.Ux Ns -based .Tn RPC uses buffered .Tn I/O , |