util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 8/9] fdisk: mark dos compatibility/CHS options deprecated in manpage
@ 2012-06-17 16:10 Davidlohr Bueso
  0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2012-06-17 16:10 UTC (permalink / raw)
  To: Karel Zak, Petr Uzel; +Cc: util-linux

From: Davidlohr Bueso <dave@gnu.org>

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 fdisk/fdisk.8 |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/fdisk/fdisk.8 b/fdisk/fdisk.8
index 2b3c822..5233f0f 100644
--- a/fdisk/fdisk.8
+++ b/fdisk/fdisk.8
@@ -1,7 +1,8 @@
 .\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
 .\" Copyright 1998 Andries E. Brouwer (aeb@cwi.nl)
+.\" Copyright 2012 Davidlohr Bueso <dave@gnu.org>
 .\" May be distributed under the GNU General Public License
-.TH FDISK 8 "June 2010" "util-linux" "System Administration"
+.TH FDISK 8 "June 2012" "util-linux" "System Administration"
 .SH NAME
 fdisk \- manipulate disk partition table
 .SH SYNOPSIS
@@ -194,22 +195,22 @@ Specify the compatibility mode, 'dos' or 'nondos'.  The default is non-DOS
 mode.  For backward compatibility, it is possible to use the option without
 the <mode> argument -- then the default is used.  Note that the optional
 <mode> argument cannot be separated from the -c option by a space, the correct
-form is for example '-c=dos'.
+form is for example '-c=dos'. This option is DEPRECATED.
 .TP
 .BI "\-C " cyls
 Specify the number of cylinders of the disk.
-I have no idea why anybody would want to do so.
+I have no idea why anybody would want to do so. This option is DEPRECATED.
 .TP
 .BI "\-H " heads
 Specify the number of heads of the disk.  (Not the physical number,
 of course, but the number used for partition tables.)
-Reasonable values are 255 and 16.
+Reasonable values are 255 and 16. This option is DEPRECATED.
 .TP
 .BI "\-S " sects
 Specify the number of sectors per track of the disk.
 (Not the physical number, of course, but the number used for
 partition tables.)
-A reasonable value is 63.
+A reasonable value is 63. This option is DEPRECATED.
 .TP
 .BI \-h
 Print help and then exit.
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-17 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 16:10 [PATCH 8/9] fdisk: mark dos compatibility/CHS options deprecated in manpage Davidlohr Bueso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).