Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e68dd9e

Browse files
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
1 parent c8e43c2 commit e68dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/sources.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ IpcMemoryCreate: shmget(key=%d, size=%u, 0%o) failed: %m
470470
<programlisting>
471471
Primary: could not create shared memory segment: %m
472472
Detail: Failed syscall was shmget(key=%d, size=%u, 0%o).
473-
Hint: the addendum
473+
Hint: The addendum, written as a complete sentence.
474474
</programlisting>
475475
</para>
476476

0 commit comments

Comments
 (0)