doc: Fix some whitespace issues in the man pages
authorPeter Eisentraut
Tue, 14 May 2013 01:59:39 +0000 (21:59 -0400)
committerPeter Eisentraut
Tue, 14 May 2013 01:59:39 +0000 (21:59 -0400)
doc/src/sgml/pgbench.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_isready.sgml

index 579dfd74f8680087a2e28a5d1368b610e36c9142..e9900d326701173f5ee979db9e18cb9b3c537d62 100644 (file)
@@ -693,8 +693,7 @@ pgbench  options  dbname
       through its standard output.
      
 
-     
-      argument can be either a text constant or a
+     argument can be either a text constant or a
       :variablename reference to a variable of
       any types. If you want to use argument starting with
       colons, you need to add an additional colon at the beginning of
index 0186ce0938b5edf6c435429135920318b0436c96..0ab69c3f6676df16ab48df45b6113a7955e4a940 100644 (file)
@@ -299,8 +299,7 @@ PostgreSQL documentation
         directory output format because this is the only output format where multiple processes
         can write their data at the same time.
        
-       
-        pg_dump will open njobs
+       pg_dump will open njobs
         + 1 connections to the database, so make sure your 
         setting is high enough to accommodate all connections.
        
index 19ff1d4935d72ce34517a1b09c013128c8bdf3fc..bef6a44415551d8864c101ba9311faeb25efeb65 100644 (file)
@@ -180,32 +180,32 @@ PostgreSQL documentation
 
   
    Standard Usage:
-   
-    $ pg_isready
-    /tmp:5432 - accepting connections
-    $ echo $?
-    0
-   
+
+$ pg_isready
+/tmp:5432 - accepting connections
+$ echo $?
+0
+
   
 
   
    Running with connection parameters to a PostgreSQL cluster in startup:
-   
-    pg_isready -h localhost -p 5433
-    localhost:5433 - rejecting connections
-    $ echo $?
-    1
-   
+
+pg_isready -h localhost -p 5433
+localhost:5433 - rejecting connections
+$ echo $?
+1
+
   
 
   
    Running with connection parameters to a non-responsive PostgreSQL cluster:
-   
-    pg_isready -h someremotehost
-    someremotehost:5432 - no response
-    $ echo $?
-    2
-   
+
+pg_isready -h someremotehost
+someremotehost:5432 - no response
+$ echo $?
+2
+