aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-07-12 19:38:51 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-07-12 19:38:51 +0200
commite68dd9e9073521235bf71be3f9d7028492bd3bbc (patch)
tree32f4977742083714c138351df573ea50f1b6db0f
parentc8e43c22be271096809e561482084c6fb83e0708 (diff)
downloadpostgresql-e68dd9e9073521235bf71be3f9d7028492bd3bbc.tar.gz
postgresql-e68dd9e9073521235bf71be3f9d7028492bd3bbc.zip
doc: Clarify the errhint example
The errhint example wasn't using the mandated style for errhint which was needlessly confusing. Fix by rewriting it using the mandated style. Reported-by: Andres Freund <andres@anarazel.de> Reviewed-by: Gurjeet Singh <gurjeet@singh.im> Reviewed-by: Jonathan S. Katz <jkatz@postgresql.org> Discussion: https://postgr.es/m/F02F4B4F-7B7E-406A-B25A-FF2AA300AB9A@yesql.se
-rw-r--r--doc/src/sgml/sources.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index 0db36aee2f5..514090d5a64 100644
--- a/doc/src/sgml/sources.sgml
+++ b/doc/src/sgml/sources.sgml
@@ -470,7 +470,7 @@ IpcMemoryCreate: shmget(key=%d, size=%u, 0%o) failed: %m
<programlisting>
Primary: could not create shared memory segment: %m
Detail: Failed syscall was shmget(key=%d, size=%u, 0%o).
-Hint: the addendum
+Hint: The addendum, written as a complete sentence.
</programlisting>
</para>