diff options
| author | enami <enami@NetBSD.org> | 1998-01-01 04:47:05 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 1998-01-01 04:47:05 +0000 |
| commit | 2db041522aa1f835d9c712b13dfd90ad3beef425 (patch) | |
| tree | 3e0800d3c129447d1dc928107151fc8b326ff768 | |
| parent | 94f6d2b411ad3077f819518dfca957f4db69fbc3 (diff) | |
Fix typo; the flag for interactive disklabel creation is not -e but -i.
Also, make the description of -C flag into separate paragraph.
| -rw-r--r-- | sbin/disklabel/disklabel.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index c0377dd61aa..3490a270a37 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: disklabel.8,v 1.20 1997/10/18 23:46:44 fair Exp $ +.\" $NetBSD: disklabel.8,v 1.21 1998/01/01 04:47:05 enami Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -193,8 +193,9 @@ Existing bootstrap code is unchanged regardless of whether was specified. .Pp Labels can also created interactively using the -.Fl e +.Fl i flag. +.Pp The .Fl C flag causes the partition offset and size values to be displayed in |
