summaryrefslogtreecommitdiff
path: root/fdisk/fdisk.8
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-02-15 14:39:30 +0100
committerKarel Zak <kzak@redhat.com>2010-02-15 14:43:49 +0100
commit78498b7b90cfae7d45912a3c3f80cfca57df95ec (patch)
tree84045d647ec73b0c19407440ea49605b8539535b /fdisk/fdisk.8
parentd42ef322d04dbd7618455364b6c38c0150e40804 (diff)
downloadutil-linux-old-78498b7b90cfae7d45912a3c3f80cfca57df95ec.tar.gz
fdisk: add -c option (switch off DOS mode)
* add -c to allows to switch off DOS mode from command line * recommend sectors (command 'u' or option -u) Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/fdisk.8')
-rw-r--r--fdisk/fdisk.85
1 files changed, 4 insertions, 1 deletions
diff --git a/fdisk/fdisk.8 b/fdisk/fdisk.8
index 2d93f1f8..367837d9 100644
--- a/fdisk/fdisk.8
+++ b/fdisk/fdisk.8
@@ -6,7 +6,7 @@
fdisk \- Partition table manipulator for Linux
.SH SYNOPSIS
.B fdisk
-.RB [ \-u ]
+.RB [ \-uc ]
.RB [ \-b
.IR sectorsize ]
.RB [ \-C
@@ -187,6 +187,9 @@ to override the kernel's ideas.)
.BI \-h
Print help and then exit.
.TP
+.BI \-c
+Switch off DOS-compatible mode. (Recommended)
+.TP
.BI "\-C " cyls
Specify the number of cylinders of the disk.
I have no idea why anybody would want to do so.