From 23da66f0005ace958c10de03e1ce20217fc5999f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 23 Apr 2016 14:48:02 -0400 Subject: [PATCH] doc: Fix typos From: Erik Rijkers --- doc/src/sgml/pgbench.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 477c10a8fe5..ee304769522 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -829,7 +829,7 @@ END; - Here is example outputs: + Here is example output: 1345828501 5601 1542744 483552416 61 2573 1345828503 7884 1979812 565806736 60 1479 @@ -839,8 +839,8 @@ END; - Notice that while the plain (unaggregated) log file contains index - of the custom script files, the aggregated log does not. Therefore if + Notice that while the plain (unaggregated) log file contains a reference + to the custom script files, the aggregated log does not. Therefore if you need per script data, you need to aggregate the data on your own.