diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 4eefe3b4ab2..d6941e0bd33 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -3332,8 +3332,8 @@ PSQL_EDITOR_LINENUMBER_ARG='--line '
Both the system-wide psqlrc file and the user's
~/.psqlrc file can be made version-specific
by appending a dash and the PostgreSQL
- major or minor release number, for example
- ~/.psqlrc-9.2 or
+ major or minor psql release number,
+ for example ~/.psqlrc-9.2 or
~/.psqlrc-9.2.5. The most specific
version-matching file will be read in preference to a
non-version-specific file.