diff options
author | jfieber <jfieber@FreeBSD.org> | 1996-05-24 19:33:33 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1996-05-24 19:33:33 +0000 |
commit | 5451e1edfb7de7db47cc43e555bdefcce560f48b (patch) | |
tree | 338dada189a7225bb83a2773b9401897ac58d1d8 /share | |
parent | 0f5a7440b6758c699bf0520a7e28678f05d269a7 (diff) | |
download | FreeBSD-src-5451e1edfb7de7db47cc43e555bdefcce560f48b.zip FreeBSD-src-5451e1edfb7de7db47cc43e555bdefcce560f48b.tar.gz |
Fix a couple things that tripped up latex output.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/handbook/dialup.sgml | 4 | ||||
-rw-r--r-- | share/doc/handbook/linuxemu.sgml | 4 | ||||
-rw-r--r-- | share/doc/handbook/porting.sgml | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/share/doc/handbook/dialup.sgml b/share/doc/handbook/dialup.sgml index 7c74903..207b5c1 100644 --- a/share/doc/handbook/dialup.sgml +++ b/share/doc/handbook/dialup.sgml @@ -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> diff --git a/share/doc/handbook/linuxemu.sgml b/share/doc/handbook/linuxemu.sgml index 6de7ac1..5652380 100644 --- a/share/doc/handbook/linuxemu.sgml +++ b/share/doc/handbook/linuxemu.sgml @@ -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> diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 1e31fb8..07b31a8 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -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] # |