aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/freebsd.ent
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2001-07-28 04:06:29 +0000
committerMurray Stokely <murray@FreeBSD.org>2001-07-28 04:06:29 +0000
commita428d684dd3625e61684ea4bc94839e77f0be1e0 (patch)
tree1310aabcf8a1afcc886a3446ff8f497260628e22 /share/sgml/freebsd.ent
parentf9ccc490921f9929375604775abb8c4ab3cc0682 (diff)
downloaddoc-a428d684dd3625e61684ea4bc94839e77f0be1e0.tar.gz
doc-a428d684dd3625e61684ea4bc94839e77f0be1e0.zip
Two sections in the backups chapter were wrapped in a %not.published
entity that is never defined. Define this entity in freebsd.ent so that the behavior is as intended.
Notes
Notes: svn path=/head/; revision=10080
Diffstat (limited to 'share/sgml/freebsd.ent')
-rw-r--r--share/sgml/freebsd.ent5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/sgml/freebsd.ent b/share/sgml/freebsd.ent
index ba284264a2..b1528a71ab 100644
--- a/share/sgml/freebsd.ent
+++ b/share/sgml/freebsd.ent
@@ -1,7 +1,7 @@
<!-- -*- sgml -*-
DocBook Miscellaneous FreeBSD Entities.
- $FreeBSD: doc/share/sgml/freebsd.ent,v 1.1 2001/06/08 01:12:28 dd Exp $
+ $FreeBSD: doc/share/sgml/freebsd.ent,v 1.2 2001/07/14 23:09:20 murray Exp $
-->
<!-- These will almost certainly remain the same, but are here for
@@ -11,5 +11,8 @@
<!ENTITY os.current "&os;-CURRENT">
<!ENTITY os.stable "&os;-STABLE">
+<!-- Sections that we don't want to be published -->
+<!ENTITY % not.published "IGNORE">
+
<!-- Number of ports in the ports tree -->
<!ENTITY os.numports "5,400">