8000 doc: update release doc markup instructions · postgrespro/postgres_cluster@66fade8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66fade8

Browse files
committed
doc: update release doc markup instructions
1 parent 6492560 commit 66fade8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/release.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ postgresql.conf, pg_hba.conf,
99
recovery.conf <filename>
1010
[A-Z][A-Z_ ]+[A-Z_] <command>, <literal>, <envar>, <acronym>
1111
[A-Za-z_][A-Za-z0-9_]+() <function>
12-
-[-A-Za-z_]+ <option>
12+
\-\-?[A-Za-z_]+[-A-Za-z_]* <option> (use backslashes to avoid SGML markup)
1313
[A-Za-z_]+/[A-Za-z_]+ <filename>
1414
psql <application>
1515
pg_[A-Za-z0-9_]+ <application>, <structname>
1616
[A-Z][A-Z][A-Z_ ]* <type>
17-
[a-z]+_[a-z_]+ <varname>
17+
[a-z]+_[a-z_]+ <varname>, <structfield>
18+
<systemitem class="osname">
1819

1920
non-ASCII characters find using grep -P '[\x80-\xFF]'
2021
convert to HTML4 named entity (&) escapes

0 commit comments

Comments
 (0)
0