Asciidoc: Formatting cleanup

This commit is contained in:
Mario Blättermann 2021-03-21 13:02:56 +01:00
parent 78fec3e5ba
commit 99157f44da
3 changed files with 3 additions and 4 deletions

View 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: +

View 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

View 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),