diff options
author | Peter Eisentraut | 2017-06-18 18:01:45 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-06-18 18:02:12 +0000 |
commit | bbaf9e8f840acb8e4a52dc1809bd2c9b320e9df8 (patch) | |
tree | def1e76f976fe13836bb9f812ece22716b0730a3 /doc/src/sgml/amcheck.sgml | |
parent | 81a4dcf2f2f92dc01ce0cf318dc9fabfb3021bd7 (diff) |
Documentation spell checking and markup improvements
Diffstat (limited to 'doc/src/sgml/amcheck.sgml')
-rw-r--r-- | doc/src/sgml/amcheck.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml index 893a5b41d92..dd71dbd679b 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/sgml/amcheck.sgml @@ -215,7 +215,7 @@ ORDER BY c.relpages DESC LIMIT 10; </listitem> <listitem> <para> - Filesystem or storage subsystem faults where checksums happen to + File system or storage subsystem faults where checksums happen to simply not be enabled. </para> <para> @@ -223,7 +223,7 @@ ORDER BY c.relpages DESC LIMIT 10; shared memory buffer at the time of verification if there is only a shared buffer hit when accessing the block. Consequently, <filename>amcheck</> does not necessarily examine data read from the - filesystem at the time of verification. Note that when checksums are + file system at the time of verification. Note that when checksums are enabled, <filename>amcheck</> may raise an error due to a checksum failure when a corrupt block is read into a buffer. </para> |