man/subgid,man/subuid: Fix program list

The groupadd utility does not set information in subgid. Instead, list
all programs which actually can do so.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann
2024-10-02 13:03:38 +02:00
committed by Iker Pedrosa
parent e7a970a189
commit af66ffea33
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
<replaceable>files</replaceable>.
</para>
<para>
Note, that <command>groupadd</command> will only create entries in
Note, that <command>newusers</command>, <command>useradd</command>, and
<command>usermod</command> will only create entries in
<filename>/etc/subgid</filename> if subid delegation is managed via subid
files.
</para>
+2 -1
View File
@@ -51,7 +51,8 @@
<replaceable>files</replaceable>.
</para>
<para>
Note, that <command>useradd</command> will only create entries in
Note, that <command>newusers</command>, <command>useradd</command>, and
<command>usermod</command> will only create entries in
<filename>/etc/subuid</filename> if subid delegation is managed via subid
files.
</para>