doc: fix SGML markup for pg_alterckey from commit 62afb42a7f
authorBruce Momjian <[email protected]>
Sat, 26 Dec 2020 06:10:24 +0000 (01:10 -0500)
committerBruce Momjian <[email protected]>
Sat, 26 Dec 2020 06:10:24 +0000 (01:10 -0500)
Backpatch-through: master

doc/src/sgml/ref/pg_alterckey.sgml
doc/src/sgml/reference.sgml

index 0c4b14d00ac94a6484fb4cf9472e0996e6d854e7..f80946dcc6dac140bc5c7036852510e636dfaec3 100644 (file)
@@ -22,38 +22,48 @@ PostgreSQL documentation
  <refsynopsisdiv>
   <cmdsynopsis>
    <command>pg_alterckey</command>
-   <group choice="opt">
+
+   <group choice="plain">
     <arg choice="plain"><option>-R</option></arg>
     <arg choice="plain"><option>--authprompt</option></arg>
    </group>
-   <replaceable class="parameter">old_cluster_key_command</replaceable>
-   <replaceable class="parameter">new_cluster_key_command</replaceable>
-   <group choice="opt">
-    <group choice="opt">
+
+   <arg choice="plain">
+    <replaceable class="parameter">old_cluster_key_command</replaceable>
+    <replaceable class="parameter">new_cluster_key_command</replaceable>
+   </arg>
+
+   <arg choice="opt">
+    <group choice="plain">
      <arg choice="plain"><option>-D</option></arg>
      <arg choice="plain"><option>--pgdata</option></arg>
     </group>
     <replaceable class="parameter">datadir</replaceable>
-   </group>
+   </arg>
+
   </cmdsynopsis>
 
   <cmdsynopsis>
    <command>pg_alterckey</command>
+
    <group choice="opt">
     <arg choice="plain"><option>-R</option></arg>
     <arg choice="plain"><option>--authprompt</option></arg>
    </group>
+
    <group choice="plain">
     <arg choice="plain"><option>-r</option></arg>
     <arg choice="plain"><option>--repair</option></arg>
    </group>
-   <group choice="opt">
+
+   <arg choice="opt">
     <group choice="opt">
      <arg choice="plain"><option>-D</option></arg>
      <arg choice="plain"><option>--pgdata</option></arg>
     </group>
     <replaceable class="parameter">datadir</replaceable>
-   </group>
+   </arg>
+
   </cmdsynopsis>
  </refsynopsisdiv>
 
@@ -104,6 +114,7 @@ PostgreSQL documentation
   <title>Options</title>
 
    <para>
+    <variablelist>
      <varlistentry>
       <term><option>-R</option></term>
       <term><option>--authprompt</option></term>
@@ -172,7 +183,7 @@ PostgreSQL documentation
      </para>
     </listitem>
    </varlistentry>
-
+  </variablelist>
  </refsect1>
 
  <refsect1>
index dd2bddab8c410c3ea9ebf85bb0cbd05cbb5ee3ec..fdb4e65144b31d6dd34d576ecc7cfb123708e3fd 100644 (file)
    </para>
   </partintro>
 
+   &pgalterckey;
    &clusterdb;
    &createdb;
    &createuser;