diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/rcmd.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3 index a17872a9b9..b77e417b87 100644 --- a/src/lib/libc/net/rcmd.3 +++ b/src/lib/libc/net/rcmd.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmd.3,v 1.30 2014/04/18 22:04:54 jmc Exp $ | 1 | .\" $OpenBSD: rcmd.3,v 1.31 2014/04/19 18:11:19 tedu 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: April 18 2014 $ | 30 | .Dd $Mdocdate: April 19 2014 $ |
31 | .Dt RCMD 3 | 31 | .Dt RCMD 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -75,7 +75,7 @@ Alternately, if the user is not the superuser, | |||
75 | will invoke | 75 | will invoke |
76 | .Xr rcmdsh 3 | 76 | .Xr rcmdsh 3 |
77 | to run the command via | 77 | to run the command via |
78 | .Xr rsh 1 . | 78 | .Xr ssh 1 . |
79 | While | 79 | While |
80 | .Fn rcmd | 80 | .Fn rcmd |
81 | can handle IPv4 cases only, | 81 | can handle IPv4 cases only, |
@@ -247,7 +247,7 @@ The error code | |||
247 | is overloaded to mean | 247 | is overloaded to mean |
248 | .Dq all network ports in use . | 248 | .Dq all network ports in use . |
249 | .Sh SEE ALSO | 249 | .Sh SEE ALSO |
250 | .Xr rsh 1 , | 250 | .Xr ssh 1 , |
251 | .Xr intro 2 , | 251 | .Xr intro 2 , |
252 | .Xr bindresvport 3 , | 252 | .Xr bindresvport 3 , |
253 | .Xr bindresvport_sa 3 , | 253 | .Xr bindresvport_sa 3 , |