public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] partx.8: Improve the typesetting of the manual
@ 2014-04-21  0:30 Bjarni Ingi Gislason
  2014-04-21  0:30 ` [PATCH 2/4] raw.8: " Bjarni Ingi Gislason
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bjarni Ingi Gislason @ 2014-04-21  0:30 UTC (permalink / raw)
  To: util-linux; +Cc: Bjarni Ingi Gislason

  Add a space character around '|' (means "or")

  Add "(hyphen-minus)" after "\-" to show character name for input

  Change '\-\-' to '\en', when it is used as a dash (pause, separation)

  Add a comma before "or" in a series of words (3 or more)

  Change '-' to '\(en' (an en-dash), if it means a range

  Protect a full stop (.), that begins or ends a string, with \&

  Change '--' to '\-\-', if it indicates an option

  Change '-' to '\-', if it indicates an option

  Change '-' to '\-', if means a minus

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 disk-utils/partx.8 | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/disk-utils/partx.8 b/disk-utils/partx.8
index 33fbf3b..815b50a 100644
--- a/disk-utils/partx.8
+++ b/disk-utils/partx.8
@@ -8,9 +8,9 @@
 partx \- tell the Linux kernel about the presence and numbering of
 on-disk partitions
 .SH SYNOPSIS
-partx [\-a|\-d|\-s|\-u] [\-t TYPE] [\-n M:N] [\-] disk
+partx [\-a | \-d | \-s | \-u] [\-t TYPE] [\-n M:N] [\-] disk
 .br
-partx [\-a|\-d|\-s|\-u] [\-t TYPE] partition [disk]
+partx [\-a | \-d | \-s | \-u] [\-t TYPE] partition [disk]
 .SH DESCRIPTION
 Given a device or disk-image,
 .B partx
@@ -22,7 +22,7 @@ The
 argument is optional when a
 .I partition
 argument is provided.  To force scanning a partition as if it were a whole disk
-(for example to list nested subpartitions), use the argument "-".  For example:
+(for example to list nested subpartitions), use the argument "\-" (hyphen-minus).  For example:
 
 .RS 7
 .TP
@@ -33,7 +33,7 @@ This will see sda3 as a whole-disk rather than a partition.
 .PP
 The
 .B partx is not an fdisk program
-\-\- adding and removing partitions does not change the disk, it just
+\(en adding and removing partitions does not change the disk, it just
 tells the kernel about the presence and numbering of on-disk
 partitions.
 .SH OPTIONS
@@ -66,7 +66,7 @@ to get
 .I list
 of all supported columns.  This option cannot be combined with
 .BR \-\-add ,
-.B \-\-delete
+.BR \-\-delete ,
 or
 .B \-\-list
 options.
@@ -75,7 +75,7 @@ Output using key="value" format.
 .IP "\fB\-n\fR, \fB\-\-nr \fIM:N\fP"
 Specify the range of partitions.  For backward compatibility also the
 format
-.I M-N
+.I M\(enN
 is supported.  The range may contain negative numbers, for example
 .BI \-\-nr \ :\-1
 means the last partition, and
@@ -84,21 +84,21 @@ means the last two partitions.  Supported range specifications are:
 .RS 14
 .TP
 .I M
-Specifies just one partition (e.g. \fB\-\-nr\fR
+Specifies just one partition (e.g.\& \fB\-\-nr\fR
 .IR 3 ).
 .TP
 .I M:
-Specifies lower limit only (e.g. \fB\-\-nr\fR
+Specifies lower limit only (e.g.\& \fB\-\-nr\fR
 .IR 2: ).
 .TP
 .I :N
-Specifies upper limit only (e.g. \fB\-\-nr\fR
+Specifies upper limit only (e.g.\& \fB\-\-nr\fR
 .IR :4 ).
 .TP
 .IR M:N \ or
 .TQ
-.I M-N
-Specifies lower and upper limits (e.g. \fB--nr\fR
+.I M\(enN
+Specifies lower and upper limits (e.g.\& \fB\-\-nr\fR
 .IR 2:4 ).
 .RE
 .IP "\fB\-r\fR, \fB\-\-raw\fP"
@@ -119,7 +119,7 @@ Specify the partition table type
 .IR sgi ,
 .IR solaris_x86 ,
 .IR sun ,
-.I ultrix
+.IR ultrix ,
 or
 .IR unixware .
 .IP "\fB\-v\fR, \fB\-\-verbose\fP"
@@ -128,7 +128,7 @@ Verbose mode.
 .TP
 partx \-\-show /dev/sdb3
 .TQ
-partx \-\-show --nr 3 /dev/sdb
+partx \-\-show \-\-nr 3 /dev/sdb
 .TQ
 partx \-\-show /dev/sdb3 /dev/sdb
 All three commands list partition 3 of /dev/sdb.
@@ -137,17 +137,17 @@ partx \-\-show \- /dev/sdb3
 Lists all subpartitions on /dev/sdb3 (the device is used as
 whole-disk).
 .TP
-partx \-o START -g --nr 5 /dev/sdb
+partx \-o START \-g \-\-nr 5 /dev/sdb
 Prints the start sector of partition 5 on /dev/sdb without header.
 .TP
 partx \-o SECTORS,SIZE /dev/sda5 /dev/sda
 Lists the length in sectors and human-readable size of partition 5 on
 /dev/sda.
 .TP
-partx \-\-add --nr 3:5 /dev/sdd
+partx \-\-add \-\-nr 3:5 /dev/sdd
 Adds all available partitions from 3 to 5 (inclusive) on /dev/sdd.
 .TP
-partx \-d --nr :-1 /dev/sdd
+partx \-d \-\-nr :\-1 /dev/sdd
 Removes the last partition on /dev/sdd.
 .SH SEE ALSO
 .BR addpart (8),
@@ -166,7 +166,7 @@ Karel Zak
 .PP
 The original version was written by
 .MT aeb@cwi.nl
-Andries E. Brouwer
+Andries E.\& Brouwer
 .ME .
 .SH ENVIRONMENT
 .IP LIBBLKID_DEBUG=0xffff
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/4] raw.8: Improve the typesetting of the manual
  2014-04-21  0:30 [PATCH 1/4] partx.8: Improve the typesetting of the manual Bjarni Ingi Gislason
@ 2014-04-21  0:30 ` Bjarni Ingi Gislason
  2014-04-21  0:30 ` [PATCH 3/4] sfdisk.8: " Bjarni Ingi Gislason
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bjarni Ingi Gislason @ 2014-04-21  0:30 UTC (permalink / raw)
  To: util-linux; +Cc: Bjarni Ingi Gislason

  Remove space at end of lines

  Change '-' to '\-', if it indicates an option

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 disk-utils/raw.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/disk-utils/raw.8 b/disk-utils/raw.8
index d0c4137..74c15a9 100644
--- a/disk-utils/raw.8
+++ b/disk-utils/raw.8
@@ -34,10 +34,10 @@ device numbers, or as a path name
 .I /dev/<blockdev>
 to an existing block device file.
 .PP
-The bindings already in existence can be queried with the 
+The bindings already in existence can be queried with the
 .I \-q
 option, which is used either with a raw device filename to query that one
-device, or with the 
+device, or with the
 .I \-a
 option to query all bound raw devices.
 .PP
@@ -67,7 +67,7 @@ will query an existing binding instead of setting a new one.
 .TP
 \fB\-a\fR, \fB\-\-all\fR
 With
-.B -q
+.B \-q
 , specify that all bound raw devices should be queried.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/4] sfdisk.8: Improve the typesetting of the manual
  2014-04-21  0:30 [PATCH 1/4] partx.8: Improve the typesetting of the manual Bjarni Ingi Gislason
  2014-04-21  0:30 ` [PATCH 2/4] raw.8: " Bjarni Ingi Gislason
