8000 Fix broken markup, also minor copy-editing. · postgrespro/postgres_cluster@0cf3db2 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cf3db2

Browse fil 8000 es
committed
Fix broken markup, also minor copy-editing.
1 parent 4609caf commit 0cf3db2

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

doc/src/sgml/pgtestfsync.sgml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99

1010
<para>
1111
<application>pg_test_fsync</> is intended to give you a reasonable
12-
idea of what the fastest fsync_method is on your specific system,
12+
idea of what the fastest <xref linkend="guc-wal-sync-method"> is on your
13+
specific system,
1314
as well as supplying diagnostic information in the event of an
14-
identified I/O problem. However, differences shown by test_fsync
15+
identified I/O problem. However, differences shown by pg_test_fsync
1516
might not make any difference in real database throughput, especially
1617
since many database servers are not speed-limited by their transaction
1718
logs.
@@ -20,11 +21,13 @@
2021
<sect2>
2122
<title>Usage</title>
2223

23-
<sect2>
24-
<title><application>pg_test_fsync</> Options</title>
24+
<synopsis>
25+
pg_test_fsync [options]
26+
</synopsis>
2527

2628
<para>
27-
<application>pg_test_fsync</application> accepts the following command-line arguments:
29+
<application>pg_test_fsync</application> accepts the following
30+
command-line options:
2831

2932
<variablelist>
3033

@@ -33,9 +36,10 @@
3336
<term><option>--filename</option></term>
3437
<listitem>
3538
<para>
36-
Specifies the filename for test. The file should be in the
37-
same file system as the <filename>pg_xlog</> directory.
38-
<filename>/pg_xlog</> contains the <acronym>WAL</> files.)
39+
Specifies the filename to write test data in.
40+
This file should be in the same file system that the
41+
<filename>pg_xlog</> directory is or will be placed in.
42+
(<filename>pg_xlog</> contains the <acronym>WAL</> files.)
3943
The default is <filename>test_fsync.out</> in the current
4044
directory.
4145
</para>
@@ -48,8 +52,8 @@
4852
<listitem>
4953
<para>
5054
Specifies the number of operations per test. The more operations
51-
per test, the greater the test's accuracy. The default is
52-
2000.
55+
per test, the greater the test's accuracy, but the longer it takes
56+
to run. The default is 2000.
5357
</para>
5458
</listitem>
5559
</varlistentry>

0 commit comments

Comments
 (0)
0