Indicate that the shadow parameter is optional (i.e. a passwd file can be
specified without a shadow file, and the group file can be specified without the gshadow file).
This commit is contained in:
parent
03e5a3a181
commit
caf3f2603e
@ -1,3 +1,10 @@
|
|||||||
|
2008-01-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/grpck.8.xml, man/pwck.8.xml: Indicate that the shadow
|
||||||
|
parameter is optional (i.e. a passwd file can be specified without
|
||||||
|
a shadow file, and the group file can be specified without the
|
||||||
|
gshadow file).
|
||||||
|
|
||||||
2008-01-22 Nicolas François <nicolas.francois@centraliens.net>
|
2008-01-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/grpck.8.xml: Document the options with a list of options,
|
* man/grpck.8.xml: Document the options with a list of options,
|
||||||
|
@ -20,15 +20,19 @@
|
|||||||
<command>grpck</command> <arg choice='opt'>-r </arg>
|
<command>grpck</command> <arg choice='opt'>-r </arg>
|
||||||
<arg choice='opt'>
|
<arg choice='opt'>
|
||||||
<arg choice='plain'><replaceable>group</replaceable></arg>
|
<arg choice='plain'><replaceable>group</replaceable></arg>
|
||||||
|
<arg choice='opt' condition="gshadow">
|
||||||
<arg choice='plain'><replaceable>shadow</replaceable></arg>
|
<arg choice='plain'><replaceable>shadow</replaceable></arg>
|
||||||
</arg>
|
</arg>
|
||||||
|
</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>grpck</command> <arg choice='opt'>-s </arg>
|
<command>grpck</command> <arg choice='opt'>-s </arg>
|
||||||
<arg choice='opt'>
|
<arg choice='opt'>
|
||||||
<arg choice='plain'><replaceable>group</replaceable></arg>
|
<arg choice='plain'><replaceable>group</replaceable></arg>
|
||||||
|
<arg choice='opt' condition="gshadow">
|
||||||
<arg choice='plain'><replaceable>shadow</replaceable></arg>
|
<arg choice='plain'><replaceable>shadow</replaceable></arg>
|
||||||
</arg>
|
</arg>
|
||||||
|
</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
@ -26,10 +26,12 @@
|
|||||||
<arg choice='plain'>
|
<arg choice='plain'>
|
||||||
<replaceable>passwd</replaceable>
|
<replaceable>passwd</replaceable>
|
||||||
</arg>
|
</arg>
|
||||||
|
<arg choice='opt'>
|
||||||
<arg choice='plain'>
|
<arg choice='plain'>
|
||||||
<replaceable>shadow</replaceable>
|
<replaceable>shadow</replaceable>
|
||||||
</arg>
|
</arg>
|
||||||
</arg>
|
</arg>
|
||||||
|
</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>pwck</command>
|
<command>pwck</command>
|
||||||
|
Loading…
Reference in New Issue
Block a user