From: Stelian Pop Date: Tue, 13 Jul 2004 08:17:30 +0000 (+0000) Subject: Troff syntax fixes in the man pages. X-Git-Tag: release_0_4b38~11 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=b79d20f18b7f9219391fb3957746f6c84907d82f Troff syntax fixes in the man pages. --- diff --git a/CHANGES b/CHANGES index 501bc16..fce1948 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ -$Id: CHANGES,v 1.254 2004/07/07 13:34:06 stelian Exp $ +$Id: CHANGES,v 1.255 2004/07/13 08:17:30 stelian Exp $ + +Changes between versions 0.4b37 and 0.4b38 (released ????????????) +================================================================== + +1. Fix a couple of troff syntax bugs in the man pages. + Thanks to Eric Raymond for the patch. Changes between versions 0.4b36 and 0.4b37 (released July 7, 2004) ================================================================== diff --git a/THANKS b/THANKS index 3e2854c..ca207bd 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -$Id: THANKS,v 1.85 2004/07/01 09:14:48 stelian Exp $ +$Id: THANKS,v 1.86 2004/07/13 08:17:30 stelian Exp $ Dump and restore were written by the people of the CSRG at the University of California, Berkeley. @@ -96,7 +96,7 @@ David B. Peterson dave@toppledwagon.com Trent Piepho xyzzy@speakeasy.org Dave Platt dplatt@snulbug.mtview.ca.us Kenneth Porter shiva@well.com -Eric S. Raymond esr@minx.thyrsus.com +Eric S. Raymond esr@thyrsus.com Graham Reed greed@users.sourceforge.net Gunther Reiszig gunther@mit.edu David Ronis ronis@ronispc.chem.mcgill.ca diff --git a/dump/dump.8.in b/dump/dump.8.in index 487302d..a6bf3f0 100644 --- a/dump/dump.8.in +++ b/dump/dump.8.in @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: dump.8.in,v 1.56 2004/04/21 08:55:48 stelian Exp $ +.\" $Id: dump.8.in,v 1.57 2004/07/13 08:17:32 stelian Exp $ .\" .TH DUMP 8 "version __VERSION__ of __DATE__" BSD "System management commands" .SH NAME @@ -57,9 +57,6 @@ dump \- ext2/3 filesystem backup .PP .B dump [\fB\-W \fR| \fB\-w\fR] -.PP -(The 4.3BSD option syntax is implemented for backward compatibility but is not -documented here.) .SH DESCRIPTION .B Dump examines files on an ext2/3 filesystem and determines which files need to be @@ -530,6 +527,9 @@ set of tapes per dumped file system is used, also on a cyclical basis. .PP After several months or so, the daily and weekly tapes should get rotated out of the dump cycle and fresh tapes brought in. +.PP +(The 4.3BSD option syntax is implemented for backward compatibility but is not +documented here.) .SH ENVIRONMENT .TP .B TAPE diff --git a/restore/restore.8.in b/restore/restore.8.in index d7f934b..1d92342 100644 --- a/restore/restore.8.in +++ b/restore/restore.8.in @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: restore.8.in,v 1.31 2003/06/11 13:01:36 stelian Exp $ +.\" $Id: restore.8.in,v 1.32 2004/07/13 08:17:32 stelian Exp $ .\" .TH RESTORE 8 "version __VERSION__ of __DATE__" BSD "System management commands" .SH NAME @@ -102,9 +102,6 @@ restore \- restore files or file systems from backups made with dump [\fB\-T \fIdirectory\fR] [\fB\-X \fIfilelist\fR] [ \fIfile ... \fR] -.PP -(The 4.3BSD option syntax is implemented for backward compatibility but is not -documented here.) .SH DESCRIPTION The .B restore @@ -541,6 +538,9 @@ may be an ordinary file or .B \-y Do not ask the user whether to abort the restore in the event of an error. Always try to skip over the bad block(s) and continue. +.PP +(The 4.3BSD option syntax is implemented for backward compatibility but is not +documented here.) .SH DIAGNOSTICS Complains if it gets a read error. If .B y