Module Name:    src
Committed By:   wiz
Date:           Fri Feb 26 07:01:17 UTC 2010

Modified Files:
        src/sbin/dump: dump.8

Log Message:
-i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sbin/dump/dump.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/dump/dump.8
diff -u src/sbin/dump/dump.8:1.59 src/sbin/dump/dump.8:1.60
--- src/sbin/dump/dump.8:1.59	Fri Feb 26 02:11:40 2010
+++ src/sbin/dump/dump.8	Fri Feb 26 07:01:17 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dump.8,v 1.59 2010/02/26 02:11:40 christos Exp $
+.\"	$NetBSD: dump.8,v 1.60 2010/02/26 07:01:17 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	 Regents of the University of California.
@@ -40,42 +40,18 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl 0123456789aceFinStuX
-.Bk -words
 .Op Fl B Ar records
-.Ek
-.Bk -words
 .Op Fl b Ar blocksize
-.Ek
-.Bk -words
 .Op Fl d Ar density
-.Ek
-.Bk -words
 .Op Fl f Ar file
-.Ek
-.Bk -words
 .Op Fl h Ar level
-.Ek
-.Bk -words
 .Op Fl k Ar read-blocksize
-.Ek
-.Bk -words
 .Op Fl L Ar label
-.Ek
-.Bk -words
 .Op Fl l Ar timeout
-.Ek
-.Bk -words
 .Op Fl r Ar cachesize
-.Ek
-.Bk -words
 .Op Fl s Ar feet
-.Ek
-.Bk -words
 .Op Fl T Ar date
-.Ek
-.Bk -words
 .Op Fl x Ar snap-backup
-.Ek
 .Ar files-to-dump
 .Nm
 .Op Fl W Li \&| Fl w
@@ -223,10 +199,12 @@
 The default honor level is 1,
 so that incremental backups omit such files
 but full backups retain them.
-.It Fl i Ar incremental
+.It Fl i
 The dump is treated as level 9 but takes into account a previous
-level 9, if one exists.  This makes it possible to perform a "true
-incremental" dump.
+level 9, if one exists.
+This makes it possible to perform a
+.Dq true incremental
+dump.
 .It Fl k Ar read-blocksize
 The size in kilobyte of the read buffers, rounded up to a multiple of the
 file system block size.

Reply via email to