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.
This commit is contained in:
Murray Stokely 2001-10-18 20:48:57 +00:00
parent 229c740a31
commit f55eaf1468
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10987
2 changed files with 25 additions and 21 deletions

View file

@ -1,7 +1,7 @@
<!-- -*- sgml -*-
DocBook Miscellaneous FreeBSD Entities.
$FreeBSD: doc/share/sgml/freebsd.ent,v 1.5 2001/09/27 01:08:56 murray Exp $
$FreeBSD$
-->
<!-- These will almost certainly remain the same, but are here for
@ -22,3 +22,7 @@
<!-- 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>">