Move the sgmltag comment to where it belongs (i.e., above the sgmltag
code, not in the middle of no man's land). PR: 29655 Submitted by: Peter Johnson <freebsd@bilogic.org>
This commit is contained in:
parent
57e42b9704
commit
5b273a9676
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10340
1 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.46 2001/08/09 00:28:10 murray Exp $ -->
|
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.47 2001/08/09 23:18:34 murray Exp $ -->
|
||||||
|
|
||||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||||
<!ENTITY % output.html "IGNORE">
|
<!ENTITY % output.html "IGNORE">
|
||||||
|
@ -386,14 +386,6 @@
|
||||||
|
|
||||||
<!-- Slightly deeper customisations -->
|
<!-- Slightly deeper customisations -->
|
||||||
|
|
||||||
<!-- I want things marked up with 'sgmltag' eg.,
|
|
||||||
|
|
||||||
<para>You can use <sgmltag>para</sgmltag> to indicate
|
|
||||||
paragraphs.</para>
|
|
||||||
|
|
||||||
to automatically have the opening and closing braces inserted,
|
|
||||||
and it should be in a mono-spaced font. -->
|
|
||||||
|
|
||||||
<!-- We would like the author attributions to show up in line
|
<!-- We would like the author attributions to show up in line
|
||||||
with the section they refer to. Authors who made the same
|
with the section they refer to. Authors who made the same
|
||||||
contribution should be listed in a single <authorgroup> and
|
contribution should be listed in a single <authorgroup> and
|
||||||
|
@ -465,6 +457,14 @@
|
||||||
(element (sect5info authorgroup)
|
(element (sect5info authorgroup)
|
||||||
(custom-authorgroup))
|
(custom-authorgroup))
|
||||||
|
|
||||||
|
<!-- I want things marked up with 'sgmltag' eg.,
|
||||||
|
|
||||||
|
<para>You can use <sgmltag>para</sgmltag> to indicate
|
||||||
|
paragraphs.</para>
|
||||||
|
|
||||||
|
to automatically have the opening and closing braces inserted,
|
||||||
|
and it should be in a mono-spaced font. -->
|
||||||
|
|
||||||
(element sgmltag ($mono-seq$
|
(element sgmltag ($mono-seq$
|
||||||
(make sequence
|
(make sequence
|
||||||
(literal "<")
|
(literal "<")
|
||||||
|
|
Loading…
Reference in a new issue