]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Fix the inaccurate description about the ID range to be verified against /etc/sub... 281/head
authortowerpark <24645162+towerpark@users.noreply.github.com>
Sat, 26 Sep 2020 12:01:01 +0000 (21:01 +0900)
committertowerpark <24645162+towerpark@users.noreply.github.com>
Sat, 26 Sep 2020 12:01:01 +0000 (21:01 +0900)
man/newgidmap.1.xml
man/newuidmap.1.xml

index 5fff36f724388ccb3df6b801a355bdc6c12f1917..71b03e567f75049f537a966d98532b38c42262ea 100644 (file)
       <command>newgidmap</command> verifies that the caller is the owner
       of the process indicated by <option>pid</option> and that for each
       of the above sets, each of the GIDs in the range [lowergid,
-      lowergid+count] is allowed to the caller according to
+      lowergid+count) is allowed to the caller according to
       <filename>/etc/subgid</filename> before setting
       <filename>/proc/[pid]/gid_map</filename>.
     </para>
index faa2373d41d868a8a1cf375f8cf5d7411b58dc65..a6f1f085208285f40686902af7597ee268611602 100644 (file)
       <command>newuidmap</command> verifies that the caller is the owner
       of the process indicated by <option>pid</option> and that for each
       of the above sets, each of the UIDs in the range [loweruid,
-      loweruid+count] is allowed to the caller according to
+      loweruid+count) is allowed to the caller according to
       <filename>/etc/subuid</filename> before setting
       <filename>/proc/[pid]/uid_map</filename>.
     </para>