From d73dc0c9a30279d9c231c39c77e6783def2b489b Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 1 Mar 2007 23:01:19 +0000 Subject: minor cleanup for the rest of this page; --- usr.bin/rdist/rdist.1 | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'usr.bin/rdist/rdist.1') diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 3970da53dc0..616c7fa5fa6 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.32 2007/03/01 22:51:57 jmc Exp $ +.\" $OpenBSD: rdist.1,v 1.33 2007/03/01 23:01:18 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -723,21 +723,22 @@ and all messages will be written to the file .Pa /tmp/rdist.log . .Sh ENVIRONMENT .Bl -tag -width "TMPDIR" -.It TMPDIR -Name of temporary directory to use. -Default is -.Pa /tmp . .It RSH Name of the default remote shell program to use. -Default is +The default is .Xr ssh 1 . +.It TMPDIR +Name of the temporary directory to use. +The default is +.Pa /tmp . .El .Sh FILES .Bl -tag -width "$TMPDIR/rdist*" -compact -.It distfile -input command file +.It {d,D}istfile +.Nm +command file. .It $TMPDIR/rdist* -temporary file for update lists +Temporary file for update lists. .El .Sh EXAMPLES .Bd -literal -offset indent @@ -771,36 +772,40 @@ ${FILES} :: stamp.cory notify root@cory ; .Ed .Sh SEE ALSO -.Xr csh 1 , +.Xr rdistd 1 , .Xr rsh 1 , .Xr sh 1 , .Xr ssh 1 , -.Xr stat 2 , -.Xr rcmdsh 3 +.Xr re_format 7 , +.Xr syslogd 8 .Sh STANDARDS The options .Op Fl bhiNOqRrsvwxy are still recognized for backwards compatibility. .Sh CAVEATS -If the basename of a file (the last component in the pathname) is ".", then +If the basename of a file +(the last component in the pathname) +is +.Sq .\& , .Nm assumes the remote (destination) name is a directory. That is, -.Pa /tmp/ . +.Pa /tmp/.\& means that .Pa /tmp should be a directory on the remote host. .Sh BUGS -Source files must reside on the local host where rdist is executed. +Source files must reside on the local host where +.Nm +is executed. .Pp -Variable expansion only works for name lists; there should be a general macro -facility. +Variable expansion only works for name lists; +there should be a general macro facility. .Pp .Nm aborts on files which have a negative mtime (before Jan 1, 1970). .Pp If a hardlinked file is listed more than once in the same target, -then .Nm will report missing links. Only one instance of a link should be listed in each target. -- cgit v1.2.3