diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-02-23 17:28:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-02-23 17:28:26 +0000 |
commit | aba704852e60c1dcbfc63899699420018e5060d5 (patch) | |
tree | 762350921126e7ebdb451019f0e43fb0fcf42074 /lib/libc/net/rcmdsh.3 | |
parent | cedfa0c32057e4d7d642fd8e3992d4aef1ae5a4b (diff) |
Small bits of clean-up.
Diffstat (limited to 'lib/libc/net/rcmdsh.3')
-rw-r--r-- | lib/libc/net/rcmdsh.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3 index 2498f4c708a..29a1e4cf63d 100644 --- a/lib/libc/net/rcmdsh.3 +++ b/lib/libc/net/rcmdsh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmdsh.3,v 1.6 1999/07/05 04:41:00 aaron Exp $ +.\" $OpenBSD: rcmdsh.3,v 1.7 2000/02/23 17:28:25 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,8 +68,8 @@ and a connection is established to a server residing at the well-known Internet port .Li shell/tcp (or whatever port is used by -.Fa rshprog -). The parameter +.Fa rshprog ) . +The parameter .Fa inport is ignored; it is only included to provide an interface similar to .Xr rcmd 3 . @@ -95,7 +95,7 @@ It returns \-1 on error and prints a diagnostic message on the standard error. .Sh BUGS If .Xr rsh 1 -gets an error a file descriptor is still returned instead of \-1. +encounters an error, a file descriptor is still returned instead of \-1. .Sh HISTORY The .Fn rcmdsh |