Fix a couple things that tripped up latex output.

This commit is contained in:
John Fieber 1996-05-24 19:33:33 +00:00
parent 135519184a
commit c44e9a49b7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=347
3 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
<!-- This is an SGML document in the linuxdoc DTD of the Tutorial for
Configuring a FreeBSD for Dialup Services by Guy Helmer.
$Id: dialup.sgml,v 1.9 1996-05-16 23:17:53 mpp Exp $
$Id: dialup.sgml,v 1.10 1996-05-24 19:33:31 jfieber Exp $
<!DOCTYPE linuxdoc PUBLIC "-//Linux//DTD linuxdoc//EN">
@ -803,7 +803,7 @@ Thanks to these people for comments and advice:
<descrip>
&a.kelly for a number of good suggestions
<tag>&a.kelly</tag> for a number of good suggestions
</descrip>

View file

@ -1,4 +1,4 @@
<!-- $Id: linuxemu.sgml,v 1.7 1996-05-21 04:06:00 jkh Exp $ -->
<!-- $Id: linuxemu.sgml,v 1.8 1996-05-24 19:33:32 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project -->
<chapt><heading>Linux Emulation<label id="linuxemu"></heading>
@ -544,7 +544,7 @@ of what you need to run Mathematica.
<p>For those who already have the student edition of
Mathematica for DOS the cost of upgrading to the Linux
version at the time this was written, March 1996, was
$45.00. It can be ordered directly from Wolfram at
&dollar;45.00. It can be ordered directly from Wolfram at
(217) 398-6500 and paid for by credit card.
<sect1><heading>Unpacking the Mathematica distribution</heading>

View file

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.20 1996-05-16 23:18:08 mpp Exp $ -->
<!-- $Id: porting.sgml,v 1.21 1996-05-24 19:33:33 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
@ -156,7 +156,7 @@ The pattern is the year followed by the month.
# Date created: 5 December 1994
# Whom: asami
#
# $Id: porting.sgml,v 1.20 1996-05-16 23:18:08 mpp Exp $
# $Id: porting.sgml,v 1.21 1996-05-24 19:33:33 jfieber Exp $
#
DISTNAME= oneko-1.1b
@ -890,9 +890,9 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
variables mentioned above, not explicit pathnames. For instance,
if your port requires a macro <tt>PAGER</tt> to be the full
pathname of <tt>less</tt>, use the compiler flag:
`<tt>-DPAGER=\"&dollar;{PREFIX}/bin/less\"</tt>' (or
`<tt>-DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</tt>' if this is an
X port), instead of `<tt>-DPAGER=\"/usr/local/bin/less\"</tt>'.
<verb>-DPAGER=\"&dollar;{PREFIX}/bin/less\"</verb> or
<verb>-DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</verb> if this is an
X port, instead of <verb>-DPAGER=\"/usr/local/bin/less\"</verb>.
This way it will have a better chance of working if the system
administrator has moved the whole `/usr/local' tree somewhere
else.
@ -976,7 +976,7 @@ lib/libtcl.so.7.3
person who wrote this Makefile]
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
#
# $Id: porting.sgml,v 1.20 1996-05-16 23:18:08 mpp Exp $
# $Id: porting.sgml,v 1.21 1996-05-24 19:33:33 jfieber Exp $
[ ^^^^ do not worry about this...it will be automatically filled in by CVS
when it is committed to our repository]
#