]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Asciidoc: Some formatting cleanup in man pages
authorMario Blättermann <mario.blaettermann@gmail.com>
Fri, 19 Mar 2021 17:25:50 +0000 (18:25 +0100)
committerMario Blättermann <mario.blaettermann@gmail.com>
Fri, 19 Mar 2021 17:25:50 +0000 (18:25 +0100)
52 files changed:
disk-utils/cfdisk.8.adoc
disk-utils/fdformat.8.adoc
disk-utils/fdisk.8.adoc
disk-utils/fsck.cramfs.8.adoc
disk-utils/fsck.minix.8.adoc
disk-utils/isosize.8.adoc
disk-utils/mkfs.8.adoc
disk-utils/mkfs.bfs.8.adoc
disk-utils/mkfs.cramfs.8.adoc
disk-utils/mkfs.minix.8.adoc
disk-utils/mkswap.8.adoc
disk-utils/sfdisk.8.adoc
lib/terminal-colors.d.5.adoc
login-utils/vipw.8.adoc
schedutils/chrt.1.adoc
schedutils/ionice.1.adoc
schedutils/taskset.1.adoc
schedutils/uclampset.1.adoc
sys-utils/blkzone.8.adoc
sys-utils/dmesg.1.adoc
sys-utils/eject.1.adoc
sys-utils/flock.1.adoc
sys-utils/ipcmk.1.adoc
sys-utils/ipcrm.1.adoc
sys-utils/ipcs.1.adoc
sys-utils/irqtop.1.adoc
sys-utils/losetup.8.adoc
sys-utils/lscpu.1.adoc
sys-utils/lsipc.1.adoc
sys-utils/lsirq.1.adoc
sys-utils/lsmem.1.adoc
sys-utils/lsns.8.adoc
sys-utils/nsenter.1.adoc
sys-utils/pivot_root.8.adoc
sys-utils/prlimit.1.adoc
sys-utils/readprofile.8.adoc
sys-utils/rfkill.8.adoc
sys-utils/rtcwake.8.adoc
sys-utils/setarch.8.adoc
sys-utils/setpriv.1.adoc
sys-utils/setsid.1.adoc
sys-utils/swapon.8.adoc
sys-utils/tunelp.8.adoc
sys-utils/umount.8.adoc
sys-utils/unshare.1.adoc
sys-utils/wdctl.8.adoc
sys-utils/zramctl.8.adoc
term-utils/agetty.8.adoc
term-utils/script.1.adoc
term-utils/scriptlive.1.adoc
term-utils/scriptreplay.1.adoc
term-utils/setterm.1.adoc

index da80b9893cefc20f5ee7b972ff7b40d7567c4952..fbc750a992b4bd3184b64ac3a026a39788839c29 100644 (file)
@@ -25,7 +25,7 @@ cfdisk - display or manipulate a disk partition table
 
 == SYNOPSIS
 
-*cfdisk* [_options_] [_device_]
+*cfdisk* [options] [_device_]
 
 == DESCRIPTION
 
index 3ea4546b92eb6a6a970d510d5776160ad298e6c9..32f95471420af09f0862bb107f12cc093ee12ca9 100644 (file)
@@ -15,7 +15,7 @@ fdformat - low-level format a floppy disk
 
 == SYNOPSIS
 
-*fdformat* [_options_] _device_
+*fdformat* [options] _device_
 
 == DESCRIPTION
 
index 0da98dabbaa03d22616ef8e25881e0b1dda4eb3e..58acd62b4a7955e2b55988d76dbf10e6c2eec211 100644 (file)
@@ -18,7 +18,7 @@ fdisk - manipulate disk partition table
 
 == SYNOPSIS
 
-*fdisk* [_options_] _device_
+*fdisk* [options] _device_
 
 *fdisk* *-l* [_device_...]
 
index 1eea0de6887ab3f92dff027d6d83db2baf3083f6..69e849c0b1459a76f90de11898c888754de9760c 100644 (file)
@@ -11,7 +11,7 @@ fsck.cramfs - fsck compressed ROM file system
 
 == SYNOPSIS
 
-*fsck.cramfs* [_options_] _file_
+*fsck.cramfs* [options] _file_
 
 == DESCRIPTION
 
index ae317355cd976e123f9ede07e87530f2f7be6220..dbff645a839e46ff6b8dd8d3ef216110b418b169 100644 (file)
@@ -15,7 +15,7 @@ fsck.minix - check consistency of Minix filesystem
 
 == SYNOPSIS
 
-*fsck.minix* [_options_] _device_
+*fsck.minix* [options] _device_
 
 == DESCRIPTION
 
