From 791ea4b39c85a1c8c7fa7a9e2690ee29e6c90e14 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 11 Dec 2016 11:07:19 +0100 Subject: [PATCH] user_namespaces.7: ffix Signed-off-by: Michael Kerrisk --- man7/user_namespaces.7 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 0c99df0b4..a43a2a671 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -985,11 +985,11 @@ First, we look at the run-time environment: .in +4n .nf -$ \fBuname -rs\fP # Need Linux 3.8 or later +$ \fBuname \-rs\fP # Need Linux 3.8 or later Linux 3.8.0 -$ \fBid -u\fP # Running as unprivileged user +$ \fBid \-u\fP # Running as unprivileged user 1000 -$ \fBid -g\fP +$ \fBid \-g\fP 1000 .fi .in @@ -1008,7 +1008,7 @@ and group ID .in +4n .nf -$ \fB./userns_child_exec -p -m -U -M '0 1000 1' -G '0 1000 1' bash\fP +$ \fB./userns_child_exec \-p \-m \-U \-M '0 1000 1' \-G '0 1000 1' bash\fP .fi .in @@ -1045,7 +1045,7 @@ any processes outside the PID namespace: .in +4n .nf -bash$ \fBmount -t proc proc /proc\fP +bash$ \fBmount \-t proc proc /proc\fP bash$ \fBps ax\fP PID TTY STAT TIME COMMAND 1 pts/3 S 0:00 bash