diff options
author | aaron <> | 2000-02-23 17:28:25 +0000 |
---|---|---|
committer | aaron <> | 2000-02-23 17:28:25 +0000 |
commit | c14c8afa7ab3b69a55a667bcf7d5350e039d72f0 (patch) | |
tree | 1d16115bf5d31f508af3b4da4312c63f2808f1b6 /src/lib/libc/net/rcmdsh.3 | |
parent | fa44c6e09caa5d89451c8803d8e57259b7c6d501 (diff) | |
download | openbsd-c14c8afa7ab3b69a55a667bcf7d5350e039d72f0.tar.gz openbsd-c14c8afa7ab3b69a55a667bcf7d5350e039d72f0.tar.bz2 openbsd-c14c8afa7ab3b69a55a667bcf7d5350e039d72f0.zip |
Small bits of clean-up.
Diffstat (limited to 'src/lib/libc/net/rcmdsh.3')
-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 2498f4c708..29a1e4cf63 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.6 1999/07/05 04:41:00 aaron Exp $ | 1 | .\" $OpenBSD: rcmdsh.3,v 1.7 2000/02/23 17:28:25 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. |
@@ -68,8 +68,8 @@ and a connection is established to a server | |||
68 | residing at the well-known Internet port | 68 | residing at the well-known Internet port |
69 | .Li shell/tcp | 69 | .Li shell/tcp |
70 | (or whatever port is used by | 70 | (or whatever port is used by |
71 | .Fa rshprog | 71 | .Fa rshprog ) . |
72 | ). The parameter | 72 | The parameter |
73 | .Fa inport | 73 | .Fa inport |
74 | is ignored; it is only included to provide an interface similar to | 74 | is ignored; it is only included to provide an interface similar to |
75 | .Xr rcmd 3 . | 75 | .Xr rcmd 3 . |
@@ -95,7 +95,7 @@ It returns \-1 on error and prints a diagnostic message on the standard error. | |||
95 | .Sh BUGS | 95 | .Sh BUGS |
96 | If | 96 | If |
97 | .Xr rsh 1 | 97 | .Xr rsh 1 |
98 | gets an error a file descriptor is still returned instead of \-1. | 98 | encounters an error, a file descriptor is still returned instead of \-1. |
99 | .Sh HISTORY | 99 | .Sh HISTORY |
100 | The | 100 | The |
101 | .Fn rcmdsh | 101 | .Fn rcmdsh |