From: Mario Blättermann Date: Sun, 21 Mar 2021 12:02:56 +0000 (+0100) Subject: Asciidoc: Formatting cleanup X-Git-Tag: v2.37-rc1~34^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99157f44da052a3b445cce6c252a25f9c8235330;p=thirdparty%2Futil-linux.git Asciidoc: Formatting cleanup --- diff --git a/disk-utils/fsck.8.adoc b/disk-utils/fsck.8.adoc index d8a40dc567..d2e67590ea 100644 --- a/disk-utils/fsck.8.adoc +++ b/disk-utils/fsck.8.adoc @@ -54,7 +54,7 @@ Please see the filesystem-specific checker manual pages for further details. == OPTIONS *-l*:: - Create an exclusive *flock*(2) lock file (_/run/fsck/.lock_) for whole-disk device. This option can be used with one device only (this means that *-A* and *-l* are mutually exclusive). This option is recommended when more *fsck* instances are executed in the same time. The option is ignored when used for multiple devices or for non-rotating disks. *fsck* does not lock underlying devices when executed to check stacked devices (e.g. MD or DM) NDASH this feature is not implemented yet. + Create an exclusive *flock*(2) lock file (_/run/fsck/.lock_) for whole-disk device. This option can be used with one device only (this means that *-A* and *-l* are mutually exclusive). This option is recommended when more *fsck* instances are executed in the same time. The option is ignored when used for multiple devices or for non-rotating disks. *fsck* does not lock underlying devices when executed to check stacked devices (e.g. MD or DM) - this feature is not implemented yet. *-r* [****__fd__]:: Report certain statistics for each fsck when it completes. These statistics include the exit status, the maximum run set size (in kilobytes), the elapsed all-clock time and the user and system CPU time used by the fsck run. For example: + diff --git a/disk-utils/mkswap.8.adoc b/disk-utils/mkswap.8.adoc index be10448485..5974b6ba0d 100644 --- a/disk-utils/mkswap.8.adoc +++ b/disk-utils/mkswap.8.adoc @@ -88,7 +88,7 @@ Presently, Linux allows 32 swap areas. The areas in use can be seen in the file *mkswap* refuses areas smaller than 10 pages. -If you don't know the page size that your machine uses, you may be able to look it up with "cat /proc/cpuinfo" (or you may not NDASH the contents of this file depend on architecture and kernel version). +If you don't know the page size that your machine uses, you may be able to look it up with "cat /proc/cpuinfo" (or you may not - the contents of this file depend on architecture and kernel version). To set up a swap file, it is necessary to create that file before initializing it with *mkswap*, e.g. using a command like diff --git a/text-utils/more.1.adoc b/text-utils/more.1.adoc index f43d587ea8..132348b891 100644 --- a/text-utils/more.1.adoc +++ b/text-utils/more.1.adoc @@ -100,7 +100,7 @@ Options are also taken from the environment variable *MORE* (make sure to preced == COMMANDS -Interactive commands for *more* are based on vi1. Some commands may be preceded by a decimal number, called k in the descriptions below. In the following descriptions, *^X* means *control-X*. +Interactive commands for *more* are based on *vi*(1). Some commands may be preceded by a decimal number, called k in the descriptions below. In the following descriptions, *^X* means *control-X*. ____ *h* or *?*:: @@ -195,7 +195,6 @@ Modified by Geoff Peck, UCB to add underlining, single spacing. Modified by John Foderaro, UCB to add -c and MORE environment variable. -[[see_also]] == SEE ALSO *less*(1),