@ 2014-04-21  0:30 ` Bjarni Ingi Gislason
  2014-04-21  0:30 ` [PATCH 4/4] swaplabel.8: " Bjarni Ingi Gislason
  2014-04-22 10:15 ` [PATCH 1/4] partx.8: " Karel Zak
  3 siblings, 0 replies; 5+ messages in thread
From: Bjarni Ingi Gislason @ 2014-04-21  0:30 UTC (permalink / raw)
  To: util-linux; +Cc: Bjarni Ingi Gislason

  FIXME
  Units KB, MB, GB, etc. are ambiguous (not necessarily used here)
  Prefixes kilo, mega, giga, etc. are ambiguous with the unit byte (ditto)

  Change ' \- ' to ' \(en ' (an en-dash), if it is a dash (pause,
separation)

  Change ' - ' to ' \(en ' (an en-dash), if it is a dash (pause,
separation)

  Change '\-' to '-' (code "hyphen-minus", rendered with the glyph
hyphen in troff), if it is a part of a compound name.
  A minus is not used in words.  People using UTF-8 and copy-and-paste
can(?) (may?) use "info", "man --ascii" or the command "man" should
have an option to display the '-' ("hyphen-minus") in names of options
with the code (character name) "hyphen-minus" (u002D) instead of
"u2010" (code (character) name "hyphen").

  Change '-' to '\-', if it indicates an option

  Protect a full stop (.), that begins or ends a string, with \&

  Correct space between sentences to two space characters (or begin
each sentence on a new line).

  Change '--' to '\-\-', if it indicates an option

  Add \~ (no-break space) around '|' (means "or")

  Change ' -- ' to ' \(en ' (an en-dash), if it is a dash (pause,
separation)

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 disk-utils/sfdisk.8 | 102 +++++++++++++++++++++++++++-------------------------
 1 file changed, 54 insertions(+), 48 deletions(-)

diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8
index 62d0ed0..894cfe4 100644
--- a/disk-utils/sfdisk.8
+++ b/disk-utils/sfdisk.8
@@ -18,7 +18,7 @@ sfdisk \- partition table manipulator for Linux
 .SH DESCRIPTION
 .B sfdisk
 has four (main) uses: list the size of a partition, list the partitions
-on a device, check the partitions on a device, and \- very dangerous \-
+on a device, check the partitions on a device, and \(en very dangerous \(en
 repartition a device.
 
 .B sfdisk
@@ -127,7 +127,7 @@ from a shell script.  When
 determines that its standard input is a terminal, it will be
 conversational; otherwise it will abort on any error.
 .LP
-BE EXTREMELY CAREFUL - ONE TYPING MISTAKE AND ALL YOUR DATA IS LOST
+BE EXTREMELY CAREFUL \(en ONE TYPING MISTAKE AND ALL YOUR DATA IS LOST
 .LP
 As a precaution, one can save the sectors changed by
 .BR sfdisk :
@@ -173,16 +173,16 @@ Display version information and exit.
 .BR \-h ", " \-\-help
 Display help text and exit.
 .TP
-.BR \-T ", " \-\-list\-types
+.BR \-T ", " \-\-list-types
 Print the recognized types (system Id's).
 .TP
-.BR \-s ", " \-\-show\-size
+.BR \-s ", " \-\-show-size
 List the size of a partition.
 .TP
-.BR \-g ", " \-\-show\-geometry
+.BR \-g ", " \-\-show-geometry
 List the kernel's idea of the geometry of the indicated block device(s).
 .TP
-.BR \-G ", " \-\-show\-pt\-geometry
+.BR \-G ", " \-\-show-pt-geometry
 List the geometry of the indicated block devices guessed by looking at
 the partition table.
 .TP
@@ -195,7 +195,7 @@ to \fBsfdisk\fR.  For example,
 .br
 .nf
 .if t .ft CW
-    % sfdisk -d /dev/hda > hda.out
+    % sfdisk \-d /dev/hda > hda.out
     % sfdisk /dev/hda < hda.out
 .if t .ft R
 .fi
@@ -206,7 +206,7 @@ fdisk creates.
 Test whether partitions seem correct.  (See the third invocation type above.)
 .TP
 .BR \-i ", " \-\-increment
-Number cylinders etc. starting from 1 instead of 0.
+Number cylinders etc.\& starting from 1 instead of 0.
 .TP
 .BI \-N " number"
 Change only the single partition indicated.  For example:
@@ -217,7 +217,7 @@ Change only the single partition indicated.  For example:
 .if t .ft R
 .fi
 will make the fifth partition on /dev/hdb bootable (`active')
