Subject: bin/3722: typo in rcmd(1); Rsh -> Rcmd
To: None <gnats-bugs@gnats.netbsd.org>
From: None <enami@ba2.so-net.or.jp>
List: netbsd-bugs
Date: 06/08/1997 12:38:26
>Number: 3722
>Category: bin
>Synopsis: typo in rcmd(1); Rsh -> Rcmd
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun Jun 8 01:35:04 1997
>Last-Modified:
>Originator: enami tsugutomo
>Organization:
>Release: NetBSD-current 1997 June 06
>Environment:
System: NetBSD pavlov.enami.ba2.so-net.or.jp 1.2E NetBSD 1.2E (PAVLOV) #277: Tue Jun 3 23:19:09 JST 1997 enami@pavlov.enami.ba2.so-net.or.jp:/b/netbsd/kernel/compile/PAVLOV i386
>Description:
There is a typo in rcmd(1).
>How-To-Repeat:
Type man rcmd, then you see:
:
DESCRIPTION
rcmd executes command on host.
Rsh copies its standard input to the remote command, the standard output
^^^
of the remote command to its standard output, and the standard error of
the remote command to its standard error. Interrupt, quit and terminate
:
>Fix:
Here is my fix:
Index: rcmd.1
===================================================================
RCS file: /a/cvsroot/NetBSD/src/bin/rcmd/rcmd.1,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 rcmd.1
--- rcmd.1 1997/05/27 13:50:28 1.1.1.1
+++ rcmd.1 1997/06/08 03:31:50
@@ -57,7 +57,7 @@
on
.Ar host .
.Pp
-.Nm Rsh
+.Nm Rcmd
copies its standard input to the remote command, the standard
output of the remote command to its standard output, and the
standard error of the remote command to its standard error.
>Audit-Trail:
>Unformatted: