diff options
author | sobrado <> | 2009-12-29 10:25:43 +0000 |
---|---|---|
committer | sobrado <> | 2009-12-29 10:25:43 +0000 |
commit | 02bd65680ea3f5e66668cc33fee4837f84dede0c (patch) | |
tree | dd0151259f48c70e49740d54dee1bddc9158bd2c /src | |
parent | adcff29d3eb8a9b8623e2fc0f4f8554a1a1c9763 (diff) | |
download | openbsd-02bd65680ea3f5e66668cc33fee4837f84dede0c.tar.gz openbsd-02bd65680ea3f5e66668cc33fee4837f84dede0c.tar.bz2 openbsd-02bd65680ea3f5e66668cc33fee4837f84dede0c.zip |
replace a few remaining UNIX terms with .Ux macros; this diff
completes the changes from Oct 22.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/rcmdsh.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/rcmdsh.3 b/src/lib/libc/net/rcmdsh.3 index 07a28beeba..f7de0808f5 100644 --- a/src/lib/libc/net/rcmdsh.3 +++ b/src/lib/libc/net/rcmdsh.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmdsh.3,v 1.12 2007/05/31 19:19:30 jmc Exp $ | 1 | .\" $OpenBSD: rcmdsh.3,v 1.13 2009/12/29 10:25:43 sobrado Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: May 31 2007 $ | 30 | .Dd $Mdocdate: December 29 2009 $ |
31 | .Dt RCMDSH 3 | 31 | .Dt RCMDSH 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -70,8 +70,8 @@ is ignored; it is only included to provide an interface similar to | |||
70 | .Xr rcmd 3 . | 70 | .Xr rcmd 3 . |
71 | .Pp | 71 | .Pp |
72 | If the connection succeeds, a socket in the | 72 | If the connection succeeds, a socket in the |
73 | .Tn UNIX | 73 | .Ux Ns -domain |
74 | domain of type | 74 | of type |
75 | .Dv SOCK_STREAM | 75 | .Dv SOCK_STREAM |
76 | is returned to the caller, and given to the remote | 76 | is returned to the caller, and given to the remote |
77 | command as stdin and stdout, and stderr. | 77 | command as stdin and stdout, and stderr. |