index 5cf6f8179661435237c5384986b8343f1515d513..1b86ffc10d4654ede5f4efff3f03f003239b1572 100644 (file)
@@ -11,7 +11,7 @@ isosize - output the length of an iso9660 filesystem
 
 == SYNOPSIS
 
-*isosize* [_options_] _iso9660_image_file_
+*isosize* [options] _iso9660_image_file_
 
 == DESCRIPTION
 
index 7c045cd5a4abe4dbab48ed0f835f67fa803bdd53..405720ef0fa48ac2e2593ed9713320a4a110115e 100644 (file)
@@ -11,7 +11,7 @@ mkfs - build a Linux filesystem
 
 == SYNOPSIS
 
-*mkfs* [_options_] [*-t* _type_] [_fs-options_] _device_ [_size_]
+*mkfs* [options] [*-t* _type_] [_fs-options_] _device_ [_size_]
 
 == DESCRIPTION
 
index a5b9321ff9239eed07a4af3b0aef69341b9e2078..a592b1c0e02811049a24a3517c9f4cf5bbf8ff41 100644 (file)
@@ -15,7 +15,7 @@ mkfs.bfs - make an SCO bfs filesystem
 
 == SYNOPSIS
 
-*mkfs.bfs* [_options_] _device_ [_block-count_]
+*mkfs.bfs* [options] _device_ [_block-count_]
 
 == DESCRIPTION
 
index ccaa4bac1d700111cc7591d219df800059bfcc7a..077036661af92a956f253c29e61ce0fe62d02bdf 100644 (file)
@@ -11,7 +11,7 @@ mkfs.cramfs - make compressed ROM file system
 
 == SYNOPSIS
 
-*mkfs.cramfs* [_options_] _directory file_
+*mkfs.cramfs* [options] _directory file_
 
 == DESCRIPTION
 
index 84c4063a29a147bbfa5bf452323bf38e04155285..56217315f1b6b1ab9da0cb8542cdec696124c3ec 100644 (file)
@@ -18,7 +18,7 @@ mkfs.minix - make a Minix filesystem
 
 == SYNOPSIS
 
-*mkfs.minix* [_options_] _device_ [_size-in-blocks_]
+*mkfs.minix* [options] _device_ [_size-in-blocks_]
 
 == DESCRIPTION
 
index 45d0ea25a6400408f9d9d341103a4868470fbd23..774fdf3069668ab898f4b2a6ca7b65e8eb7b66be 100644 (file)
@@ -15,7 +15,7 @@ mkswap - set up a Linux swap area
 
 == SYNOPSIS
 
-*mkswap* [_options_] _device_ [_size_]
+*mkswap* [options] _device_ [_size_]
 
 == DESCRIPTION
 
index 395495dbb4a9b176f5caabacb0e142e3c014961f..26a711abbe7a49a3733a2a5adff1c4a7a9fe16ff 100644 (file)
@@ -24,9 +24,9 @@ sfdisk - display or manipulate a disk partition table
 
 == SYNOPSIS
 
-*sfdisk* [_options_] _device_ [*-N* _partition-number_]
+*sfdisk* [options] _device_ [*-N* _partition-number_]
 
-*sfdisk* [_options_] _command_]
+*sfdisk* [options] _command_]
 
 == DESCRIPTION
 
@@ -349,7 +349,6 @@ ____
 
 Note that *sfdisk* since version 2.26 no longer provides the *-I* option to restore sectors. *dd*(1) provides all necessary functionality.
 
-[[doclifter-colors]]
 == COLORS
 
 Implicit coloring can be disabled by an empty file _/etc/terminal-colors.d/sfdisk.disable_.
index 1a68d8a640b6454d60298e6a9ada8c4144b75632..7968b079d73696d963de94e653a97e96c9656b49 100644 (file)
@@ -44,7 +44,6 @@ If there are more files that match for a utility, then the file with the more sp
 
 The user-specific _$XDG_CONFIG_HOME/terminal-colors.d_ or _$HOME/.config/terminal-colors.d_ overrides the global setting.
 
-[[default_scheme_files_format]]
 == DEFAULT SCHEME FILES FORMAT
 
 The following statement is recognized:
@@ -57,12 +56,10 @@ The *name* is a logical name of color sequence (for example "error"). The names
 
 The *color-sequence* is a color name, ASCII color sequences or escape sequences.
 
-[[color_names]]
 === Color names
 
 black, blink, blue, bold, brown, cyan, darkgray, gray, green, halfbright, lightblue, lightcyan, lightgray, lightgreen, lightmagenta, lightred, magenta, red, reset, reverse, and yellow.
 
-[[ansi_color_sequences]]
 === ANSI color sequences
 
 The color sequences are composed of sequences of numbers separated by semicolons. The most common codes are:
