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.
This commit is contained in:
parent
f9ccc49092
commit
a428d684dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10080
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.36 2001/07/19 23:18:05 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.37 2001/07/21 00:12:00 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="backups">
|
<chapter id="backups">
|
||||||
|
@ -131,16 +131,12 @@
|
||||||
<para>Tapes should be retired from use after 5,000 backups.</para>
|
<para>Tapes should be retired from use after 5,000 backups.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<![ %not.published; [
|
|
||||||
|
|
||||||
<sect2 id="backups-tapebackups-mini">
|
<sect2 id="backups-tapebackups-mini">
|
||||||
<title>* Mini-Cartridge</title>
|
<title>XXX* Mini-Cartridge</title>
|
||||||
|
|
||||||
<para></para>
|
<para></para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
]]>
|
|
||||||
|
|
||||||
<sect2 id="backups-tapebackups-dlt">
|
<sect2 id="backups-tapebackups-dlt">
|
||||||
<title>DLT</title>
|
<title>DLT</title>
|
||||||
<indexterm>
|
<indexterm>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Miscellaneous FreeBSD Entities.
|
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
|
<!-- These will almost certainly remain the same, but are here for
|
||||||
|
@ -11,5 +11,8 @@
|
||||||
<!ENTITY os.current "&os;-CURRENT">
|
<!ENTITY os.current "&os;-CURRENT">
|
||||||
<!ENTITY os.stable "&os;-STABLE">
|
<!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 -->
|
<!-- Number of ports in the ports tree -->
|
||||||
<!ENTITY os.numports "5,400">
|
<!ENTITY os.numports "5,400">
|
||||||
|
|
Loading…
Reference in a new issue