Introduce &os;, &os.current;, and &os.stable; entities. The names
should speak for themselves. Using these will significantly improve consistency through the doc tree. Right now--before most of the documents use these--there are five or six different spellings of "FreeBSD-STABLE", even in the same document! &os; was added for completeness. Approved by: -doc
This commit is contained in:
parent
1f406f69ef
commit
786c87df58
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9573
2 changed files with 17 additions and 1 deletions
share/sgml
|
@ -1,7 +1,7 @@
|
|||
-- ...................................................................... --
|
||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||
|
||||
-- $FreeBSD: doc/share/sgml/catalog,v 1.13 2001/01/06 18:39:27 alex Exp $
|
||||
-- $FreeBSD: doc/share/sgml/catalog,v 1.14 2001/02/20 19:10:47 nik Exp $
|
||||
--
|
||||
|
||||
-- ...................................................................... --
|
||||
|
@ -26,6 +26,9 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
|||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN"
|
||||
"freebsd.dsl"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"freebsd.ent"
|
||||
|
||||
-- ...................................................................... --
|
||||
-- English specific ..................................................... --
|
||||
|
||||
|
|
13
share/sgml/freebsd.ent
Normal file
13
share/sgml/freebsd.ent
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!-- -*- sgml -*-
|
||||
DocBook Miscellaneous FreeBSD Entities.
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!-- These will almost certainly remain the same, but are here for
|
||||
consistency and in case we ever want to make hyperlinks out of
|
||||
some of them. -->
|
||||
<!ENTITY os "FreeBSD">
|
||||
<!ENTITY os.current "&os;-CURRENT">
|
||||
<!ENTITY os.stable "&os;-STABLE">
|
||||
|
Loading…
Reference in a new issue