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).
This commit is contained in:
Nicolas François 2013-08-07 01:32:56 +02:00
parent 316bc6b3f4
commit cfad7327a5
2 changed files with 19 additions and 8 deletions

View File

@ -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> 2013-08-07 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/find_new_sub_gids.c: Fix wording: secondary -> * libmisc/find_new_sub_gids.c: Fix wording: secondary ->

View File

@ -396,7 +396,7 @@
</term> </term>
<listitem> <listitem>
<para> <para>
Add a range of subordinate uids to the users account. Add a range of subordinate uids to the user's account.
</para> </para>
<para> <para>
This option may be specified multiple times to add multiple ranges to a users account. This option may be specified multiple times to add multiple ranges to a users account.
@ -415,12 +415,12 @@
</term> </term>
<listitem> <listitem>
<para> <para>
Remove a range of subordinate uids from the users account. Remove a range of subordinate uids from the user's account.
</para> </para>
<para> <para>
This option may be specified multiple times to remove multiple ranges to a users account. 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 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. the removal of all subordinate uid ranges happens before any subordinate uid range is added.
</para> </para>
<para> <para>
No checks will be performed with regard to No checks will be performed with regard to
@ -436,7 +436,7 @@
</term> </term>
<listitem> <listitem>
<para> <para>
Add a range of subordinate gids to the users account. Add a range of subordinate gids to the user's account.
</para> </para>
<para> <para>
This option may be specified multiple times to add multiple ranges to a users account. This option may be specified multiple times to add multiple ranges to a users account.
@ -455,12 +455,12 @@
</term> </term>
<listitem> <listitem>
<para> <para>
Remove a range of subordinate gids from the users account. Remove a range of subordinate gids from the user's account.
</para> </para>
<para> <para>
This option may be specified multiple times to remove multiple ranges to a users account. 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 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. the removal of all subordinate gid ranges happens before any subordinate gid range is added.
</para> </para>
<para> <para>
No checks will be performed with regard to No checks will be performed with regard to
@ -588,6 +588,12 @@
<citerefentry> <citerefentry>
<refentrytitle>login.defs</refentrytitle><manvolnum>5</manvolnum> <refentrytitle>login.defs</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>, </citerefentry>,
<citerefentry>
<refentrytitle>subgid</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>,
<citerefentry>
<refentrytitle>subuid</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>,
<citerefentry> <citerefentry>
<refentrytitle>useradd</refentrytitle><manvolnum>8</manvolnum> <refentrytitle>useradd</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>, </citerefentry>,