@@ -93,27 +90,26 @@ ____
 |===
 ____
 
-[[escape_sequences]]
 === Escape sequences
 
-To specify control or blank characters in the color sequences, C-style BSOL-escaped notation can be used:
+To specify control or blank characters in the color sequences, C-style \-escaped notation can be used:
 
 ____
 [cols=",",]
 |===
-|*BSOLa* |Bell (ASCII 7)
-|*BSOLb* |Backspace (ASCII 8)
-|*BSOLe* |Escape (ASCII 27)
-|*BSOLf* |Form feed (ASCII 12)
-|*BSOLn* |Newline (ASCII 10)
-|*BSOLr* |Carriage Return (ASCII 13)
-|*BSOLt* |Tab (ASCII 9)
-|*BSOLv* |Vertical Tab (ASCII 11)
-|*BSOL?* |Delete (ASCII 127)
-|*BSOL_* |Space
-|*BSOLBSOL* |Backslash (BSOL)
-|*BSOL^* |Caret (^)
-|*BSOL#* |Hash mark (#)
+|*\a* |Bell (ASCII 7)
+|*\b* |Backspace (ASCII 8)
+|*\e* |Escape (ASCII 27)
+|*\f* |Form feed (ASCII 12)
+|*\n* |Newline (ASCII 10)
+|*\r* |Carriage Return (ASCII 13)
+|*\t* |Tab (ASCII 9)
+|*\v* |Vertical Tab (ASCII 11)
+|*\?* |Delete (ASCII 127)
+|*\_* |Space
+|*\\* |Backslash (\)
+|*\^* |Caret (^)
+|*\#* |Hash mark (#)
 |===
 ____
 
index a3e2c4fed1a19e762d2657b13a4a23cf27a20a82..93c1db92b9cc58fb876a043b264371e748504739 100644 (file)
@@ -45,9 +45,9 @@ vipw, vigr - edit the password or group file
 
 == SYNOPSIS
 
-*vipw* [_options_]
+*vipw* [options]
 
-*vigr* [_options_]
+*vigr* [options]
 
 == DESCRIPTION
 
index 582583735951d40436ac7a684de78536b3db6688..a819735fd37c83ff80285b311ca85fd0ffe06bd0 100644 (file)
@@ -35,9 +35,9 @@ chrt - manipulate the real-time attributes of a process
 
 == SYNOPSIS
 
-*chrt* _options priority command argument_ …
+*chrt* [options] _priority command argument_ ...
 
-*chrt* _options_ *-p* _priority PID_
+*chrt* [options] *-p* [_priority_] _PID_
 
 == DESCRIPTION
 
@@ -46,7 +46,7 @@ chrt - manipulate the real-time attributes of a process
 == POLICIES
 
 *-o*, *--other*::
-  Set scheduling policy to *SCHED_OTHER* (time-sharing scheduling). This is the   default Linux scheduling policy.
+  Set scheduling policy to *SCHED_OTHER* (time-sharing scheduling). This is the default Linux scheduling policy.
 
 *-f*, *--fifo*::
   Set scheduling policy to *SCHED_FIFO* (first in-first out).
@@ -64,7 +64,6 @@ chrt - manipulate the real-time attributes of a process
   Set scheduling policy to *SCHED_DEADLINE* (sporadic task model deadline scheduling). Linux-specific, supported since 3.14. The priority argument has to be set to zero. See also *--sched-runtime*, *--sched-deadline* and *--sched-period*. The relation between the options required by the kernel is
   runtime <= deadline <= period. *chrt* copies _period_ to _deadline_ if *--sched-deadline* is not specified and _deadline_ to _runtime_ if *--sched-runtime* is not specified. It means that at least *--sched-period* has to be specified. See *sched*(7) for more details.
 
-[[scheduling_options]]
 == SCHEDULING OPTIONS
 
 *-T*, *--sched-runtime* _nanoseconds_::
@@ -136,12 +135,9 @@ Linux' default scheduling policy is *SCHED_OTHER*.
 
 == AUTHORS
 
-....
-Robert Love <rml@tech9.net>
-Karel Zak <kzak@redhat.com>
-....
+mailto:rml@tech9.net[Robert Love] +
+mailto:kzak@redhat.com[Karel Zak]
 
-[[see_also]]
 == SEE ALSO
 
 *nice*(1),
index 7b3cc8296a35ef051ececc1f9df67d80893ba2ce..d69026e6f2584ec5a410b8494c32e4e322cce343 100644 (file)
@@ -11,13 +11,13 @@ ionice - set or get process I/O scheduling class and priority
 
 == SYNOPSIS
 
