@@ -69,7 +69,7 @@ capability state to any file type other than a regular file are
undefined.
.PP
A capability set held in memory can be associated with the rootid in
-use in a specific namespace. It is possible to get and set this value
+use in a specific user namespace. It is possible to get and set this value
(in the memory copy) with
.BR cap_get_nsowner ()
and
@@ -13,7 +13,7 @@ displays the name and capabilities of each specified
prints quick usage.
.TP 4
.B \-n
-prints any non-zero namespace rootid value found to be associated with
+prints any non-zero user namespace rootid value found to be associated with
a file's capabilities.
.TP 4
.B \-r
@@ -15,7 +15,7 @@ to the
specified. The optional
.B \-n <rootid>
argument can be used to set the file capability for use only in a
-namespace with this rootid owner. The
+user namespace with this rootid owner. The
.B \-v
option is used to verify that the specified capabilities are currently
associated with the file. If \-v and \-n are supplied, the
In these pages, the "namespace" that is being mentioned is the "user namespace". Make this clearer by adding the word "user". Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com> --- doc/cap_get_file.3 | 2 +- doc/getcap.8 | 2 +- doc/setcap.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)