diff --git a/man/newgidmap.1.xml b/man/newgidmap.1.xml index 7aaf34bf..681aefcb 100644 --- a/man/newgidmap.1.xml +++ b/man/newgidmap.1.xml @@ -87,12 +87,11 @@ DESCRIPTION - The newgidmap sets /proc/[pid]/gid_map based on its - command line arguments and the gids allowed. The subid delegation can come either from files - (/etc/subgid) or from the configured NSS subid module. Only one of them - can be chosen at a time. So, for example, if the subid source is configured as NSS and - groupadd is executed, then the command will fail and the entry will not be - created in /etc/subgid. + The newgidmap sets /proc/[pid]/gid_map + based on its command line arguments and the gids allowed. Subgid + delegation can either be managed via /etc/subgid + or through the configured NSS subid module. These options are mutually + exclusive. diff --git a/man/newuidmap.1.xml b/man/newuidmap.1.xml index 4bc1ef7a..09e65d80 100644 --- a/man/newuidmap.1.xml +++ b/man/newuidmap.1.xml @@ -87,12 +87,11 @@ DESCRIPTION - The newuidmap sets /proc/[pid]/uid_map based on its - command line arguments and the uids allowed. The subid delegation can come either from files - (/etc/subuid) or from the configured NSS subid module. Only one of them - can be chosen at a time. So, for example, if the subid source is configured as NSS and - useradd is executed, then the command will fail and the entry will not be - created in /etc/subuid. + The newuidmap sets /proc/[pid]/uid_map + based on its command line arguments and the uids allowed. Subuid + delegation can either be managed via /etc/subuid or + through the configured NSS subid module. These options are mutually + exclusive.