diff options
Diffstat (limited to 'src/lib/libc/net/rcmdsh.3')
-rw-r--r-- | src/lib/libc/net/rcmdsh.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/lib/libc/net/rcmdsh.3 b/src/lib/libc/net/rcmdsh.3 index f5fbe1e891..2498f4c708 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.5 1999/07/02 17:04:16 aaron Exp $ | 1 | .\" $OpenBSD: rcmdsh.3,v 1.6 1999/07/05 04:41:00 aaron 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. |
@@ -51,7 +51,7 @@ on reserved port numbers using | |||
51 | .Xr rshd 8 | 51 | .Xr rshd 8 |
52 | or the value of | 52 | or the value of |
53 | .Fa rshprog | 53 | .Fa rshprog |
54 | (if non-NULL). | 54 | (if non-null). |
55 | .Pp | 55 | .Pp |
56 | The | 56 | The |
57 | .Fn rcmdsh | 57 | .Fn rcmdsh |
@@ -80,12 +80,7 @@ a socket in the | |||
80 | domain of type | 80 | domain of type |
81 | .Dv SOCK_STREAM | 81 | .Dv SOCK_STREAM |
82 | is returned to the caller, and given to the remote | 82 | is returned to the caller, and given to the remote |
83 | command as | 83 | command as stdin and stdout, and stderr. |
84 | .Em stdin | ||
85 | and | ||
86 | .Em stdout , | ||
87 | and | ||
88 | .Em stderr . | ||
89 | .Sh DIAGNOSTICS | 84 | .Sh DIAGNOSTICS |
90 | The | 85 | The |
91 | .Fn rcmdsh | 86 | .Fn rcmdsh |