user_namespaces.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-10-31 08:47:02 +01:00
parent 043aaa9427
commit 6e8a3b421b
1 changed files with 3 additions and 3 deletions

View File

@ -307,10 +307,10 @@ and the other types of namespaces can be created with just the
.B CAP_SYS_ADMIN
capability in the caller's user namespace.
.PP
When a non-user-namespace is created,
When a nonuser namespace is created,
it is owned by the user namespace in which the creating process
was a member at the time of the creation of the namespace.
Actions on the non-user-namespace
Actions on the nonuser namespace
require capabilities in the corresponding user namespace.
.PP
If
@ -356,7 +356,7 @@ The
.BR NS_GET_USERNS
.BR ioctl (2)
operation can be used to discover the user namespace
that owns a a non-user namespace; see
that owns a a nonuser namespace; see
.BR ioctl_ns (2).
.\"
.\" ============================================================