-*ionice* *-c* _class_ *-n* _level_ *-t* *-p* _PID_
+*ionice* [*-c* _class_] [*-n* _level_] [*-t*] *-p* _PID_
 
-*ionice* *-c* _class_ *-n* _level_ *-t* *-P* _PGID_
+*ionice* [*-c* _class_] [*-n* _level_] [*-t*] *-P* _PGID_
 
-*ionice* *-c* _class_ *-n* _level_ *-t* *-u* _UID_
+*ionice* [*-c* _class_] [*-n* _level_] [*-t*] *-u* _UID_
 
-*ionice* *-c* _class_ *-n* _level_ *-t* _command_ [argument] ...
+*ionice* [*-c* _class_] [*-n* _level_] [*-t*] _command_ [argument] ...
 
 == DESCRIPTION
 
@@ -70,21 +70,20 @@ Linux supports I/O scheduling priorities and classes since 2.6.13 with the CFQ I
 
 == EXAMPLES
 
-* # *ionice* -c 3 -p 89
-* Sets process with PID 89 as an idle I/O process.
-* # *ionice* -c 2 -n 0 bash
-* Runs 'bash' as a best-effort program with highest priority.
-* # *ionice* -p 89 91
-* Prints the class and priority of the processes with PID 89 and 91.
+* # *ionice* -c 3 -p 89 +
+Sets process with PID 89 as an idle I/O process.
+
+* # *ionice* -c 2 -n 0 bash +
+Runs 'bash' as a best-effort program with highest priority.
+
+* # *ionice* -p 89 91 +
+Prints the class and priority of the processes with PID 89 and 91.
 
 == AUTHORS
 
-....
-Jens Axboe <jens@axboe.dk>
-Karel Zak <kzak@redhat.com>
-....
+mailto:jens@axboe.dk[Jens Axboe] +
+mailto:kzak@redhat.com[Karel Zak]
 
-[[see_also]]
 == SEE ALSO
 
 *ioprio_set*(2)
index 2f54a7f7564b1a5006f072bbb2bb1ed605857859..ca4223f6197bc0e74dca240d514782d841ec4b87 100644 (file)
@@ -33,9 +33,9 @@ taskset - set or retrieve a process's CPU affinity
 
 == SYNOPSIS
 
-*taskset* _options mask command argument_
+*taskset* [options] _mask command_ [_argument_...]
 
-*taskset* _options_ *-p* _mask pid_
+*taskset* [options] *-p* [_mask_] _pid_
 
 == DESCRIPTION
 
@@ -105,7 +105,6 @@ Written by Robert M. Love.
 
 Copyright © 2004 Robert M. Love. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-[[see_also]]
 == SEE ALSO
 
 *chrt*(1),
index 39e4f109613ff661ab85bb98bff7811ac41d606c..58de6d3d582dcc0236550da66681573c4e09aff5 100644 (file)
@@ -36,9 +36,9 @@ manipulate the utilization clamping attributes of the system or a process
 
 == SYNOPSIS
 
-*uclampset* _options_ *-m* _uclamp_min_ *-M* _uclamp_max command argument_
+*uclampset* [options] [*-m* _uclamp_min_] [*-M* _uclamp_max] _command argument_
 
-*uclampset* _options_ *-m* _uclamp_min_ *-M* _uclamp_max_ *-p* _PID_
+*uclampset* [options] [*-m* _uclamp_min_] [*-M* _uclamp_max_] *-p* _PID_
 
 == DESCRIPTION
 
@@ -118,11 +118,8 @@ Consult your kernel docs for the exact expected behavior on that kernel.
 
 == AUTHORS
 
-....
-Qais Yousef <qais.yousef@arm.com>
-....
+mailto:qais.yousef@arm.com[Qais Yousef]
 
-[[see_also]]
 == SEE ALSO
 
 *nice*(1),
index 36a4a9f597ac974ee7b064d5c7c934e6ebd730f0..7ba25bb8c05fc4885dee95e46e559227890155b7 100644 (file)
@@ -11,7 +11,7 @@ blkzone - run zone command on a device
 
 == SYNOPSIS
 
-*blkzone* _command_ [_options_] _device_
+*blkzone* _command_ [options] _device_
 
 == DESCRIPTION
 
index 9306600fe600c30a01a6fad6b00aab1ec82bc78c..5e67b99023f0de9d07630bfefa5f785c202283bc 100644 (file)
@@ -15,11 +15,11 @@ dmesg - print or control the kernel ring buffer
 
 == SYNOPSIS
 
-*dmesg* [_options_]
+*dmesg* [options]
 
 *dmesg* *--clear*
 
-*dmesg* *--read-clear* [_options_]
+*dmesg* *--read-clear* [options]
 
 *dmesg* *--console-level* _level_
 
