== SYNOPSIS
-*cfdisk* [_options_] [_device_]
+*cfdisk* [options] [_device_]
== DESCRIPTION
== SYNOPSIS
-*fdformat* [_options_] _device_
+*fdformat* [options] _device_
== DESCRIPTION
== SYNOPSIS
-*fdisk* [_options_] _device_
+*fdisk* [options] _device_
*fdisk* *-l* [_device_...]
== SYNOPSIS
-*fsck.cramfs* [_options_] _file_
+*fsck.cramfs* [options] _file_
== DESCRIPTION
== SYNOPSIS
-*fsck.minix* [_options_] _device_
+*fsck.minix* [options] _device_
== DESCRIPTION
== SYNOPSIS
-*isosize* [_options_] _iso9660_image_file_
+*isosize* [options] _iso9660_image_file_
== DESCRIPTION
== SYNOPSIS
-*mkfs* [_options_] [*-t* _type_] [_fs-options_] _device_ [_size_]
+*mkfs* [options] [*-t* _type_] [_fs-options_] _device_ [_size_]
== DESCRIPTION
== SYNOPSIS
-*mkfs.bfs* [_options_] _device_ [_block-count_]
+*mkfs.bfs* [options] _device_ [_block-count_]
== DESCRIPTION
== SYNOPSIS
-*mkfs.cramfs* [_options_] _directory file_
+*mkfs.cramfs* [options] _directory file_
== DESCRIPTION
== SYNOPSIS
-*mkfs.minix* [_options_] _device_ [_size-in-blocks_]
+*mkfs.minix* [options] _device_ [_size-in-blocks_]
== DESCRIPTION
== SYNOPSIS
-*mkswap* [_options_] _device_ [_size_]
+*mkswap* [options] _device_ [_size_]
== DESCRIPTION
== SYNOPSIS
-*sfdisk* [_options_] _device_ [*-N* _partition-number_]
+*sfdisk* [options] _device_ [*-N* _partition-number_]
-*sfdisk* [_options_] _command_]
+*sfdisk* [options] _command_]
== DESCRIPTION
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_.
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:
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:
|===
____
-[[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 (#)
|===
____
== SYNOPSIS
-*vipw* [_options_]
+*vipw* [options]
-*vigr* [_options_]
+*vigr* [options]
== DESCRIPTION
== SYNOPSIS
-*chrt* _options priority command argument_ …
+*chrt* [options] _priority command argument_ ...
-*chrt* _options_ *-p* _priority PID_
+*chrt* [options] *-p* [_priority_] _PID_
== DESCRIPTION
== 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).
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_::
== 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),
== 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
== 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)
== SYNOPSIS
-*taskset* _options mask command argument_
+*taskset* [options] _mask command_ [_argument_...]
-*taskset* _options_ *-p* _mask pid_
+*taskset* [options] *-p* [_mask_] _pid_
== DESCRIPTION
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),
== 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
== AUTHORS
-....
-Qais Yousef <qais.yousef@arm.com>
-....
+mailto:qais.yousef@arm.com[Qais Yousef]
-[[see_also]]
== SEE ALSO
*nice*(1),
== SYNOPSIS
-*blkzone* _command_ [_options_] _device_
+*blkzone* _command_ [options] _device_
== DESCRIPTION
== SYNOPSIS
-*dmesg* [_options_]
+*dmesg* [options]
*dmesg* *--clear*
-*dmesg* *--read-clear* [_options_]
+*dmesg* *--read-clear* [options]
*dmesg* *--console-level* _level_
eject - eject removable media
-*eject* [_options_] _device_|_mountpoint_
+*eject* [options] _device_|_mountpoint_
== DESCRIPTION
== 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
== SYNOPSIS
-*ipcmk* [_options_]
+*ipcmk* [options]
== DESCRIPTION
== SYNOPSIS
-*ipcrm* [_options_]
+*ipcrm* [options]
*ipcrm* [*shm*|*msg*|*sem*] _ID_ ...
== SYNOPSIS
-*ipcs* [_options_]
+*ipcs* [options]
== DESCRIPTION
== SYNOPSIS
-*irqtop* [_options_]
+*irqtop* [options]
== DESCRIPTION
== 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[]
== SYNOPSIS
-*lscpu* [_options_]
+*lscpu* [options]
== DESCRIPTION
== SYNOPSIS
-*lsipc* [_options_]
+*lsipc* [options]
== DESCRIPTION
== HISTORY
-The *lsipc* utility is inspired by the *ipcs* utility.
+The *lsipc* utility is inspired by the *ipcs*(1) utility.
== AUTHORS
== SYNOPSIS
-*lsirq* [_options_]
+*lsirq* [options]
== DESCRIPTION
== SYNOPSIS
-*lsmem* [_options_]
+*lsmem* [options]
== DESCRIPTION
== SYNOPSIS
-*lsns* [_options_] _namespace_
+*lsns* [options] _namespace_
== DESCRIPTION
== SYNOPSIS
-*nsenter* [_options_] [_program_ [_arguments_]]
+*nsenter* [options] [_program_ [_arguments_]]
== DESCRIPTION
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).
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
....
== 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
== SYNOPSIS
-*readprofile* [_options_]
+*readprofile* [options]
== VERSION
== 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
== SYNOPSIS
-*rfkill* [_options_] [_command_] [_ID_|_type_ ...]
+*rfkill* [options] [_command_] [_ID_|_type_ ...]
== DESCRIPTION
== 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).
== 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
== 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
== SYNOPSIS
-*setarch* [_arch_] [_options_] (_program_ [_argument_...]]
+*setarch* [_arch_] [options] (_program_ [_argument_...]]
*setarch* *--list*|*-h*|*-V*
-*arch* [_options_] [_program_ [_argument_...]]
+*arch* [options] [_program_ [_argument_...]]
== DESCRIPTION
== SYNOPSIS
-*setpriv* [_options_] _program_ [_arguments_]
+*setpriv* [options] _program_ [_arguments_]
== DESCRIPTION
== SYNOPSIS
-*setsid* [_options_] _program_ [_arguments_]
+*setsid* [options] _program_ [_arguments_]
== DESCRIPTION
== SYNOPSIS
-*swapon* [_options_] [_specialfile_...]
+*swapon* [options] [_specialfile_...]
*swapoff* [*-va*] [_specialfile_...]
== 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
== SYNOPSIS
-*tunelp* [_options_] _device_
+*tunelp* [options] _device_
== DESCRIPTION
overrides the default location of the mtab file (ignored for suid)
LIBMOUNT_DEBUG=all::
- enables libmount debug output
+ enables *libmount* debug output
== FILES
== SYNOPSIS
-*unshare* [_options_] [_program_ [_arguments_]
+*unshare* [options] [_program_ [_arguments_]
== DESCRIPTION
== SYNOPSIS
-*wdctl* [_options_] [_device_...]
+*wdctl* [options] [_device_...]
== DESCRIPTION
Get info: ::
-*zramctl* [_options_]
+*zramctl* [options]
Reset zram: ::
-////
-////
= agetty(8)
:doctype: manpage
:man manual: System Administration
== SYNOPSIS
-*agetty* [_options_] _port_ [_baud_rate_...] [_term_]
+*agetty* [options] _port_ [_baud_rate_...] [_term_]
== DESCRIPTION
== SYNOPSIS
-*script* [_options_] [_file_]
+*script* [options] [_file_]
== DESCRIPTION
== SYNOPSIS
-*scriptlive* [_options_] [*-t*] _timingfile_ [*-I*|*-B*] _typescript_
+*scriptlive* [options] [*-t*] _timingfile_ [*-I*|*-B*] _typescript_
== DESCRIPTION
== SYNOPSIS
-*scriptreplay* [_options_] [*-t*] _timingfile_ [_typescript_ [_divisor_]
+*scriptreplay* [options] [*-t*] _timingfile_ [_typescript_ [_divisor_]
== DESCRIPTION
== SYNOPSIS
-*setterm* [_options_]
+*setterm* [options]
== DESCRIPTION