Module Name: src
Committed By: wiz
Date: Fri Apr 4 09:32:56 UTC 2014
Modified Files:
src/sbin/fdisk: fdisk.8
Log Message:
Fix a bug in previous and update detailed -s description.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sbin/fdisk/fdisk.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/fdisk/fdisk.8
diff -u src/sbin/fdisk/fdisk.8:1.83 src/sbin/fdisk/fdisk.8:1.84
--- src/sbin/fdisk/fdisk.8:1.83 Thu Apr 3 21:56:19 2014
+++ src/sbin/fdisk/fdisk.8 Fri Apr 4 09:32:56 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: fdisk.8,v 1.83 2014/04/03 21:56:19 wiz Exp $
+.\" $NetBSD: fdisk.8,v 1.84 2014/04/04 09:32:56 wiz Exp $
.\"
.Dd April 3, 2014
.Dt FDISK 8
@@ -11,7 +11,7 @@
.Op Fl aBFfIiSuv
.Oo
.Fl 0 | 1 | 2 | 3 | E Ar number
-.Op Fl s Ar Oo Ar id Oc Ns Oo / Ns Oo Ar start Oc Ns Oo / Ns Oo Ar size Oc Ns Oo / Ns Oo Ar bootmenu Oc Oc Oc Oc
+.Op Fl s Oo Ar id Oc Ns Oo / Ns Oo Ar start Oc Ns Oo / Ns Oo Ar size Oc Ns Oo / Ns Oo Ar bootmenu Oc Oc Oc Oc
.Oc
.Op Fl r Ar file | Fl w Ar file
.Op Fl A Ar ptn_alignment Ns Bq Ar /ptn_0_offset
@@ -292,12 +292,12 @@ When used with no other flags print a se
.Pa /bin/sh
commands for setting variables to the partition information.
This could be used by installation scripts.
-.It Fl s Ar id/start/size Ns Bq Ar /bootmenu
+.It Fl s Oo Ar id Oc Ns Oo / Ns Oo Ar start Oc Ns Oo / Ns Oo Ar size Oc Ns Oo / Ns Oo Ar bootmenu Oc Oc Oc Oc
Specify the partition
.Ar id ,
.Ar start ,
.Ar size ,
-and optionally
+and
.Ar bootmenu .
This flag requires the use of a partition selection flag
.Pq Fl 0 , 1 , 2 , 3 , No or Fl E Ar number .