index f8811f4ec020c540114a480001dd12d9ec34adf1..6348c4e6cc371be588d105061d41140e13201fb7 100644 (file)
@@ -17,7 +17,7 @@ for conditions under which this file may be redistributed.
 
 eject - eject removable media
 
-*eject* [_options_] _device_|_mountpoint_
+*eject* [options] _device_|_mountpoint_
 
 == DESCRIPTION
 
index 36690c825a491604456db6a090fb7fd735fb656d..14ff9e2ee28c92c7412f3cccac42a2ff9ea6fd30 100644 (file)
@@ -35,11 +35,11 @@ flock - manage locks from shell scripts
 
 == SYNOPSIS
 
-*flock* [_options_] _file_|_directory_ _command_ [_arguments_]
+*flock* [options] _file_|_directory_ _command_ [_arguments_]
 
-*flock* [_options_] _file_|_directory_ *-c* _command_
+*flock* [options] _file_|_directory_ *-c* _command_
 
-*flock* [_options_] _number_
+*flock* [options] _number_
 
 == DESCRIPTION
 
index d6ee327c4772e13bc961153f52282ac5de413d20..d84aa4c15bf67c1f92f546e552c96aea07db2a58 100644 (file)
@@ -15,7 +15,7 @@ ipcmk - make various IPC resources
 
 == SYNOPSIS
 
-*ipcmk* [_options_]
+*ipcmk* [options]
 
 == DESCRIPTION
 
index f59fc4753ab04c13cb8551397699fb939a2fe6f8..0336a029120603f0ea8df54ad3e4b298d174b79e 100644 (file)
@@ -15,7 +15,7 @@ ipcrm - remove certain IPC resources
 
 == SYNOPSIS
 
-*ipcrm* [_options_]
+*ipcrm* [options]
 
 *ipcrm* [*shm*|*msg*|*sem*] _ID_ ...
 
index 5feb9b18d6976b54b2ed8a8e9a029757e9483f5c..25a631a2a121ab18e00ebc47d4c2515199388bee 100644 (file)
@@ -15,7 +15,7 @@ ipcs - show information on IPC facilities
 
 == SYNOPSIS
 
-*ipcs* [_options_]
+*ipcs* [options]
 
 == DESCRIPTION
 
index d43007e57e03e408ab4320eaf171a2d7d4e07603..040df8e2f72ce0a7802abd1c59bdcc1778298f1b 100644 (file)
@@ -11,7 +11,7 @@ irqtop - utility to display kernel interrupt information
 
 == SYNOPSIS
 
-*irqtop* [_options_]
+*irqtop* [options]
 
 == DESCRIPTION
 
index b071a68d063fc4d6e1f5fee071c45bd136d78a82..0dde730db4a6c672e926468f4ebed213da16e609 100644 (file)
@@ -158,7 +158,7 @@ The following commands can be used as an example of using the loop device.
 
 == AUTHORS
 
