user_namespaces(7): tfix

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Frysinger 2014-11-05 01:31:34 -05:00 committed by Michael Kerrisk
parent f70fe9d7cb
commit dba9ebf2b4
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ For an overview of namespaces, see
User namespaces isolate security-related identifiers and attributes,
in particular,
user IDs and group IDs (see
.BR credentials (7),
.BR credentials (7)),
the root directory,
keys (see
.BR keyctl (2)),
@ -572,7 +572,7 @@ in
The cases where unmapped IDs are mapped in this fashion include
system calls that return user IDs
.RB ( getuid (2)
.RB ( getuid (2),
.BR getgid (2),
and similar),
credentials passed over a UNIX domain socket,