-and change nothing else. (Probably this fifth partition
+and change nothing else.  (Probably this fifth partition
 is called /dev/hdb5, but you are free to call it something else,
 like `/my_equipment/disks/2/5' or so).
 .TP
@@ -230,7 +230,7 @@ for the device specified as command argument.  For example:
 .IP
 .nf
 .if t .ft CW
-    % sfdisk --activate /dev/sda
+    % sfdisk \-\-activate /dev/sda
 .fi
 .IP
 When a device name is given as option argument, the partitions specified
@@ -241,7 +241,7 @@ to be bootable, while 2 and 3 are cleared:
 .IP
 .nf
 .if t .ft CW
-    % sfdisk --activate=/dev/sda 1 4
+    % sfdisk \-\-activate=/dev/sda 1 4
 .fi
 .IP
 If only a single partition needs to be activated, then the partition number
@@ -249,7 +249,7 @@ must be given as option argument, and the device as command argument.  For examp
 .IP
 .nf
 .if t .ft CW
-    % sfdisk --activate=1 /dev/sda
+    % sfdisk \-\-activate=1 /dev/sda
 .fi
 .IP
 The activate option is turned by default on when the program's invocation name is
@@ -259,14 +259,14 @@ The activate option is turned by default on when the program's invocation name i
 If no \fIId\fR argument given: print the partition Id of the indicated
 partition.  If an \fIId\fR argument is present: change the type (Id) of
 the indicated partition to the given value.
-This option has two longer forms, \fB\-\-print\-id\fR and \fB\-\-change\-id\fR.
+This option has two longer forms, \fB\-\-print-id\fR and \fB\-\-change-id\fR.
 For example:
 .br
 .nf
 .if t .ft CW
-    % sfdisk --print-id /dev/hdb 5
+    % sfdisk \-\-print-id /dev/hdb 5
     6
-    % sfdisk --change-id /dev/hdb 5 83
+    % sfdisk \-\-change-id /dev/hdb 5 83
     OK
 .if t .ft R
 .fi
@@ -276,10 +276,12 @@ first reports that /dev/hdb5 has Id 6, and then changes that into 83.
 Interpret the input and show the output in the units specified by
 .IR letter .
 This \fIletter\fR can be one of S, C, B or M, meaning Sectors, Cylinders,
+.\" FIXME:  The unit "megabyte" is ambiguous.  Use "mebibyte" if "mega"
+.\" does not mean 10^6.  Otherwise add "(mega = 10^6)" after it.
 Blocks and Megabytes, respectively.  The default is
 cylinders, at least when the geometry is known.
 .TP
-.BR \-x ", " \-\-show\-extended
+.BR \-x ", " \-\-show-extended
 Also list non-primary extended partitions on output,
 and expect descriptors for them on input.
 .TP
@@ -304,7 +306,7 @@ Do not complain about things irrelevant for Linux.
 .BR \-D ", " \-\-DOS
 For DOS-compatibility: waste a little space.
 (More precisely: if a partition cannot contain sector 0,
-e.g. because that is the MBR of the device, or contains
+e.g.\& because that is the MBR of the device, or contains
 the partition table of an extended partition, then
 .B sfdisk
 would make it start the next sector.  However, when this
@@ -315,7 +317,7 @@ Certain Disk Managers and boot loaders (such as OSBS, but not
 LILO or the OS/2 Boot Manager) also live in this empty space,
 so maybe you want this option if you use one.
 .TP
-.BR \-E ", " \-\-DOS\-extended
+.BR \-E ", " \-\-DOS-extended
 Take the starting sector numbers of "inner" extended partitions
 to be relative to the starting cylinder boundary of the outer one
 (like some versions of DOS do), rather than relative to the actual
@@ -332,14 +334,14 @@ output.
 .IP
 .nf
 .if t .ft CW
-    % sfdisk --list-types | grep Hidden
+    % sfdisk \-\-list-types | grep Hidden
 .fi
 .IP
 Notice that the
 .B Hidden NTFS WinRE
 (Windows Recovery Environment) does not have non-hidden equivalent.
 .TP
-.BR \-\-IBM ", " \-\-leave\-last
+.BR \-\-IBM ", " \-\-leave-last
 Certain IBM diagnostic programs assume that they can use the
 last cylinder on a device for disk-testing purposes.  If you think
 you might ever run such programs, use this option to tell
@@ -359,23 +361,23 @@ If the kernel complains (`device busy for revalidation (usage = 2)')
 then something still uses the device, and you still have to unmount
 some file system, or say swapoff to some swap partition.
 .TP
-.B \-\-no\-reread
+.B \-\-no-reread
 When starting a repartitioning of a block device, \fBsfdisk\fR checks that this device
 is not mounted, or in use as a swap device, and refuses to continue
 if it is.  This option suppresses the test.  (On the other hand, the \fB\-f\fR
 option would force \fBsfdisk\fR to continue even when this test fails.)
 .TP
-.B \-\-in\-order
+.B \-\-in-order
 Partitions are in order.  See also warning section.
 .TP
-.B \-\-not\-in\-order
+.B \-\-not-in-order
 Partitions are not in order.  See also warning section.
 .TP
-.B \-\-inside\-outer
+.B \-\-inside-outer
 All logical partitions are inside outermost extended.  See also warning
 section and chaining.
 .TP
-.B \-\-not\-inside\-outer
+.B \-\-not-inside-outer
 Some, or none, of the logical partitions are not inside outermost
 extended.  See also warning section and chaining.
 .TP
@@ -413,7 +415,7 @@ Reserved option that does nothing currently.
 
 .SH THEORY
 Block 0 of a block device (the Master Boot Record) contains among
-other things four partition descriptors. The partitions
+other things four partition descriptors.  The partitions
 described here are called
 .I primary
 partitions.
@@ -434,13 +436,17 @@ struct partition {
 .fi
 .LP
 The two hsc fields indicate head, sector and cylinder of the
-begin and the end of the partition. Since each hsc field only
+begin and the end of the partition.  Since each hsc field only
 takes 3 bytes, only 24 bits are available, which does not
-suffice for big block devices (say > 8GB). In fact, due to the wasteful
+.\" FIXME
+.\" The unit "GB" is ambiguous.  Use "GiB" if "G" does not mean
+.\" 10^9.  Otherwise add "(G = 10^9)" after it.
+suffice for big block devices (say > 8\ GB).  In fact, due to the wasteful
 representation (that uses a byte for the number of heads, which
-is typically 16), problems already start with 0.5GB.
+.\" FIXME GB (see 4 lines earlier)
+is typically 16), problems already start with 0.5\ GB.
 However Linux does not use these fields, and problems can arise
-only at boot time, before Linux has been started. For more
+only at boot time, before Linux has been started.  For more
 details, see the
 .B lilo
 documentation.
@@ -448,12 +454,12 @@ documentation.
 Each partition has a type, its `Id', and if this type is 5 or f
 .IR "" "(`" "extended partition" "')"
 the starting sector of the partition
-again contains 4 partition descriptors. MSDOS only uses the
+again contains 4 partition descriptors.  MSDOS only uses the
 first two of these: the first one an actual data partition,
 and the second one again an extended partition (or empty).
 In this way one gets a chain of extended partitions.
 Other operating systems have slightly different conventions.
-Linux also accepts type 85 as equivalent to 5 and f - this can be
+Linux also accepts type 85 as equivalent to 5 and f \(en this can be
 useful if one wants to have extended partitions under Linux past
 the 1024 cylinder boundary, without DOS FDISK hanging.
 (If there is no good reason, you should just use 5, which is
@@ -465,8 +471,8 @@ Often, one cannot boot from logical partitions (because the
 process of finding them is more involved than just looking
 at the MBR).
 Note that of an extended partition only the Id and the start
-are used. There are various conventions about what to write
-in the other fields. One should not try to use extended partitions
+are used.  There are various conventions about what to write
+in the other fields.  One should not try to use extended partitions
 for data storage or swap.
 
 .SH "INPUT FORMAT"
@@ -483,19 +489,19 @@ followed by whitespace; initial and trailing whitespace is ignored.
 Numbers can be octal, decimal or hexadecimal, decimal is default.
 When a field is absent or empty, a default value is used.
 .LP
-The <c,h,s> parts can (and probably should) be omitted -
+The <c,h,s> parts can (and probably should) be omitted \(en
 .B sfdisk
 computes them from <start> and <size> and the block device geometry
 as given by the kernel or specified using the \-H, \-S, \-C flags.
 .LP
 Bootable is specified as [*|\-], with as default not-bootable.
-(The value of this field is irrelevant for Linux - when Linux
-runs it has been booted already - but might play a role for
+(The value of this field is irrelevant for Linux \(en when Linux
+runs it has been booted already \(en but might play a role for
 certain boot loaders and for other operating systems.
 For example, when there are several primary DOS partitions,
 DOS assigns C: to the first among these that is bootable.)
 .LP
-Id is given in hex, without the 0x prefix, or is [E|S|L|X], where
+Id is given in hex, without the 0x prefix, or is [E\~|\~S\~|\~L\~|\~X], where
 L (LINUX_NATIVE (83)) is the default, S is LINUX_SWAP (82), E
 is EXTENDED_PARTITION (5), and X is LINUX_EXTENDED (85).
 .LP
@@ -511,7 +517,7 @@ But when the \-N option (change a single partition only) is given,
 the default for each field is its previous value.
 .LP
 A '+' can be specified instead of a number for size, which means
-as much as possible. This is useful with the \-N option.
+as much as possible.  This is useful with the \-N option.
 .SH EXAMPLE
 The command
 .RS
@@ -547,13 +553,13 @@ EOF
 .RE
 will partition /dev/hdb into two Linux partitions of 3 and 60
 cylinders, a swap space of 19 cylinders, and an extended partition
-covering the rest. Inside the extended partition there are four
+covering the rest.  Inside the extended partition there are four
 Linux logical partitions, three of 130 cylinders and one
 covering the rest.
 
 With the \-x option, the number of input lines must be a multiple of 4:
 you have to list the two empty partitions that you never want
-using two blank lines. Without the \-x option, you give one line
+using two blank lines.  Without the \-x option, you give one line
 for the partitions inside a extended partition, instead of four,
 and terminate with end-of-file (^D).
 (And
@@ -572,7 +578,7 @@ sector of the data area of the partition, and treats this information
 as more reliable than the information in the partition table.  DOS
 FORMAT expects DOS FDISK to clear the first 512 bytes of the data area
 of a partition whenever a size change occurs.  DOS FORMAT will look at
-this extra information even if the /U flag is given -- we consider
+this extra information even if the /U flag is given \(en we consider
 this a bug in DOS FORMAT and DOS FDISK.
 .LP
 The bottom line is that if you use sfdisk to change the size of a
@@ -606,16 +612,16 @@ start of the next partition.  Mind you, as long as I keep a little
 free device space after any DRDOS partition, I don't have any other
 problems with the two coexisting on the one drive.'
 
-A. V. Le Blanc writes in README.efdisk: `Dr. DOS 5.0 and 6.0 has been
+A.\& V.\& Le Blanc writes in README.efdisk: `Dr.\& DOS 5.0 and 6.0 has been
 reported to have problems cooperating with Linux, and with this version
 of efdisk in particular.  This efdisk sets the system type
-to hexadecimal 81.  Dr. DOS seems to confuse
-this with hexadecimal 1, a DOS code.  If you use Dr. DOS, use the
+to hexadecimal 81.  Dr.\& DOS seems to confuse
+this with hexadecimal 1, a DOS code.  If you use Dr.\& DOS, use the
 efdisk command 't' to change the system code of any Linux partitions
 to some number less than hexadecimal 80; I suggest 41 and 42 for
 the moment.'
 
-A. V. Le Blanc writes in his README.fdisk: `DR-DOS 5.0 and 6.0
+A.\& V.\& Le Blanc writes in his README.fdisk: `DR-DOS 5.0 and 6.0
 are reported to have difficulties with partition ID codes of 80 or more.
 The Linux `fdisk' used to set the system type
 of new partitions to hexadecimal 81.  DR-DOS seems to confuse this with
@@ -626,8 +632,8 @@ partitions to some number less than hexadecimal 80; I suggest 42 and 43
 for the moment.'
 
 In fact, it seems that only 4 bits are significant for the DRDOS FDISK,
-so that for example 11 and 21 are listed as DOS 2.0. However, DRDOS
-itself seems to use the full byte. I have not been able to reproduce
+so that for example 11 and 21 are listed as DOS 2.0.  However, DRDOS
+itself seems to use the full byte.  I have not been able to reproduce
 any corruption with DRDOS or its fdisk.
 
 .SH BUGS
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 4/4] swaplabel.8: Improve the typesetting of the manual
  2014-04-21  0:30 [PATCH 1/4] partx.8: Improve the typesetting of the manual Bjarni Ingi Gislason
  2014-04-21  0:30 ` [PATCH 2/4] raw.8: " Bjarni Ingi Gislason
  2014-04-21  0:30 ` [PATCH 3/4] sfdisk.8: " Bjarni Ingi Gislason
@ 2014-04-21  0:30 ` Bjarni Ingi Gislason
  2014-04-22 10:15 ` [PATCH 1/4] partx.8: " Karel Zak
  3 siblings, 0 replies; 5+ messages in thread
From: Bjarni Ingi Gislason @ 2014-04-21  0:30 UTC (permalink / raw)
  To: util-linux; +Cc: Bjarni Ingi Gislason

  Change macro 'IR' to 'I' if it has only one (italic) argument

  Remove space at end of lines

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 disk-utils/swaplabel.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/disk-utils/swaplabel.8 b/disk-utils/swaplabel.8
index 4e655ef..0f83b2d 100644
--- a/disk-utils/swaplabel.8
+++ b/disk-utils/swaplabel.8
@@ -15,13 +15,13 @@ swaplabel \- print or change the label or UUID of a swap area
 .SH DESCRIPTION
 .B swaplabel
 will display or change the label or UUID of a swap partition located on
-.IR device 
+.I device
 (or regular file).
 .PP
 If the optional arguments
-.B \-L 
+.B \-L
 and
-.B \-U 
+.B \-U
 are not given,
 .B swaplabel
 will simply display the current swap-area label and UUID of
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/4] partx.8: Improve the typesetting of the manual
  2014-04-21  0:30 [PATCH 1/4] partx.8: Improve the typesetting of the manual Bjarni Ingi Gislason
                   ` (2 preceding siblings ...)
  2014-04-21  0:30 ` [PATCH 4/4] swaplabel.8: " Bjarni Ingi Gislason
@ 2014-04-22 10:15 ` Karel Zak
  3 siblings, 0 replies; 5+ messages in thread
From: Karel Zak @ 2014-04-22 10:15 UTC (permalink / raw)
  To: Bjarni Ingi Gislason; +Cc: util-linux

On Mon, Apr 21, 2014 at 12:30:24AM +0000, Bjarni Ingi Gislason wrote:
> Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>

 All 4 patches merged. Thanks!

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-22 10:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21  0:30 [PATCH 1/4] partx.8: Improve the typesetting of the manual Bjarni Ingi Gislason
2014-04-21  0:30 ` [PATCH 2/4] raw.8: " Bjarni Ingi Gislason
2014-04-21  0:30 ` [PATCH 3/4] sfdisk.8: " Bjarni Ingi Gislason
2014-04-21  0:30 ` [PATCH 4/4] swaplabel.8: " Bjarni Ingi Gislason
2014-04-22 10:15 ` [PATCH 1/4] partx.8: " Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox