diff --git a/doc/src/sgml/ref/pg_verify_checksums.sgml b/doc/src/sgml/ref/pg_verify_checksums.sgml
index 463ecd5e1b..e1f12ad4c4 100644
--- a/doc/src/sgml/ref/pg_verify_checksums.sgml
+++ b/doc/src/sgml/ref/pg_verify_checksums.sgml
@@ -30,8 +30,8 @@ PostgreSQL documentation
  <refsect1 id="r1-app-pg_verify_checksums-1">
   <title>Description</title>
   <para>
-   <command>pg_verify_checksums</command> verifies data checksums in a PostgreSQL
-   cluster. It must be run against a cluster that's offline.
+   <command>pg_verify_checksums</command> verifies data checksums in a
+   <productname>PostgreSQL</productname> cluster.
   </para>
  </refsect1>
 
@@ -97,7 +97,8 @@ PostgreSQL documentation
  <refsect1>
   <title>Notes</title>
   <para>
-    Can only be run when the server is offline.
+   The cluster must be shut down cleanly before running
+   <application>pg_verify_checksums</application>.
   </para>
  </refsect1>
 
