fix bold style of man page references

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-10-04 21:34:34 -04:00 committed by Karel Zak
parent 6d9bbf886a
commit 8323d9fd59
12 changed files with 19 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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 %}.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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