Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/dump -i does not take an argument. Remove unnecessary B...



details:   https://anonhg.NetBSD.org/src/rev/6b41f91bfb1f
branches:  trunk
changeset: 752451:6b41f91bfb1f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 26 07:01:17 2010 +0000

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

diffstat:

 sbin/dump/dump.8 |  34 ++++++----------------------------
 1 files changed, 6 insertions(+), 28 deletions(-)

diffs (68 lines):

diff -r 06bfe9db2e81 -r 6b41f91bfb1f sbin/dump/dump.8
--- a/sbin/dump/dump.8  Fri Feb 26 05:23:18 2010 +0000
+++ b/sbin/dump/dump.8  Fri Feb 26 07:01:17 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index