Berkeley copyright
[unix-history] / usr / src / libexec / rshd / rshd.8
index 793915b..8ab4a3c 100644 (file)
@@ -1,10 +1,21 @@
-.\" Copyright (c) 1983 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1983 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)rshd.8      6.3 (Berkeley) %G%
+.\" Redistribution and use in source and binary forms are permitted
+.\" provided that the above copyright notice and this paragraph are
+.\" duplicated in all such forms and that any documentation,
+.\" advertising materials, and other materials related to such
+.\" distribution and use acknowledge that the software was developed
+.\" by the University of California, Berkeley.  The name of the
+.\" University may not be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\"
-.TH RSHD 8C ""
+.\"    @(#)rshd.8      6.5 (Berkeley) %G%
+.\"
+.TH RSHD 8 ""
 .UC 5
 .SH NAME
 rshd \- remote shell server
 .UC 5
 .SH NAME
 rshd \- remote shell server
@@ -34,7 +45,7 @@ The server reads characters from the socket up
 to a null (`\e0') byte.  The resultant string is
 interpreted as an ASCII number, base 10.
 .IP 3)
 to a null (`\e0') byte.  The resultant string is
 interpreted as an ASCII number, base 10.
 .IP 3)
-If the number received in step 1 is non-zero,
+If the number received in step 2 is non-zero,
 it is interpreted as the port number of a secondary
 stream to be used for the 
 .BR stderr .
 it is interpreted as the port number of a secondary
 stream to be used for the 
 .BR stderr .
@@ -151,8 +162,7 @@ on the connection associated with the
 .BR stderr ,
 and is not preceded by a flag byte.
 .SH SEE ALSO
 .BR stderr ,
 and is not preceded by a flag byte.
 .SH SEE ALSO
-rsh(1C),
-rcmd(3X)
+rsh(1), rcmd(3)
 .SH BUGS
 The authentication procedure used here assumes the integrity
 of each client machine and the connecting medium.  This is
 .SH BUGS
 The authentication procedure used here assumes the integrity
 of each client machine and the connecting medium.  This is