]> granicus.if.org Git - shadow/commitdiff
* man/grpck.8.xml: Conditionally include the parts mentioning the
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 22 Jan 2008 21:42:48 +0000 (21:42 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 22 Jan 2008 21:42:48 +0000 (21:42 +0000)
  gshadow file (based on SHADOWGRP).
* man/grpck.8.xml: Add reference to the gshadow(5) manpage
 (conditionally included).

ChangeLog
man/grpck.8.xml

index b507db916d4697d62cb6ea711b9a1972ebe86df3..4c0a9b1df7c40497c85595643df0096dfc9ebf39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
        <filename></filename> are checked [...]"
+       * man/grpck.8.xml: Conditionally include the parts mentioning the
+       gshadow file (based on SHADOWGRP).
+       * man/grpck.8.xml: Add reference to the gshadow(5) manpage
+       (conditionally included).
 
 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
 
index 0d1f9839a1bfcea6544558a46e7840eddfb9d379..bdce68e85a1fabe87c4b0a4a9c20bab955ef9945 100644 (file)
@@ -41,7 +41,8 @@
     <para>
       The <command>grpck</command> command verifies the integrity of the
       system authentication information. All entries in
-      <filename>/etc/group</filename> and <filename>/etc/gshadow</filename>
+      <filename>/etc/group</filename> <phrase condition="gshadow">and
+      <filename>/etc/gshadow</filename></phrase>
       are checked to see that the entry has the proper format and valid data
       in each field. The user is prompted to delete entries that are
       improperly formatted or which have other uncorrectable errors.
        <term><option>-s</option></term>
        <listitem>
          <para>
-           Sort entries in <filename>/etc/group</filename> and
-           <filename>/etc/gshadow</filename> by GID.
+           Sort entries in <filename>/etc/group</filename>
+           <phrase condition="gshadow">and
+           <filename>/etc/gshadow</filename></phrase>
+           by GID.
          </para>
        </listitem>
       </varlistentry>
     </variablelist>
     <para>
-      By default, <command>grpck</command> operates on the files
-      <filename>/etc/group</filename> and <filename>/etc/gshadow</filename>. 
+      By default, <command>grpck</command> operates on
+      <filename>/etc/group</filename><phrase condition="gshadow"> and
+      <filename>/etc/gshadow</filename></phrase>.
       The user may select alternate files with the <emphasis
-      remap='I'>group</emphasis> and <emphasis remap='I'>shadow</emphasis>
-      parameters.
+      remap='I'>group</emphasis>
+      <phrase condition="no_gshadow">parameter.</phrase>
+      <phrase condition="gshadow">and <emphasis remap='I'>shadow</emphasis>
+      parameters.</phrase>
     </para>
   </refsect1>
 
          <para>Group account information.</para>
        </listitem>
       </varlistentry>
-      <varlistentry>
+      <varlistentry condition="gshadow">
        <term><filename>/etc/gshadow</filename></term>
        <listitem>
          <para>Secure group account information.</para>
       <citerefentry>
        <refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
       </citerefentry>,
+      <citerefentry condition="gshadow">
+       <refentrytitle>gshadow</refentrytitle><manvolnum>5</manvolnum>,
+      </citerefentry>
       <citerefentry>
        <refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum>
       </citerefentry>,