summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorMike Frysinger2012-10-05 03:34:34 +0200
committerKarel Zak2012-10-09 12:12:48 +0200
commit8323d9fd593534ee9257237b48f6ca4710d9f4cb (patch)
tree2e67d895c6ee66b0ffcada671870a3ab741a6fa1 /sys-utils
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>
Diffstat (limited to 'sys-utils')
-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
6 files changed, 10 insertions, 9 deletions
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