Fix broken markup, also minor copy-editing.
authorTom Lane
Fri, 21 Jan 2011 23:42:46 +0000 (18:42 -0500)
committerTom Lane
Fri, 21 Jan 2011 23:42:46 +0000 (18:42 -0500)
doc/src/sgml/pgtestfsync.sgml

index e4b7ecaaa3e1f462117c2d2e81ad706249bea7a0..d5358a95e4be22b275b4ca7e8d2f65c0e8fc75a8 100644 (file)
@@ -9,9 +9,10 @@
 
  
   pg_test_fsync is intended to give you a reasonable
-  idea of what the fastest fsync_method is on your specific system,
+  idea of what the fastest  is on your
+  specific system,
   as well as supplying diagnostic information in the event of an
-  identified I/O problem.  However, differences shown by test_fsync
+  identified I/O problem.  However, differences shown by pg_test_fsync
   might not make any difference in real database throughput, especially
   since many database servers are not speed-limited by their transaction
   logs.
  
   Usage
 
-  <application>pg_test_fsync</> Options
+
+pg_test_fsync [options]
+
 
    
-    pg_test_fsync accepts the following command-line arguments:
+    pg_test_fsync accepts the following
+    command-line options:
 
     
 
       
       
        
-        Specifies the filename for test.  The file should be in the
-        same file system as the pg_xlog directory.
-        /pg_xlog contains the WAL files.)
+        Specifies the filename to write test data in.
+        This file should be in the same file system that the
+        pg_xlog directory is or will be placed in.
+        (pg_xlog contains the WAL files.)
         The default is test_fsync.out in the current
         directory.
        
@@ -48,8 +52,8 @@
       
        
         Specifies the number of operations per test.  The more operations
-        per test, the greater the test's accuracy.  The default is
-        2000.
+        per test, the greater the test's accuracy, but the longer it takes
+        to run.  The default is 2000.