diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 2f7c6188869..305147246da 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1422,11 +1422,10 @@ export PG_OOM_ADJUST_VALUE=0
with CONFIG_HUGETLBFS=y and
CONFIG_HUGETLB_PAGE=y. You will also have to configure
the operating system to provide enough huge pages of the desired size.
- To determine the number of huge pages needed, use the
- postgres command to see the value of
- . Note that the
- server must be shut down to view this runtime-computed parameter.
- This might look like:
+ The runtime-computed parameter
+ reports the number
+ of huge pages required. This parameter can be viewed before starting the
+ server with a postgres command like:
$ postgres -D $PGDATA -C shared_memory_size_in_huge_pages
3170