diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index 1fba089265a..4c79a01eb6e 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -27,7 +27,7 @@ ANALYZE [ ( option [, ...] ) ] [ boolean ]
SKIP_LOCKED [ boolean ]
- BUFFER_USAGE_LIMIT [ size ]
+ BUFFER_USAGE_LIMIT size
and table_and_columns is:
@@ -128,9 +128,9 @@ ANALYZE [ ( option [, ...] ) ] [
Specifies an amount of memory in kilobytes. Sizes may also be specified
as a string containing the numerical size followed by any one of the
- following memory units: kB (kilobytes),
- MB (megabytes), GB (gigabytes), or
- TB (terabytes).
+ following memory units: B (bytes),
+ kB (kilobytes), MB (megabytes),
+ GB (gigabytes), or TB (terabytes).
diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml
index 90cde70c070..a87c2e320e2 100644
--- a/doc/src/sgml/ref/vacuum.sgml
+++ b/doc/src/sgml/ref/vacuum.sgml
@@ -38,7 +38,7 @@ VACUUM [ ( option [, ...] ) ] [ integer
SKIP_DATABASE_STATS [ boolean ]
ONLY_DATABASE_STATS [ boolean ]
- BUFFER_USAGE_LIMIT [ size ]
+ BUFFER_USAGE_LIMIT size
and table_and_columns is:
@@ -389,9 +389,9 @@ VACUUM [ ( option [, ...] ) ] [
Specifies an amount of memory in kilobytes. Sizes may also be specified
as a string containing the numerical size followed by any one of the
- following memory units: kB (kilobytes),
- MB (megabytes), GB (gigabytes), or
- TB (terabytes).
+ following memory units: B (bytes),
+ kB (kilobytes), MB (megabytes),
+ GB (gigabytes), or TB (terabytes).