Skip to content

Commit

Permalink
man: Use the correct macro for a font change of one argument
Browse files Browse the repository at this point in the history
  Use the correct macro (I, B) for the font change of one argument, not
those that are used for alternating two fonts, like "BR", "IR", "RB",
or "RI".

Signed-off-by: Bjarni Ingi Gislason <[email protected]>
  • Loading branch information
Bjarni Ingi Gislason authored and karelzak committed May 23, 2018
1 parent a8f9830 commit 0bb7e90
Show file tree
Hide file tree
Showing 31 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion disk-utils/fsck.8
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ with
.BR fsck .
Options to different filesystem-specific fsck's are not standardized.
.SH FILES
.IR /etc/fstab
.I /etc/fstab
.SH ENVIRONMENT VARIABLES
The
.B fsck
Expand Down
4 changes: 2 additions & 2 deletions disk-utils/partx.8
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ to get
of all supported columns. This option cannot be combined with the
.BR \-\-add ,
.BR \-\-delete ,
.BR \-\-update
.B \-\-update
or
.B \-\-list
options.
Expand All @@ -124,7 +124,7 @@ All numbers (except SIZE) are in 512-byte sectors.
.BR \-t , " \-\-type " \fItype
Specify the partition table type.
.TP
.BR \-\-list\-types
.B \-\-list\-types
List supported partition types and exit.
.TP
.BR \-u , " \-\-update"
Expand Down
2 changes: 1 addition & 1 deletion disk-utils/sfdisk.8
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ see the \fB\-\-help\fR output. See also the \fBCOLORS\fR section.
.BR \-f , " \-\-force"
Disable all consistency checking.
.TP
.BR \-\-Linux
.B \-\-Linux
Deprecated and ignored option. Partitioning that is compatible with
Linux (and other modern operating systems) is the default.
.TP
Expand Down
2 changes: 1 addition & 1 deletion login-utils/last.1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ will show a log of all the reboots since the log file was created.
is the same as
.BR last ,
except that by default it shows a log of the
.IR /var/log/btmp
.I /var/log/btmp
file, which contains all the bad login attempts.
.SH OPTIONS
.TP
Expand Down
18 changes: 9 additions & 9 deletions login-utils/login.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ login \- begin session on the system
.SH SYNOPSIS
.B login
[
.BR \-p
.B \-p
] [
.BR \-h
.IR host
.B \-h
.I host
] [
.BR \-H
.B \-H
] [
.BR \-f
.IR username
.B \-f
.I username
|
.IR username
.I username
]
.SH DESCRIPTION
.B login
Expand Down Expand Up @@ -199,9 +199,9 @@ login failure. The default value is
(string)
.RS 4
The terminal permissions. The default value is
.IR 0600
.I 0600
or
.IR 0620
.I 0620
if tty group is used.
.RE
.PP
Expand Down
4 changes: 2 additions & 2 deletions login-utils/su.1
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ Display help text and exit.
.SH SIGNALS
Upon receiving either
.BR SIGINT ,
.BR SIGQUIT
.B SIGQUIT
or
.BR SIGTERM ,
.BR su
.B su
terminates its child and afterwards terminates itself with
the received signal.
.SH CONFIG FILES
Expand Down
2 changes: 1 addition & 1 deletion misc-utils/cal.1
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Implicit coloring can be disabled as follows:
.RS

.br
.BI "touch /etc/terminal-colors.d/cal.disable"
.B touch /etc/terminal-colors.d/cal.disable
.br

.RE
Expand Down
6 changes: 3 additions & 3 deletions misc-utils/findfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ by
.RS

.br
.BI "lsblk \-\-fs"
.B lsblk \-\-fs
.br

.BI "partx --show <disk>"
.B partx --show <disk>
.br

.BI blkid
.B blkid
.br

