]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Indicate that the shadow parameter is optional (i.e. a passwd file can be
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 22 Jan 2008 21:13:43 +0000 (21:13 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 22 Jan 2008 21:13:43 +0000 (21:13 +0000)
specified without a shadow file, and the group file can be specified
without the gshadow file).

ChangeLog
man/grpck.8.xml
man/pwck.8.xml

index 3f0e4c22bae4b951f359b40c3ee6635526de3cf6..45f787cd753323eba124008f2054578a86fa35ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * man/grpck.8.xml: Document the options with a list of options,
index d391dea2fafc4f4053b8522eb68de3ed1486e020..8c6e7b276abfe0ff5be3b139691d7113800a59bf 100644 (file)
       <command>grpck</command>    <arg choice='opt'>-r </arg>
       <arg choice='opt'>
        <arg choice='plain'><replaceable>group</replaceable></arg>
-       <arg choice='plain'><replaceable>shadow</replaceable></arg>
+       <arg choice='opt' condition="gshadow">
+         <arg choice='plain'><replaceable>shadow</replaceable></arg>
+       </arg>
       </arg>
     </cmdsynopsis>
     <cmdsynopsis>
       <command>grpck</command>    <arg choice='opt'>-s </arg>
       <arg choice='opt'>
        <arg choice='plain'><replaceable>group</replaceable></arg>
-       <arg choice='plain'><replaceable>shadow</replaceable></arg>
+       <arg choice='opt' condition="gshadow">
+         <arg choice='plain'><replaceable>shadow</replaceable></arg>
+       </arg>
       </arg>
     </cmdsynopsis>
   </refsynopsisdiv>
index 715be73b2e9d1f00ba4e4603e386ff28c8ce84b0..ca55d8973da383f2c1b42aef33a768141ce52db5 100644 (file)
        <arg choice='plain'>
          <replaceable>passwd</replaceable>
        </arg>
-       <arg choice='plain'>
-         <replaceable>shadow</replaceable>
+       <arg choice='opt'>
+         <arg choice='plain'>
+           <replaceable>shadow</replaceable>
+         </arg>
        </arg>
       </arg>
     </cmdsynopsis>