Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 1996 14:56:21 -0700
From:      John Mulhollen <JMULHOLLEN@gcwf.com>
To:        freebsd-doc@freebsd.org
Subject:    fixes to handbook.tex
Message-ID:  <s1e51655.022@gcwf.com>

next in thread | raw e-mail | index | archive | help
I just ftp'd HANDBOOK.TEX and tried to run it through LaTeX and got
some errors. I've fixed the two that cause LaTeX to choke (and fixed
the spelling of across....). Note in the 5th diff section that the
'&' needed to be escaped...

-johnm

Here's the diff file:

Comparing files HANDBOOK.NEW and HANDBOOK.TEX
***** HANDBOOK.NEW
\documentstyle[linuxdoc]{book}
\pagestyle{headings}
***** HANDBOOK.TEX
\documentstyle[linuxdoc,]{book}
\pagestyle{headings}
*****

***** HANDBOOK.NEW
relatively short head and tape life due to the high rate of
relative motion of the tape across the heads.

***** HANDBOOK.TEX
relatively short head and tape life due to the high rate of
relative motion of the tape accross the heads.

*****

***** HANDBOOK.NEW
spool.  The result is a high density of data and closely packed
tracks that angle across the tape from one edge to the other.

***** HANDBOOK.TEX
spool.  The result is a high density of data and closely packed
tracks that angle accross the tape from one edge to the other.

*****

***** HANDBOOK.NEW
{\tt rdump(8)} and {\tt rrestore(8)} backup data
across the network to a tape drive attached to another computer.
Both programs rely upon {\tt rcmd(3)} and {\tt ruserok(3)}
***** HANDBOOK.TEX
{\tt rdump(8)} and {\tt rrestore(8)} backup data
accross the network to a tape drive attached to another computer.
Both programs rely upon {\tt rcmd(3)} and {\tt ruserok(3)}
*****

***** HANDBOOK.NEW
Exabyte tape drive connected to a Sun called komodo, use: {\tt
/sbin/rdump
0dsbfu 54000 13000 126 komodo:/dev/nrst8 /dev/rsd0a 2>\&1})
Beware:  there are security implications to allowing
***** HANDBOOK.TEX
Exabyte tape drive connected to a Sun called komodo, use: {\tt
/sbin/rdump
0dsbfu 54000 13000 126 komodo:/dev/nrst8 /dev/rsd0a 2>&1})
Beware:  there are security implications to allowing
*****

***** HANDBOOK.NEW

{\tt tar(1)} does not support backups across the
network.  You can use a pipeline and {\tt rsh(1)} to send the
***** HANDBOOK.TEX

{\tt tar(1)} does not support backups accross the
network.  You can use a pipeline and {\tt rsh(1)} to send the
*****

***** HANDBOOK.NEW

{\tt cpio(1)} does not support backups across the
network.  You can use a pipeline and {\tt rsh(1)} to send the
***** HANDBOOK.TEX

{\tt cpio(1)} does not support backups accross the
network.  You can use a pipeline and {\tt rsh(1)} to send the
*****







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?s1e51655.022>