Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b87b2f4

Browse files
committed
doc: Fix typos
From: Erik Rijkers <er@xs4all.nl>
1 parent 915cee4 commit b87b2f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/pgbench.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ END;
11741174
0 84 4142 0 1412881037 918023 2333
11751175
0 85 2465 0 1412881037 919759 740
11761176
</screen>
1177-
In this example, transaction 82 was late, because it's latency (6.173 ms) was
1177+
In this example, transaction 82 was late, because its latency (6.173 ms) was
11781178
over the 5 ms limit. The next two transactions were skipped, because they
11791179
were already late before they were even started.
11801180
</para>
@@ -1215,7 +1215,7 @@ END;
12151215
</para>
12161216

12171217
<para>
1218-
Here is example outputs:
1218+
Here is example output:
12191219
<screen>
12201220
1345828501 5601 1542744 483552416 61 2573
12211221
1345828503 7884 1979812 565806736 60 1479
@@ -1225,8 +1225,8 @@ END;
12251225
</screen></para>
12261226

12271227
<para>
1228-
Notice that while the plain (unaggregated) log file contains index
1229-
of the custom script files, the aggregated log does not. Therefore if
1228+
Notice that while the plain (unaggregated) log file contains a reference
1229+
to the custom script files, the aggregated log does not. Therefore if
12301230
you need per script data, you need to aggregate the data on your own.
12311231
</para>
12321232

0 commit comments

Comments
 (0)