summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.1
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/unshare.1
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/unshare.1')
-rw-r--r--sys-utils/unshare.15
1 files changed, 3 insertions, 2 deletions
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