]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Editorial changes to usermod(8)
authorNicolas François <nicolas.francois@centraliens.net>
Tue, 6 Aug 2013 23:32:56 +0000 (01:32 +0200)
committerNicolas François <nicolas.francois@centraliens.net>
Tue, 6 Aug 2013 23:36:10 +0000 (01:36 +0200)
* man/usermod.8.xml: Fix typos and wording.
* man/usermod.8.xml: Add references to subgid(5) and subuid(5).

ChangeLog
man/usermod.8.xml

index 1dfbdb952b0ea6d5e44c35c6e1615371e1f36cb3..f3ee8ad3d5df2c35519a6617e1c3c16ee8a14045 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-07  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * 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  <nicolas.francois@centraliens.net>
 
        * libmisc/find_new_sub_gids.c: Fix wording: secondary ->
index 226b0ec8c930310db514ede389d63e246e75f265..5debf568c5cb80f1c8c4ce324a6831ee73631599 100644 (file)
        </term>
        <listitem>
          <para>
-           Add a range of subordinate uids to the users account. 
+           Add a range of subordinate uids to the user's account. 
          </para>
          <para>
            This option may be specified multiple times to add multiple ranges to a users account.
        </term>
        <listitem>
          <para>
-           Remove a range of subordinate uids from the users account.
+           Remove a range of subordinate uids from the user's account.
          </para>
          <para>
            This option may be specified multiple times to remove multiple ranges to a users account.
-           When both <option>--del-sub-uids</option> and <option>--add-sub-uids</option> are specified
-           remove of all subordinate uid ranges happens before any subordinate uid ranges are added.
+           When both <option>--del-sub-uids</option> and <option>--add-sub-uids</option> are specified,
+           the removal of all subordinate uid ranges happens before any subordinate uid range is added.
          </para>
          <para>
             No checks will be performed with regard to
        </term>
        <listitem>
          <para>
-           Add a range of subordinate gids to the users account.
+           Add a range of subordinate gids to the user's account.
          </para>
          <para>
            This option may be specified multiple times to add multiple ranges to a users account.
        </term>
        <listitem>
          <para>
-           Remove a range of subordinate gids from the users account.
+           Remove a range of subordinate gids from the user's account.
          </para>
          <para>
            This option may be specified multiple times to remove multiple ranges to a users account.
-           When both <option>--del-sub-gids</option> and <option>--add-sub-gids</option> are specified
-           remove of all subordinate gid ranges happens before any subordinate gid ranges are added.
+           When both <option>--del-sub-gids</option> and <option>--add-sub-gids</option> are specified,
+           the removal of all subordinate gid ranges happens before any subordinate gid range is added.
          </para>
          <para>
             No checks will be performed with regard to
       <citerefentry>
        <refentrytitle>login.defs</refentrytitle><manvolnum>5</manvolnum>
       </citerefentry>,
+      <citerefentry>
+       <refentrytitle>subgid</refentrytitle><manvolnum>5</manvolnum>
+      </citerefentry>,
+      <citerefentry>
+       <refentrytitle>subuid</refentrytitle><manvolnum>5</manvolnum>
+      </citerefentry>,
       <citerefentry>
        <refentrytitle>useradd</refentrytitle><manvolnum>8</manvolnum>
       </citerefentry>,