Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Fix an argument to -width option of .Bl macro.



details:   https://anonhg.NetBSD.org/src/rev/9b43126e6ded
branches:  trunk
changeset: 535439:9b43126e6ded
user:      enami <enami%NetBSD.org@localhost>
date:      Mon Aug 19 01:54:58 2002 +0000

description:
Fix an argument to -width option of .Bl macro.

diffstat:

 sbin/disklabel/disklabel.8 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8dccff41dc78 -r 9b43126e6ded sbin/disklabel/disklabel.8
--- a/sbin/disklabel/disklabel.8        Mon Aug 19 00:00:48 2002 +0000
+++ b/sbin/disklabel/disklabel.8        Mon Aug 19 01:54:58 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.8,v 1.39 2002/02/08 01:30:43 ross Exp $
+.\"    $NetBSD: disklabel.8,v 1.40 2002/08/19 01:54:58 enami Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -295,7 +295,7 @@
 The final two forms are analogous to the basic write and restore versions
 except that they will install bootstrap code in addition to a new label.
 .Sh FILES
-.Bl -tag -width Pa -compact
+.Bl -tag -width /usr/mdec/xxboot -compact
 .It Pa /etc/disktab
 .It Pa /usr/mdec/ Ns Em xx Ns boot
 .It Pa /usr/mdec/boot Ns Em xx



Home | Main Index | Thread Index | Old Index