diff options
Diffstat (limited to 'usr.bin/rsh/rsh.1')
-rw-r--r-- | usr.bin/rsh/rsh.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 5ca5887..ed02ea3 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -47,14 +47,16 @@ .Ar host .Op command .Sh DESCRIPTION -.Nm Rsh -executes +The +.Nm +utility executes .Ar command on .Ar host . .Pp -.Nm Rsh -copies its standard input to the remote command, the standard +The +.Nm +utility 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 signals are propagated to the remote |