pgsql: doc: Fix <synopsis> in <term> markup

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Fix <synopsis> in <term> markup
Date: 2013-06-08 02:04:17
Message-ID: E1Ul8Vt-0002aB-Qv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix <synopsis> in <term> markup

Although the DTD technically allows this, the resulting HTML is invalid
because it puts block elements inside inline elements. DocBook 5.0 also
doesn't allow it anymore, so it's fair to assume that this was never
really intended to work. Replace <synopsis> with <literal>, which is
the markup used elsewhere in the documentation in similar cases.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c99d5d1bcc137c15058458bbdcdd2789b56e4c66

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 70 ++++++++++++------------------------------
1 file changed, 19 insertions(+), 51 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-06-08 13:21:20 pgsql: Handle Unicode surrogate pairs correctly when processing JSON.
Previous Message Kevin Grittner 2013-06-07 14:27:17 pgsql: Correct the documentation of pg_rewrite.ev_attr.