summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/cal.12
-rw-r--r--misc-utils/findfs.86
-rw-r--r--misc-utils/findmnt.830
-rw-r--r--misc-utils/kill.110
-rw-r--r--misc-utils/logger.12
-rw-r--r--misc-utils/lsblk.82
-rw-r--r--misc-utils/rename.14
-rw-r--r--misc-utils/whereis.16
-rw-r--r--misc-utils/wipefs.812
9 files changed, 37 insertions, 37 deletions
diff --git a/misc-utils/cal.1 b/misc-utils/cal.1
index c9e92d749..5a8095fb3 100644
--- a/misc-utils/cal.1
+++ b/misc-utils/cal.1
@@ -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
diff --git a/misc-utils/findfs.8 b/misc-utils/findfs.8
index f5099ed46..33bb242d7 100644
--- a/misc-utils/findfs.8
+++ b/misc-utils/findfs.8
@@ -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
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index 9979675ac..f95aea3d9 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -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,
@@ -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
@@ -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"
@@ -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"
@@ -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
@@ -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"
@@ -253,12 +253,12 @@ 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"
@@ -266,16 +266,16 @@ 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.
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index 630aeb1f0..24c32a249 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -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.
@@ -135,7 +135,7 @@ 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).
@@ -143,13 +143,13 @@ in
.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
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index f121c4dc9..9e83a0b53 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -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.
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 65f9d0dfb..708381448 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -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
diff --git a/misc-utils/rename.1 b/misc-utils/rename.1
index 1f6047920..cd90e64b4 100644
--- a/misc-utils/rename.1
+++ b/misc-utils/rename.1
@@ -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"
diff --git a/misc-utils/whereis.1 b/misc-utils/whereis.1
index 0d2cbe7e7..a69395907 100644
--- a/misc-utils/whereis.1
+++ b/misc-utils/whereis.1
@@ -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
@@ -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
@@ -158,7 +158,7 @@ listing option. Effects of the
.BR \-B ,
.BR \-M ,
and
-.BR \-S
+.B \-S
are displayed with
.BR \-l .
.PP
diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8
index 0685c1ac9..c26b7890f 100644
--- a/misc-utils/wipefs.8
+++ b/misc-utils/wipefs.8
@@ -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
@@ -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 <kzak@redhat.com>