diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-02 16:22:55 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-03-04 15:11:02 +0100 |
| commit | 364ce93556e97f2b924765e67c52071a652e00a9 (patch) | |
| tree | cbedd59eb7a33a715589579ca0d774e63fde9258 | |
| parent | f2d61dbbaaf326d080ddcd1478c7a468a4da412d (diff) | |
| download | man-pages-364ce93556e97f2b924765e67c52071a652e00a9.tar.gz | |
user_namespaces.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/user_namespaces.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index ebeb26fd38..d637eac199 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -437,7 +437,7 @@ This mapping tells us that the range starting at user ID 0 in this namespace maps to a range starting at 0 in the (nonexistent) parent namespace, and the length of the range is the largest 32-bit unsigned integer. -(This deliberately leaves 4294967295 (the 32-bit signed \-1 value) unmapped. +This leaves 4294967295 (the 32-bit signed \-1 value) unmapped. This is deliberate: .IR "(uid_t)\ \-1" is used in several interfaces (e.g., |
