diff options
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 a2571d33ae6..c570690b59c 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/sgml/amcheck.sgml @@ -279,7 +279,7 @@ SET client_min_messages = DEBUG1; <para> If specified, corruption checking begins at the specified block, skipping all previous blocks. It is an error to specify a - <literal>startblock</literal> outside the range of blocks in the + <parameter>startblock</parameter> outside the range of blocks in the target table. </para> <para> @@ -293,7 +293,7 @@ SET client_min_messages = DEBUG1; <para> If specified, corruption checking ends at the specified block, skipping all remaining blocks. It is an error to specify an - <literal>endblock</literal> outside the range of blocks in the target + <parameter>endblock</parameter> outside the range of blocks in the target table. </para> <para> |