-Karel Zak <kzak@redhat.com>, based on the original version from Theodore Ts'o <tytso@athena.mit.edu>
+mailto:kzak@redhat.com[Karel Zak], based on the original version from mailto:tytso@athena.mit.edu[Theodore Ts'o.]
 
 include::../man-common/bugreports.adoc[]
 
index a8382ca3c31c186d34093c838e1de33a9b923fa7..f851ce83c78d5566914fbd729a2ac9d285dc3576 100644 (file)
@@ -11,7 +11,7 @@ lscpu - display information about the CPU architecture
 
 == SYNOPSIS
 
-*lscpu* [_options_]
+*lscpu* [options]
 
 == DESCRIPTION
 
index 7c5f3f4b4f0d2e34795298449e4ab1f6ee927585..e7a0b8d4de6409f9b4e7aae054e2716efc0ce926 100644 (file)
@@ -11,7 +11,7 @@ lsipc - show information on IPC facilities currently employed in the system
 
 == SYNOPSIS
 
-*lsipc* [_options_]
+*lsipc* [options]
 
 == DESCRIPTION
 
@@ -96,7 +96,7 @@ lsipc - show information on IPC facilities currently employed in the system
 
 == HISTORY
 
-The *lsipc* utility is inspired by the *ipcs* utility.
+The *lsipc* utility is inspired by the *ipcs*(1) utility.
 
 == AUTHORS
 
index 53f757c3776d5a60ad7cec6b02e2ee02d48d40f3..9ebed9630a907fc21c9675ace34412803e44de21 100644 (file)
@@ -11,7 +11,7 @@ lsirq - utility to display kernel interrupt information
 
 == SYNOPSIS
 
-*lsirq* [_options_]
+*lsirq* [options]
 
 == DESCRIPTION
 
index a338f660fc82bc3e47b4db3c9f541be5348e7d72..107a7363e9c965f8a85c7826b6ae5a2bd66ed876 100644 (file)
@@ -11,7 +11,7 @@ lsmem - list the ranges of available memory with their online status
 
 == SYNOPSIS
 
-*lsmem* [_options_]
+*lsmem* [options]
 
 == DESCRIPTION
 
index b6fe354decf176b65716b18069244884e255defe..bc85d4339ef66673558c05d14915e2b6d7ff5773 100644 (file)
@@ -16,7 +16,7 @@ lsns - list namespaces
 
 == SYNOPSIS
 
-*lsns* [_options_] _namespace_
+*lsns* [options] _namespace_
 
 == DESCRIPTION
 
index d6680cd0b83dae9283c160d00c6bf5e964073565..675eadc10f1d6ba6f88f56f55748af45637d14ca 100644 (file)
@@ -11,7 +11,7 @@ nsenter - run program in different namespaces
 
 == SYNOPSIS
 
-*nsenter* [_options_] [_program_ [_arguments_]]
+*nsenter* [options] [_program_ [_arguments_]]
 
 == DESCRIPTION
 
@@ -20,7 +20,7 @@ The *nsenter* command executes _program_ in the namespace(s) that are specified
 Enterable namespaces are:
 
 *mount namespace*::
-  Mounting and unmounting filesystems will not affect the rest of the system, except for filesystems which are explicitly marked as shared (with *mount --make-shared*; see _/proc/self/mountinfo_ for the *shared* flag). For further details, see mount_namespaces7 and the discussion of the *CLONE_NEWNS* flag in *clone*(2).
+  Mounting and unmounting filesystems will not affect the rest of the system, except for filesystems which are explicitly marked as shared (with *mount --make-shared*; see _/proc/self/mountinfo_ for the *shared* flag). For further details, see *mount_namespaces*(7) and the discussion of the *CLONE_NEWNS* flag in *clone*(2).
 
 *UTS namespace*::
   Setting hostname or domainname will not affect the rest of the system. For further details, see *uts_namespaces*(7).
index 5f29824a00dd97ad5571dbc95e456403f3f0ea4b..727e9311bc9401db0366ab739fcf19462f4d7465 100644 (file)
@@ -55,7 +55,7 @@ mount -o ro 10.0.0.1:/my_root /mnt
 killall portmap   # portmap keeps old root busy
 cd /mnt
 pivot_root . old_root
-exec chroot . sh -c 'umount /old_root; exec /sbin/init' BSOL
+exec chroot . sh -c 'umount /old_root; exec /sbin/init' \
   <dev/console >dev/console 2>&1
 ....
 
index f9c285b57cfe9536951e6d03175630d27e21d165..e411ae175ea00cef9358e431241c7d2748f3321d 100644 (file)
@@ -16,9 +16,9 @@ prlimit - get and set process resource limits
 
 == SYNOPSIS
 
-*prlimit* [_options_] [*--resource*=_limits_]] [*--pid* _PID_]
+*prlimit* [options] [*--resource*=_limits_]] [*--pid* _PID_]
 
-*prlimit* [_options_] [*--resource*=_limits_]] _command_ [_argument_...]
+*prlimit* [options] [*--resource*=_limits_]] _command_ [_argument_...]
 
 == DESCRIPTION
 
index 6c106ec819e7442f22ac26f1dd3aea2fbab4bd02..e3dcdd08f8082a4b4222eedd075952b6680e3b05 100644 (file)
@@ -11,7 +11,7 @@ readprofile - read kernel profiling information
 
 == SYNOPSIS
 
-*readprofile* [_options_]
+*readprofile* [options]
 
 == VERSION
 
@@ -58,9 +58,14 @@ The *readprofile* command uses the _/proc/profile_ information to print ascii da
 
 == FILES
 
