doc/share/sgml/freebsd.ent
Murray Stokely f55eaf1468 Properly define entities for [ OK ] and [ CANCEL ] and use these
entities throughout the install chapter.  These need to be defined
with   so that these buttons don't wrap across lines.

This prevents :

"Press the [
OK ] button"

from showing up in the print or HTML output.
2001-10-18 20:48:57 +00:00

28 lines
910 B
Text

<!-- -*- 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">
<!-- The currently released version of FreeBSD. This value is used to
create some links on web sites and such, so do NOT change it until
it's really release time -->
<!ENTITY rel.current CDATA "4.4">
<!ENTITY rel.current.date CDATA "September, 2001">
<!-- Sections that we don't want to be published -->
<!ENTITY % not.published "IGNORE">
<!-- Number of ports in the ports tree -->
<!ENTITY os.numports "5,800">
<!-- GUI-buttons -->
<!ENTITY gui.ok "<guibutton>[&nbsp;OK&nbsp;]</guibutton>">
<!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">