.RE
Expand Down
30 changes: 15 additions & 15 deletions misc-utils/findmnt.8
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ findmnt \- find a filesystem
.B findmnt
[options]
.RB [ \-\-source ]
.IR device
.I device
.RB [ \-\-target | \-\-mountpoint ]
.IR mountpoint
.I mountpoint
.SH DESCRIPTION
.B findmnt
will list all mounted filesystems or search for a filesystem. The
.B \%findmnt
command is able to search in
.IR /etc/fstab ,
.IR /etc/mtab
.I /etc/mtab
or
.IR /proc/self/mountinfo .
If
.IR device
.I device
or
.IR mountpoint
.I mountpoint
is not given, all filesystems are shown.
.PP
The device may be specified by device name, major:minor numbers,
Expand Down Expand Up @@ -140,7 +140,7 @@ by "+" prefix.
.BR \-o , " \-\-output \fIlist\fP"
Define output columns. See the \fB\-\-help\fP output to get a list of the
currently supported columns. The
.BR TARGET
.B TARGET
column contains tree formatting if the
.B \-\-list
or
Expand Down Expand Up @@ -183,7 +183,7 @@ available for umount and move actions
available for umount and remount actions
.RE
.TP
.BR "\-\-pseudo"
.B \-\-pseudo
Print only pseudo filesystems.
.TP
.BR \-R , " \-\-submounts"
Expand All @@ -196,7 +196,7 @@ default. This option has no effect for \fB\-\-mtab\fP or \fB\-\-fstab\fP.
.BR \-r , " \-\-raw"
Use raw output format. All potentially unsafe characters are hex-escaped (\\x<code>).
.TP
.BR "\-\-real"
.B \-\-real
Print only real filesystems.
.TP
.BR \-S , " \-\-source \fIspec\fP"
Expand Down Expand Up @@ -227,7 +227,7 @@ to specify the filesystem types on which no action should be taken. For
more details see
.BR mount (8).
.TP
.BR "\-\-tree"
.B \-\-tree
Enable tree-like output if possible. The options is silently ignored for
tables where is missing child-parent relation (e.g. fstab).
.TP
Expand All @@ -242,7 +242,7 @@ Do not truncate text in columns. The default is to not truncate the
.BR UUID ,
.BR LABEL ,
.BR PARTUUID ,
.BR PARTLABEL
.B PARTLABEL
columns. This option disables text truncation also in all other columns.
.TP
.BR \-v , " \-\-nofsroot"
Expand All @@ -253,29 +253,29 @@ Specify an upper limit on the time for which \fB\-\-poll\fR will block, in milli
.TP
.BR \-x , " \-\-verify"
Check mount table content. The default is to verify
.IR /etc/fstab
.I /etc/fstab
parsability and usability. It's possible to use this option also with \fB\-\-tab\-file\fP.
It's possible to specify source (device) or target (mountpoint) to filter mount table. The option
\fB\-\-verbose\fP forces findmnt to print more details.
.TP
.BR "\-\-verbose"
.B \-\-verbose
Force findmnt to print more information (\fB\-\-verify\fP only for now).
.SH EXAMPLES
.IP "\fBfindmnt \-\-fstab \-t nfs\fP"
Prints all NFS filesystems defined in
.IR /etc/fstab .
.IP "\fBfindmnt \-\-fstab /mnt/foo\fP"
Prints all
.IR /etc/fstab
.I /etc/fstab
filesystems where the mountpoint directory is /mnt/foo. It also prints bind mounts where /mnt/foo
is a source.
.IP "\fBfindmnt \-\-fstab \-\-target /mnt/foo\fP"
Prints all
.IR /etc/fstab
.I /etc/fstab
filesystems where the mountpoint directory is /mnt/foo.
.IP "\fBfindmnt \-\-fstab \-\-evaluate\fP"
Prints all
.IR /etc/fstab
.I /etc/fstab
filesystems and converts LABEL= and UUID= tags to the real device names.
.IP "\fBfindmnt \-n \-\-raw \-\-evaluate \-\-output=target LABEL=/boot\fP"
Prints only the mountpoint where the filesystem with label "/boot" is mounted.
Expand Down
10 changes: 5 additions & 5 deletions misc-utils/kill.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Most modern shells have a builtin kill command, with a usage rather similar to
that of the command described here. The
.BR \-\-all ,
.BR \-\-pid ", and"
.BR \-\-queue
.B \-\-queue
options, and the possibility to specify processes by command name, are local extensions.
.PP
If \fIsignal\fR is 0, then no actual signal is sent, but error checking is still performed.
Expand Down Expand Up @@ -135,21 +135,21 @@ in the target process that is not blocking the signal.
For more details, see
.BR signal (7)
and the description of
.BR CLONE_THREAD
.B CLONE_THREAD
in
.BR clone (2).

.SH RETURN CODES
.B kill
has the following return codes:
.TP
.BR 0
.B 0
success
.TP
.BR 1
.B 1
failure
.TP
.BR 64
.B 64
partial success (when more than one process specified)

