From 786c87df588e6419870f24227c317f7d9e0f38f9 Mon Sep 17 00:00:00 2001
From: Dima Dorfman <dd@FreeBSD.org>
Date: Fri, 8 Jun 2001 01:12:28 +0000
Subject: [PATCH] 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
---
 share/sgml/catalog     |  5 ++++-
 share/sgml/freebsd.ent | 13 +++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 share/sgml/freebsd.ent

diff --git a/share/sgml/catalog b/share/sgml/catalog
index 59249ba521..ba75ca270c 100644
--- a/share/sgml/catalog
+++ b/share/sgml/catalog
@@ -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 ..................................................... --
 
diff --git a/share/sgml/freebsd.ent b/share/sgml/freebsd.ent
new file mode 100644
index 0000000000..706f12c82b
--- /dev/null
+++ b/share/sgml/freebsd.ent
@@ -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">
+