summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger2012-10-05 03:34:34 +0200
committerKarel Zak2012-10-09 12:12:48 +0200
commit8323d9fd593534ee9257237b48f6ca4710d9f4cb (patch)
tree2e67d895c6ee66b0ffcada671870a3ab741a6fa1
parentfdisk: add AArch64 support (diff)
downloadkernel-qcow2-util-linux-8323d9fd593534ee9257237b48f6ca4710d9f4cb.tar.gz
kernel-qcow2-util-linux-8323d9fd593534ee9257237b48f6ca4710d9f4cb.tar.xz
kernel-qcow2-util-linux-8323d9fd593534ee9257237b48f6ca4710d9f4cb.zip
fix bold style of man page references
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--disk-utils/fsck.82
-rw-r--r--fdisks/cfdisk.84
-rw-r--r--misc-utils/blkid.82
-rw-r--r--misc-utils/ddate.14
-rw-r--r--mount-deprecated/mount.84
-rw-r--r--mount-deprecated/umount.82
-rw-r--r--sys-utils/eject.12
-rw-r--r--sys-utils/losetup.82
-rw-r--r--sys-utils/mount.86
-rw-r--r--sys-utils/swapon.82
-rw-r--r--sys-utils/umount.82
-rw-r--r--sys-utils/unshare.15
12 files changed, 19 insertions, 18 deletions
diff --git a/disk-utils/fsck.8 b/disk-utils/fsck.8
index 7779fe9c2..344a06fec 100644
--- a/disk-utils/fsck.8
+++ b/disk-utils/fsck.8
@@ -97,7 +97,7 @@ Lock the whole-disk device by an exclusive
.BR flock (2).
This option can be used with one device only (this means that \fB-A\fR and
\fB-l\fR are mutually exclusive). This option is recommended when more
-.B fsck (8)
+.BR fsck (8)
instances are executed in the same time. The option is ignored when used for
multiple devices or for non-rotating disks. \fBfsck\fR does not lock underlying
devices when executed to check stacked devices (e.g. MD or DM) -- this feature is
diff --git a/fdisks/cfdisk.8 b/fdisks/cfdisk.8
index 28ddad668..be88fdba3 100644
--- a/fdisks/cfdisk.8
+++ b/fdisks/cfdisk.8
@@ -369,8 +369,8 @@ partition table from the disk. The re-reading of the partition table does not
work in some cases, for example for device-mapper devices. In
particular case you need to inform kernel about new
partitions by
-.B partprobe(8),
-.B kpartx(8)
+.BR partprobe (8),
+.BR kpartx (8)
or reboot the system.
.TP
.I Up Arrow
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index 9c45a0ecc..dbf0643a1 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -121,7 +121,7 @@ symlinks directly; it is not reliable to use the symlinks without verification.
The \fB-L\fR option works on systems with and without udev.
Unfortunately, the original
-.B blkid(8)
+.BR blkid (8)
from e2fsprogs use the \fB-L\fR option as a
synonym for the \fB-o list\fR option. For better portability, use \fB-l -o device
-t LABEL=<label>\fR and \fB-o list\fR in your scripts rather than the \fB-L\fR option.
diff --git a/misc-utils/ddate.1 b/misc-utils/ddate.1
index 0b01e09a3..8dd22d09a 100644
--- a/misc-utils/ddate.1
+++ b/misc-utils/ddate.1
@@ -21,7 +21,7 @@ day, month and year.
If a format string is specified, the Discordian date will be printed in
a format specified by the string. This mechanism works similarly to the
format string mechanism of
-.B date(1),
+.BR date (1),
only almost completely differently. The fields are:
.IP %A
Full name of the day of the week (i.e., Sweetmorn)
@@ -77,7 +77,7 @@ Today's St. Tib's Day, 3162.
.SH BUGS
-.B ddate(1)
+.BR ddate (1)
will produce undefined behavior if asked to produce the date for St. Tib's
day and its format string does not contain the St. Tib's Day delimiters
%{ and %}.
diff --git a/mount-deprecated/mount.8 b/mount-deprecated/mount.8
index 0217a3f2a..ae42ccc48 100644
--- a/mount-deprecated/mount.8
+++ b/mount-deprecated/mount.8
@@ -1599,11 +1599,11 @@ If current process is in group of file's group ID, you can change timestamp.
Other users can change timestamp.
.PP
The default is set from `dmask' option. (If the directory is writable,
-.B utime(2)
+.BR utime (2)
is also allowed. I.e. ~dmask & 022)
Normally
-.B utime(2)
+.BR utime (2)
checks current process is owner of the file, or it has
CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so
normal check is too inflexible. With this option you can relax it.
diff --git a/mount-deprecated/umount.8 b/mount-deprecated/umount.8
index 1c7d59aa7..4cbddc512 100644
--- a/mount-deprecated/umount.8
+++ b/mount-deprecated/umount.8
@@ -120,7 +120,7 @@ anymore.
(Requires kernel 2.4.11 or later.)
.IP "\fB\-\-no\-canonicalize\fP"
Don't canonicalize paths. For more details about this option see the
-.B mount(8)
+.BR mount (8)
man page.
.IP "\fB\-\-fake\fP"
Causes everything to be done except for the actual system call; this
diff --git a/sys-utils/eject.1 b/sys-utils/eject.1
index 1a232293b..429f0dd0f 100644
--- a/sys-utils/eject.1
+++ b/sys-utils/eject.1
@@ -54,7 +54,7 @@ are carrying a laptop in a bag or case and don't want it to eject if the button
is inadvertently pressed.
.IP "\fB\-p, \-\-proc\fP"
This option allow you to use /proc/mounts instead /etc/mtab. It also passes the
-\-n option to umount(1).
+\-n option to \fBumount\fR(1).
.IP "\fB\-q, \-\-tape\fP"
This option specifies that the drive should be ejected using a tape drive
offline command.
diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8
index 6a006e1b8..921e10b78 100644
--- a/sys-utils/losetup.8
+++ b/sys-utils/losetup.8
@@ -110,7 +110,7 @@ verbose mode
.SH ENCRYPTION
.B Cryptoloop is no longer supported in favor of dm-crypt. For more details see
-.B cryptsetup (8).
+.B cryptsetup(8).
.SH RETURN VALUE
.B losetup
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index f86eead64..da17b9657 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -462,7 +462,7 @@ operation. Detailed semantics is documented in Documentation/filesystems/shareds
file in the kernel source tree.
Note that Linux kernel does not allow to change more propagation flags by one
-.B mount (2)
+.BR mount (2)
syscall and the flags cannot be mixed with another mount options. It means that
more --make-* options cannot be used together or with another mount options.
@@ -1656,11 +1656,11 @@ If current process is in group of file's group ID, you can change timestamp.
Other users can change timestamp.
.PP
The default is set from `dmask' option. (If the directory is writable,
-.B utime(2)
+.BR utime (2)
is also allowed. I.e. ~dmask & 022)
Normally
-.B utime(2)
+.BR utime (2)
checks current process is owner of the file, or it has
CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so
normal check is too inflexible. With this option you can relax it.
diff --git a/sys-utils/swapon.8 b/sys-utils/swapon.8
index e471d07d3..0247ad8ca 100644
--- a/sys-utils/swapon.8
+++ b/sys-utils/swapon.8
@@ -134,7 +134,7 @@ may be also used to skip non-existing device.
.B "\-f, \-\-fixpgsz"
Reinitialize (exec /sbin/mkswap) the swap space if its page size does not
match that of the the current running kernel.
-.B mkswap(2)
+.BR mkswap (2)
initializes the whole device and does not check for bad blocks.
.TP
.B \-h, \-\-help
diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index b949aebbf..bdd10a529 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -68,7 +68,7 @@ filesystem is not unmounted.)
.TP
\fB\-c\fR, \fB\-\-no\-canonicalize\fR
Do not canonicalize paths. For more details about this option see the
-.B mount(8)
+.BR mount (8)
man page.
.TP
\fB\-d\fR, \fB\-\-detach\-loop\fR
diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1
index d7938c546..1325e3481 100644
--- a/sys-utils/unshare.1
+++ b/sys-utils/unshare.1
@@ -31,7 +31,7 @@ process will have independent IPv4 and IPv6 stacks, IP routing tables, firewall
rules, the \fI/proc/net\fP and \fI/sys/class/net\fP directory trees, sockets
etc. (\fBCLONE_NEWNET\fP flag).
.TP
-See the clone(2) for exact semantics of the flags.
+See the \fBclone\fR(2) for exact semantics of the flags.
.SH OPTIONS
.TP
.BR \-h , " \-\-help"
@@ -52,7 +52,8 @@ Unshare the network namespace.
The unshare command drops potential privileges before executing the
target program. This allows to setuid unshare.
.SH SEE ALSO
-unshare(2), clone(2)
+.BR unshare (2),
+.BR clone (2)
.SH BUGS
None known so far.
.SH AUTHOR