.SH SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion misc-utils/logger.1
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ instead of to the system log socket. Unless
is specified, \fBlogger\fR will first try to use UDP,
but if this fails a TCP connection is attempted.
.TP
.BR \-\-no\-act
.B \-\-no\-act
Causes everything to be done except for writing the log message to the system
log, and removing the connection or the journal. This option can be used
together with \fB\-\-stderr\fR for testing purposes.
Expand Down
2 changes: 1 addition & 1 deletion misc-utils/lsblk.8
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ by default. Use
to get a list of all available columns.
.PP
The default output, as well as the default output from options like
.BR \-\-fs
.B \-\-fs
and
.BR \-\-topology ,
is subject to change. So whenever possible, you should avoid using default
Expand Down
4 changes: 2 additions & 2 deletions misc-utils/rename.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Show which files were renamed, if any.
.TP
.BR \-n , " \-\-no\-act"
Do not make any changes; add
.BR \-\-verbose
.B \-\-verbose
to see what would be made.
.TP
.BR \-o , " \-\-no\-overwrite"
Do not overwrite existing files. When
.BR \-\-symlink
.B \-\-symlink
is active, do not overwrite symlinks pointing to existing targets.
.TP
.BR \-i , " \-\-interactive"
Expand Down
6 changes: 3 additions & 3 deletions misc-utils/whereis.1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ be used when any of the
.BR \-B ,
.BR \-M ,
or
.BR \-S
.B \-S
options is used.
.IP "\fB\-l"
Output the list of effective lookup paths that
Expand All @@ -122,7 +122,7 @@ is using. When none of
.BR \-B ,
.BR \-M ,
or
.BR \-S
.B \-S
is specified, the option will output the hard-coded paths
that the command was able to find on the system.
.TP
Expand Down Expand Up @@ -158,7 +158,7 @@ listing option. Effects of the
.BR \-B ,
.BR \-M ,
and
.BR \-S
.B \-S
are displayed with
.BR \-l .
.PP
Expand Down
12 changes: 6 additions & 6 deletions misc-utils/wipefs.8
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ wipefs \- wipe a signature from a device
.sp
.B wipefs
.RB [ \-\-backup ]
.RB \-o
.IR offset
.B \-o
.I offset
.IR device ...
.sp
.B wipefs
.RB [ \-\-backup ]
.RB \-a
.B \-a
.IR device ...
.SH DESCRIPTION
.B wipefs
Expand Down Expand Up @@ -113,14 +113,14 @@ taken. For more details see mount(8).
Display version information and exit.
.SH EXAMPLES
.TP
.BR "wipefs /dev/sda*"
.B wipefs /dev/sda*
Prints information about sda and all partitions on sda.
.TP
.BR "wipefs --all --backup /dev/sdb"
.B wipefs --all --backup /dev/sdb
Erases all signatures from the device /dev/sdb and creates a signature backup
file ~/wipefs-sdb-<offset>.bak for each signature.
.TP
.BR "dd if=~/wipefs-sdb-0x00000438.bak of=/dev/sdb seek=$((0x00000438)) bs=1 conv=notrunc"
.B dd if=~/wipefs-sdb-0x00000438.bak of=/dev/sdb seek=$((0x00000438)) bs=1 conv=notrunc
Restores an ext2 signature from the backup file ~/wipefs-sdb-0x00000438.bak.
.SH AUTHOR
Karel Zak <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions schedutils/chrt.1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Set scheduling policy to
.TP
.BR -d ,\ --deadline
Set scheduling policy to
.BR SCHED_DEADLINE
.B SCHED_DEADLINE
(Linux-specific, supported since 3.14). The priority argument has to be set to zero.
See also \fB\-\-sched\-runtime\fR, \fB\-\-sched\-deadline\fR and
\fB\-\-sched\-period\fR. The relation between the options required by the kernel is
Expand Down Expand Up @@ -136,16 +136,16 @@ Or set them:
.I priority pid
.SH PERMISSIONS
A user must possess
.BR CAP_SYS_NICE
.B CAP_SYS_NICE
to change the scheduling attributes of a process. Any user can retrieve the
scheduling information.

.SH NOTES
Only
.BR SCHED_FIFO ,
.BR SCHED_OTHER
.B SCHED_OTHER
and
.BR SCHED_RR
.B SCHED_RR
are part of POSIX 1003.1b Process Scheduling. The other scheduling attributes
may be ignored on some systems.
.P
Expand Down
Loading

0 comments on commit 0bb7e90

Please sign in to comment.