]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Asciidoc: Formatting cleanup
authorMario Blättermann <mario.blaettermann@gmail.com>
Sun, 21 Mar 2021 12:02:56 +0000 (13:02 +0100)
committerMario Blättermann <mario.blaettermann@gmail.com>
Sun, 21 Mar 2021 12:02:56 +0000 (13:02 +0100)
disk-utils/fsck.8.adoc
disk-utils/mkswap.8.adoc
text-utils/more.1.adoc

index d8a40dc567241753ec46ccbc680cb3d6d70934a5..d2e67590ead5e26e72886d0d3719c08b0170403c 100644 (file)
@@ -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/<diskname>.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/<diskname>.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: +
index be10448485a14291ce6b240f634f10c367eda2b0..5974b6ba0dee67805bd2fbe37af4325928f1f499 100644 (file)
@@ -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
 
index f43d587ea86ec7fb1df82577b9624ab52add9285..132348b89128188aaac40738e3791889b7bf163d 100644 (file)
@@ -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),