diff options
| author | scottr <scottr@NetBSD.org> | 1998-01-14 00:40:51 +0000 |
|---|---|---|
| committer | scottr <scottr@NetBSD.org> | 1998-01-14 00:40:51 +0000 |
| commit | 6da8e8dc165987ab2beb9b5e988e80280202e98e (patch) | |
| tree | 7c49c961dc5615b73c3d8605637f0add6482a41b /bin/rcmd | |
| parent | 61826c3946e57d466665e543945aef9487481fd9 (diff) | |
Grammar police, plus a bit of general cleanup of the BUGS section.
Diffstat (limited to 'bin/rcmd')
| -rw-r--r-- | bin/rcmd/rcmd.1 | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/bin/rcmd/rcmd.1 b/bin/rcmd/rcmd.1 index 7f778b839d9..8c83bd38f66 100644 --- a/bin/rcmd/rcmd.1 +++ b/bin/rcmd/rcmd.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rcmd.1,v 1.5 1997/10/20 08:53:05 enami Exp $ +.\" $NetBSD: rcmd.1,v 1.6 1998/01/14 00:40:51 scottr Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green. .\" Copyright (c) 1983, 1990 The Regents of the University of California. @@ -150,10 +150,10 @@ to The .Nm command appeared in -.Nx 1.3 . -It is mostly derived from +.Nx 1.3 +and is primarily derived from .Xr rsh 1 . -It's purpose was to create a backend driver for +Its purpose was to create a backend driver for .Xr rcmd 3 that would allow the users of .Xr rcmd 3 @@ -173,18 +173,19 @@ using the .Fl n option. .Pp -You cannot run an interactive command -(like +You cannot use +.Nm rcmd +to run an interactive command (like .Xr rogue 6 or -.Xr vi 1 ) -using -.Nm -use +.Xr vi 1 ). +Use .Xr rlogin 1 instead. .Pp -Stop signals stop the local +The stop signal, +.Dv SIGSTOP , +will stop the local .Nm -process only; this is arguably wrong, but currently hard to fix for reasons +process only. This is arguably wrong, but currently hard to fix for reasons too complicated to explain here. |
