=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/rdist.1,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/rdist/rdist.1 2007/02/26 16:17:10 1.24 --- src/usr.bin/rdist/rdist.1 2007/02/26 16:39:23 1.25 *************** *** 1,4 **** ! .\" $OpenBSD: rdist.1,v 1.24 2007/02/26 16:17:10 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: rdist.1,v 1.25 2007/02/26 16:39:23 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. *************** *** 77,83 **** option is present, the program looks first for .Pa distfile , then ! .Pa Distfile to use as the input. If no names are specified on the command line, .Nm --- 77,83 ---- option is present, the program looks first for .Pa distfile , then ! .Pa Distfile , to use as the input. If no names are specified on the command line, .Nm *************** *** 92,104 **** uses a remote shell command to access each target host. By default, .Xr ssh 1 ! is used, unless overridden by the .Fl P option or the .Ev RSH environment variable. If the target host is the string ! .Em localhost and the remote user name is the same as the local user name, .Nm will run the command: --- 92,104 ---- uses a remote shell command to access each target host. By default, .Xr ssh 1 ! is used unless overridden by the .Fl P option or the .Ev RSH environment variable. If the target host is the string ! .Dq localhost and the remote user name is the same as the local user name, .Nm will run the command: *************** *** 110,143 **** .Nm run will run the command: .Bd -literal -offset indent ! ssh host -l remuser rdistd -S .Ed .Pp ! where ! .Em host ! is the name of the target host, ! .Em remuser ! is the name of the user to make the connection as, and ! .Em rdistd ! is the rdist server command on the target host as shown below. .Pp On each target host .Nm ! will attempt to run the command .Bd -literal -offset indent rdistd -S .Ed ! or ! .Bd -literal -compact -offset indent \*(Ltrdistd path\*(Gt -S .Ed .Pp - if the - .Fl p - option was specified. If no .Fl p ! option is included, or the .Aq Ar rdistd path is a simple filename, .Xr rdistd 1 --- 110,142 ---- .Nm run will run the command: .Bd -literal -offset indent ! ssh \*(Lthost\*(Gt -l \*(Ltlogin_name\*(Gt rdistd -S .Ed .Pp ! .Ar host ! is the name of the target host; ! .Ar login_name ! is the name of the user to make the connection as. .Pp On each target host .Nm ! will attempt to run the command: .Bd -literal -offset indent rdistd -S .Ed ! .Pp ! Or if the ! .Fl p ! option was specified, ! .Nm ! will attempt to run the command: ! .Bd -literal -offset indent \*(Ltrdistd path\*(Gt -S .Ed .Pp If no .Fl p ! option is specified, or .Aq Ar rdistd path is a simple filename, .Xr rdistd 1