diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2014-11-05 01:31:34 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-12-30 22:15:28 +0100 |
| commit | dba9ebf2b405132c16803c875c2e8873dbd82da7 (patch) | |
| tree | fdb5561925541bc1d3a5201f0a4d82798bc6ca9d | |
| parent | f70fe9d7cb462c41f3d4e1f6702f5aa07e5fae24 (diff) | |
| download | man-pages-dba9ebf2b405132c16803c875c2e8873dbd82da7.tar.gz | |
user_namespaces(7): tfix
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/user_namespaces.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index d76721d9a0..cadfa7a855 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -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, |
