From: Rafael Fontenelle Date: Mon, 30 Aug 2021 10:19:06 +0000 (-0300) Subject: asciidoc: unconstrained formatting pair in fdisk X-Git-Tag: v2.38-rc1~268^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f618ca4b263735440edbd82de17da40506c6abf;p=thirdparty%2Futil-linux.git asciidoc: unconstrained formatting pair in fdisk Not using unconstrained witl result in showing asterisk instead, which is unwanted. --- diff --git a/disk-utils/fdisk.8.adoc b/disk-utils/fdisk.8.adoc index fad0a98565..c5684a58cd 100644 --- a/disk-utils/fdisk.8.adoc +++ b/disk-utils/fdisk.8.adoc @@ -81,7 +81,7 @@ Print the size in 512-byte sectors of each given block device. This option is DE Enable support only for disklabels of the specified _type_, and disable support for all other types. *-u*, *--units*[=_unit_]:: -When listing partition tables, show sizes in 'sectors' or in 'cylinders'. The default is to show sizes in sectors. For backward compatibility, it is possible to use the option without the _unit_ argument -- then the default is used. Note that the optional _unit_ argument cannot be separated from the *-u* option by a space, the correct form is for example '*-u=*_cylinders_'. +When listing partition tables, show sizes in 'sectors' or in 'cylinders'. The default is to show sizes in sectors. For backward compatibility, it is possible to use the option without the _unit_ argument -- then the default is used. Note that the optional _unit_ argument cannot be separated from the *-u* option by a space, the correct form is for example '**-u=**__cylinders__'. *-C*, *--cylinders* _number_:: Specify the number of cylinders of the disk. I have no idea why anybody would want to do so.