Skip to content

Commit 3debaa6

Browse files
committed
doc: Fix typos
From: Erik Rijkers <er@xs4all.nl>
1 parent b1dd2f8 commit 3debaa6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ END;
10181018
0 84 4142 0 1412881037 918023 2333
10191019
0 85 2465 0 1412881037 919759 740
10201020
</screen>
1021-
In this example, transaction 82 was late, because it's latency (6.173 ms) was
1021+
In this example, transaction 82 was late, because its latency (6.173 ms) was
10221022
over the 5 ms limit. The next two transactions were skipped, because they
10231023
were already late before they were even started.
10241024
</para>
@@ -1059,7 +1059,7 @@ END;
10591059
</para>
10601060

10611061
<para>
1062-
Here is example outputs:
1062+
Here is example output:
10631063
<screen>
10641064
1345828501 5601 1542744 483552416 61 2573
10651065
1345828503 7884 1979812 565806736 60 1479
@@ -1069,8 +1069,8 @@ END;
10691069
</screen></para>
10701070

10711071
<para>
1072-
Notice that while the plain (unaggregated) log file contains index
1073-
of the custom script files, the aggregated log does not. Therefore if
1072+
Notice that while the plain (unaggregated) log file contains a reference
1073+
to the custom script files, the aggregated log does not. Therefore if
10741074
you need per script data, you need to aggregate the data on your own.
10751075
</para>
10761076

0 commit comments

Comments
 (0)