Improve markup of cmdsynopsis elements
authorPeter Eisentraut
Mon, 30 Apr 2012 18:15:48 +0000 (21:15 +0300)
committerPeter Eisentraut
Mon, 30 Apr 2012 18:18:03 +0000 (21:18 +0300)
Add more markup in particular so that the command options appear
consistently in monospace in the HTML output.

On the vacuumdb reference page, remove listing all the possible
options in the synopsis.  They have become too many now; we have the
detailed options list for that.

doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_resetxlog.sgml
doc/src/sgml/ref/reindexdb.sgml
doc/src/sgml/ref/vacuumdb.sgml

index 1573145b9234a0962dc5ec141186b21dbc09cd89..e0246b3bca20a4e89fda4a81e038dfcc8689f97d 100644 (file)
@@ -23,16 +23,16 @@ PostgreSQL documentation
   
    clusterdb
    connection-option
-   --verbose-v
-   --table | -t table 
+   
+    table 
    dbname
   
 
   
    clusterdb
    connection-option
-   --verbose-v
-   --all-a
+   
+   
   
  
 
index d28cfb772abaddd245cb1c87b918b7727bdc078f..4ca32fba39a70583276075f2f1576e984d9a45e2 100644 (file)
@@ -30,7 +30,7 @@ PostgreSQL documentation
   
    createlang
    connection-option
-   --list-l
+   
    dbname
   
  
index e5d02aa236f86cf3e7842d6aae34be09c0816c57..2bfdbfe8885bfa47c41df3bb53d265c53d5d4215 100644 (file)
@@ -30,7 +30,7 @@ PostgreSQL documentation
   
    droplang
    connection-option
-   --list-l
+   
    dbname
   
  
index 0090f49d9f522795b62f571dcc9ebbc99dd32ce7..092df33d10074f11b3865e77450dc3566f4dc39b 100644 (file)
@@ -24,9 +24,11 @@ PostgreSQL documentation
    initdb
    option
    
-    --pgdata
-    -D 
-    directory
+    
+     
+     
+    
+     directory
    
   
  
index 7e54b82c063c6ac26ba223ccd9fa58614323d306..fcc34ecb967dcdeeed0862e59db69b7924d35d68 100644 (file)
@@ -22,109 +22,109 @@ PostgreSQL documentation
  
   
    pg_ctl
-   init[db]
-   -s
-   -D datadir
-   -o initdb-options
+   
+   
+    datadir
+    initdb-options
   
 
   
    pg_ctl
-   start
-   -w
-   -t seconds
-   -s
-   -D datadir
-   -l filename
-   -o options
-   -p path
-   -c
+   
+   
+    seconds
+   
+    datadir
+    filename
+    options
+    path
+   
   
 
   
    pg_ctl
-   stop
-   -W
-   -t seconds
-   -s
-   -D datadir
-   -m
+   
+   
+    seconds
+   
+    datadir
+   
      
-       s[mart]
-       f[ast]
-       i[mmediate]
+       
+       
+       
      
    
   
 
   
    pg_ctl
-   restart
-   -w
-   -t seconds
-   -s
-   -D datadir
-   -c
-   -m
+   
+   
+    seconds
+   
+    datadir
+   
+   
      
-       s[mart]
-       f[ast]
-       i[mmediate]
+       
+       
+       
      
    
-   -o options
+    options
   
 
   
    pg_ctl
-   reload
-   -s
-   -D datadir
+   
+   
+    datadir
   
 
   
    pg_ctl
-   status
-   -D datadir
+   
+    datadir
   
 
   
    pg_ctl
-   promote
-   -s
-   -D datadir
+   
+   
+    datadir
   
 
   
    pg_ctl
-   kill
+   
    signal_name
    process_id
   
 
   
    pg_ctl
-   register
-   -N servicename
-   -U username
-   -P password
-   -D datadir
-   -S
+   
+    servicename
+    username
+    password
+    datadir
+   
      
-       a[uto]
-       d[emand]
+       
+       
      
    
-   -w
-   -t seconds
-   -s
-   -o options
+   
+    seconds
+   
+    options
   
 
   
    pg_ctl
-   unregister
-   -N servicename
+   
+    servicename
   
  
 
index 2ff1479b4e46ec39c3ee696491f77953f6107f0e..3a7dfb3c73e7bc593e07c31ffddde1164ba727df 100644 (file)
@@ -22,14 +22,14 @@ PostgreSQL documentation
  
   
    pg_resetxlog
-   -f
-   -n
-   -ooid 
-   -x xid 
-   -e xid_epoch 
-   -m mxid 
-   -O mxoff 
-   -l timelineid,fileid,seg 
+   
+   
+    oid
+    xid
+    xid_epoch
+    mxid
+    mxoff
+    timelineid,fileid,seg
    datadir
   
  
index 9caaa952668642912d26deca7390d76944250939..526fd7681789a30cecdb5c91548796598472e9be 100644 (file)
@@ -23,21 +23,39 @@ PostgreSQL documentation
   
    reindexdb
    connection-option
-   --table | -t table 
-   --index | -i index 
+   
+    
+     
+     
+    
+    table
+   
+   
+    
+     
+     
+    
+    index
+   
    dbname
   
 
   
    reindexdb
    connection-option
-   --all | -a
+   
+    
+    
+   
   
 
   
    reindexdb
    connection-option
-   --system | -s
+   
+    
+    
+   
    dbname
   
  
index 89d634747dd1cfb8dc93473806a856f49d995ec0..c008611a5af3866eedfaa37a71c023bb3ead2e65 100644 (file)
@@ -23,12 +23,13 @@ PostgreSQL documentation
   
    vacuumdb
    connection-option
-   --full-f
-   --freeze-F
-   --verbose-v
-   --analyze-z
-   --analyze-only-Z
-   --table | -t table
+   option
+   
+    
+     
+     
+    
+    table
     column [,...] )
    
    dbname
@@ -37,12 +38,11 @@ PostgreSQL documentation
   
    vacuumdb
    connection-option
-   --full-f
-   --freeze-F
-   --verbose-v
-   --analyze-z
-   --analyze-only-Z
-   --all-a
+   option
+   
+    
+    
+