Source-Changes-HG archive

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

[src/trunk]: src/sbin Fix typo in macro.



details:   https://anonhg.NetBSD.org/src/rev/c0c55d2a6c3f
branches:  trunk
changeset: 520995:c0c55d2a6c3f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 21 18:14:33 2002 +0000

description:
Fix typo in macro.

diffstat:

 sbin/dump/dump.8         |  8 ++++----
 sbin/dump_lfs/dump_lfs.8 |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 06e46c6f4561 -r c0c55d2a6c3f sbin/dump/dump.8
--- a/sbin/dump/dump.8  Mon Jan 21 18:08:53 2002 +0000
+++ b/sbin/dump/dump.8  Mon Jan 21 18:14:33 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dump.8,v 1.45 2002/01/07 17:34:08 bouyer Exp $
+.\"    $NetBSD: dump.8,v 1.46 2002/01/21 18:14:33 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"     Regents of the University of California.
@@ -214,7 +214,7 @@
 Honor the user
 .Qq nodump
 flag
-.Dp Dv UF_NODUMP
+.Pq Dv UF_NODUMP
 only for dumps at or above the given
 .Ar level .
 The default honor level is 1,
@@ -339,8 +339,8 @@
 .Nm
 honors the
 .Qq nodump
-flag,
-.Dp Dv UF_NODUMP
+flag
+.Pq Dv UF_NODUMP ,
 files with the
 .Qq nodump
 flag will not be backed up. If a directory has the
diff -r 06e46c6f4561 -r c0c55d2a6c3f sbin/dump_lfs/dump_lfs.8
--- a/sbin/dump_lfs/dump_lfs.8  Mon Jan 21 18:08:53 2002 +0000
+++ b/sbin/dump_lfs/dump_lfs.8  Mon Jan 21 18:14:33 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dump_lfs.8,v 1.5 2001/12/07 19:50:20 wiz Exp $
+.\"    $NetBSD: dump_lfs.8,v 1.6 2002/01/21 18:15:08 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"     Regents of the University of California.
@@ -165,7 +165,7 @@
 Honor the user
 .Qq nodump
 flag
-.Dp Dv UF_NODUMP
+.Pq Dv UF_NODUMP
 only for dumps at or above the given
 .Ar level .
 The default honor level is 1,
@@ -276,8 +276,8 @@
 .Nm
 honors the
 .Qq nodump
-flag,
-.Dp Dv UF_NODUMP
+flag
+.Pq Dv UF_NODUMP ,
 files with the
 .Qq nodump
 flag will not be backed up. If a directory has the



Home | Main Index | Thread Index | Old Index