-_/proc/profile_               A binary snapshot of the profiling buffer.
-_/usr/src/linux/System.map_   The symbol table for the kernel.
-_/usr/src/linux/*_            The program being profiled :-)
+_/proc/profile_::
+  A binary snapshot of the profiling buffer.
+
+_/usr/src/linux/System.map_::
+  The symbol table for the kernel.
+
+_/usr/src/linux/*_::
+  The program being profiled :-)
 
 == BUGS
 
index 2ef8b50a9d7fa2e1e0b742e675c9b60bd71f7fd6..943c2b5aad39eaa127f377fa309be0d6ba391832 100644 (file)
@@ -11,7 +11,7 @@ rfkill - tool for enabling and disabling wireless devices
 
 == SYNOPSIS
 
-*rfkill* [_options_] [_command_] [_ID_|_type_ ...]
+*rfkill* [options] [_command_] [_ID_|_type_ ...]
 
 == DESCRIPTION
 
@@ -71,7 +71,7 @@ The default output is subject to change. So whenever possible, you should avoid
 
 == AUTHORS
 
-*rfkill* was originally written by mailto:johannes@sipsolutions.net[Johannes Berg] and mailto:marcel@holtmann.org[Marcel Holtmann] The code has been later modified by mailto:kerolasa@iki.fi[Sami Kerola] and mailto:kzak@redhat.com[Karel Zak] for the util-linux project.
+*rfkill* was originally written by mailto:johannes@sipsolutions.net[Johannes Berg] and mailto:marcel@holtmann.org[Marcel Holtmann]. The code has been later modified by mailto:kerolasa@iki.fi[Sami Kerola] and mailto:kzak@redhat.com[Karel Zak] for the util-linux project.
 
 This manual page was written by mailto:linux@youmustbejoking.demon.co.uk[Darren Salt] for the Debian project (and may be used by others).
 
index 14949df437c7c83e98549cfde4bc0c7aa5e96008..6b9661aa3a760c198086fb2b118f1b797688ebbf 100644 (file)
@@ -11,7 +11,7 @@ rtcwake - enter a system sleep state until specified wakeup time
 
 == SYNOPSIS
 
-*rtcwake* [_options_] [*-d* _device_] [*-m* _standby_mode_] {*-s* _seconds_|*-t* _time_t_}
+*rtcwake* [options] [*-d* _device_] [*-m* _standby_mode_] {*-s* _seconds_|*-t* _time_t_}
 
 == DESCRIPTION
 
@@ -114,11 +114,11 @@ The program was posted several times on LKML and other lists before appearing in
 
 == AUTHORS
 
-The program was written by David Brownell <dbrownell@users.sourceforge.net> and improved by Bernhard Walle <bwalle@suse.de>.
+The program was written by mailto:dbrownell@users.sourceforge.net[David Brownell] and improved by mailto:bwalle@suse.de[Bernhard Walle].
 
 == COPYRIGHT
 
-This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
+This is free software. You may redistribute copies of it under the terms of the link:http://www.gnu.org/licenses/gpl.html[GNU General Public License]. There is NO WARRANTY, to the extent permitted by law.
 
 == SEE ALSO
 
index 5c2aacc84905ffcebb6550d0a4c004b69fa1ca4e..fdb7542641273249e85359dbfaca43f7dc138702 100644 (file)
@@ -11,11 +11,11 @@ setarch - change reported architecture in new program environment and/or set per
 
 == SYNOPSIS
 
-*setarch* [_arch_] [_options_] (_program_ [_argument_...]]
+*setarch* [_arch_] [options] (_program_ [_argument_...]]
 
 *setarch* *--list*|*-h*|*-V*
 
-*arch* [_options_] [_program_ [_argument_...]]
+*arch* [options] [_program_ [_argument_...]]
 
 == DESCRIPTION
 
index 05af437cc231ebd9d9b79d248bed8de0e023bce3..572364a597cf9b22e0dd75f634357f70b32435cc 100644 (file)
@@ -11,7 +11,7 @@ setpriv - run a program with different Linux privilege settings
 
 == SYNOPSIS
 
-*setpriv* [_options_] _program_ [_arguments_]
+*setpriv* [options] _program_ [_arguments_]
 
 == DESCRIPTION
 
index cdb151c8caeb769b6861a6f44929a5fc267174c5..d4eff82ae404bec944bc33bab65736198a0a42e4 100644 (file)
@@ -13,7 +13,7 @@ setsid - run a program in a new session
 
 == SYNOPSIS
 
-*setsid* [_options_] _program_ [_arguments_]
+*setsid* [options] _program_ [_arguments_]
 
 == DESCRIPTION
 
index d3f0dee4d94a3abc5ecf309fd38b7114e7488954..3f6c994183f73293d6860ad1f15ebb36da0ebdd6 100644 (file)
@@ -11,7 +11,7 @@ swapon, swapoff - enable/disable devices and files for paging and swapping
 
 == SYNOPSIS
 
-*swapon* [_options_] [_specialfile_...]
+*swapon* [options] [_specialfile_...]
 
 *swapoff* [*-va*] [_specialfile_...]
 
@@ -115,15 +115,18 @@ If no policy is selected, the default behavior is to enable both discard types.
 == ENVIRONMENT
 
 LIBMOUNT_DEBUG=all::
-  enables libmount debug output.
+  enables *libmount* debug output.
 
 LIBBLKID_DEBUG=all::
-  enables libblkid debug output.
+  enables *libblkid* debug output.
 
 == FILES
 
-_/dev/sd??_ standard paging devices +
-_/etc/fstab_ ascii filesystem description table
+_/dev/sd??_::
+  standard paging devices
+
+_/etc/fstab_::
+  ascii filesystem description table
 
 == NOTES
 
index b9bd12df3b6d17cdebe252993f7b8274ad0c3b9d..c4917c0b3433e028f05aa7b4665dd21819130938 100644 (file)
@@ -11,7 +11,7 @@ tunelp - set various parameters for the lp device
 
 == SYNOPSIS
 
-*tunelp* [_options_] _device_
+*tunelp* [options] _device_
 
 == DESCRIPTION
 
index 88773c81579380e8589e0554f959e4d10b07eaaf..31b613551f5693dc8288ff8960ad2ec606fed791 100644 (file)
@@ -153,7 +153,7 @@ LIBMOUNT_MTAB=<path>::
   overrides the default location of the mtab file (ignored for suid)
 
 LIBMOUNT_DEBUG=all::
-  enables libmount debug output
+  enables *libmount* debug output
 
 == FILES
 
index 399590dc508c7d8f73627daebb688b0b49cd09f2..384cd06d0b20630a1a31441328aac0a32c7a9dd3 100644 (file)
@@ -11,7 +11,7 @@ unshare - run program in new namespaces
 
 == SYNOPSIS
 
-*unshare* [_options_] [_program_ [_arguments_]
+*unshare* [options] [_program_ [_arguments_]
 
 == DESCRIPTION
 
index 3b51778946e1ffff9e2c9e5c29f5d3526100be35..eaf6bda04564a25f49725b6283d5c1cb15d8fca7 100644 (file)
@@ -11,7 +11,7 @@ wdctl - show hardware watchdog status
 
 == SYNOPSIS
 
-*wdctl* [_options_] [_device_...]
+*wdctl* [options] [_device_...]
 
 == DESCRIPTION
 
index 299e0f45456c3ceda4fe6150ad8b7d635ee45df6..dfc1535153af80e130ca114bb29620e374b06262 100644 (file)
@@ -13,7 +13,7 @@ zramctl - set up and control zram devices
 
 Get info: ::
 
-*zramctl* [_options_]
+*zramctl* [options]
 
 Reset zram: ::
 
index dc8f2d603f2aece065112592d612f76f10d3ea0c..4f1575926ad8cd927d395ec32104a84a88455f79 100644 (file)
@@ -1,5 +1,3 @@
-////
-////
 = agetty(8)
 :doctype: manpage
 :man manual: System Administration
@@ -13,7 +11,7 @@ agetty - alternative Linux getty
 
 == SYNOPSIS
 
-*agetty* [_options_] _port_ [_baud_rate_...] [_term_]
+*agetty* [options] _port_ [_baud_rate_...] [_term_]
 
 == DESCRIPTION
 
index 23fde6f57535fdd098d468c9d08fc451f643465a..b9cf7e4b0970ce01733436cb2dd1b99c8b29e2fd 100644 (file)
@@ -45,7 +45,7 @@ script - make typescript of terminal session
 
 == SYNOPSIS
 
-*script* [_options_] [_file_]
+*script* [options] [_file_]
 
 == DESCRIPTION
 
index 17a40395772958bbaa103bb41d8436ac87fe45f1..e10c77c60c1a261acfd3f08a5c6e613700e5afce 100644 (file)
@@ -11,7 +11,7 @@ scriptlive - re-run session typescripts, using timing information
 
 == SYNOPSIS
 
-*scriptlive* [_options_] [*-t*] _timingfile_ [*-I*|*-B*] _typescript_
+*scriptlive* [options] [*-t*] _timingfile_ [*-I*|*-B*] _typescript_
 
 == DESCRIPTION
 
index e4f7a76cf366456e93e74fdad97a3712a470ee32..e527463cb3efe8fca5e2a06af5987f2b79e9bb17 100644 (file)
@@ -11,7 +11,7 @@ scriptreplay - play back typescripts, using timing information
 
 == SYNOPSIS
 
-*scriptreplay* [_options_] [*-t*] _timingfile_ [_typescript_ [_divisor_]
+*scriptreplay* [options] [*-t*] _timingfile_ [_typescript_ [_divisor_]
 
 == DESCRIPTION
 
index 8ca41d12d467db0337d0dc20509f978179d6375d..736598536e5414c20fb8de28fff20a8f5c54a1ae 100644 (file)
@@ -18,7 +18,7 @@ setterm - set terminal attributes
 
 == SYNOPSIS
 
-*setterm* [_options_]
+*setterm* [options]
 
 == DESCRIPTION