Fix a couple things that tripped up latex output.
This commit is contained in:
parent
b8953cdb9f
commit
5a38272bae
@ -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.8 1996/05/09 23:04:35 mpp Exp $
|
||||
$Id: dialup.sgml,v 1.9 1996/05/16 23:17:53 mpp 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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Id: linuxemu.sgml,v 1.6 1996/05/17 17:36:29 rich Exp $ -->
|
||||
<!-- $Id: linuxemu.sgml,v 1.7 1996/05/21 04:06:00 jkh 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
|
||||
$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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Id: porting.sgml,v 1.19 1996/05/09 23:04:48 mpp Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.20 1996/05/16 23:18:08 mpp 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.19 1996/05/09 23:04:48 mpp Exp $
|
||||
# $Id: porting.sgml,v 1.20 1996/05/16 23:18:08 mpp 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=\"${PREFIX}/bin/less\"</tt>' (or
|
||||
`<tt>-DPAGER=\"${LOCALBASE}/bin/less\"</tt>' if this is an
|
||||
X port), instead of `<tt>-DPAGER=\"/usr/local/bin/less\"</tt>'.
|
||||
<verb>-DPAGER=\"${PREFIX}/bin/less\"</verb> or
|
||||
<verb>-DPAGER=\"${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.19 1996/05/09 23:04:48 mpp Exp $
|
||||
# $Id: porting.sgml,v 1.20 1996/05/16 23:18:08 mpp Exp $
|
||||
[ ^^^^ do not worry about this...it will be automatically filled in by CVS
|
||||
when it is committed to our repository]
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user