proc.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-12-28 02:33:41 +01:00
parent 98ea417334
commit a2f479dee9
1 changed files with 4 additions and 3 deletions

View File

@ -1919,8 +1919,9 @@ The length of the range of user IDs that is mapped between the two
user namespaces.
.RE
.IP
After the creation of a new user namespace,
this file may be written to exactly once to specify
After the creation of a new user namespace, the
.I uid_map
file may be written to exactly once to specify
the mapping of user IDs in the new user namespace.
(An attempt to write more than once to the file fails with the error
.BR EPERM .)
@ -1936,7 +1937,7 @@ and the last field must be greater than 0.
Lines are terminated by newline characters.
.IP *
There is an (arbitrary) limit on the number of lines in the file.
As at Linux 3.8, that the limit is five lines.
As at Linux 3.8, the limit is five lines.
.IP *
The range of user IDs specified in each line cannot overlap with the ranges
in any other lines.