summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.1
diff options
context:
space:
mode:
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