From cfad7327a592b8cef182380ee1aa705f4110753c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=C3=A7ois?= Date: Wed, 7 Aug 2013 01:32:56 +0200 Subject: [PATCH] Editorial changes to usermod(8) * man/usermod.8.xml: Fix typos and wording. * man/usermod.8.xml: Add references to subgid(5) and subuid(5). --- ChangeLog | 5 +++++ man/usermod.8.xml | 22 ++++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1dfbdb95..f3ee8ad3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-07 Nicolas François + + * man/usermod.8.xml: Fix typos and wording. + * man/usermod.8.xml: Add references to subgid(5) and subuid(5). + 2013-08-07 Nicolas François * libmisc/find_new_sub_gids.c: Fix wording: secondary -> diff --git a/man/usermod.8.xml b/man/usermod.8.xml index 226b0ec8..5debf568 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -396,7 +396,7 @@ - Add a range of subordinate uids to the users account. + Add a range of subordinate uids to the user's account. This option may be specified multiple times to add multiple ranges to a users account. @@ -415,12 +415,12 @@ - Remove a range of subordinate uids from the users account. + Remove a range of subordinate uids from the user's account. This option may be specified multiple times to remove multiple ranges to a users account. - When both and are specified - remove of all subordinate uid ranges happens before any subordinate uid ranges are added. + When both and are specified, + the removal of all subordinate uid ranges happens before any subordinate uid range is added. No checks will be performed with regard to @@ -436,7 +436,7 @@ - Add a range of subordinate gids to the users account. + Add a range of subordinate gids to the user's account. This option may be specified multiple times to add multiple ranges to a users account. @@ -455,12 +455,12 @@ - Remove a range of subordinate gids from the users account. + Remove a range of subordinate gids from the user's account. This option may be specified multiple times to remove multiple ranges to a users account. - When both and are specified - remove of all subordinate gid ranges happens before any subordinate gid ranges are added. + When both and are specified, + the removal of all subordinate gid ranges happens before any subordinate gid range is added. No checks will be performed with regard to @@ -588,6 +588,12 @@ login.defs5 , + + subgid5 + , + + subuid5 + , useradd8 ,