From owner-freebsd-doc Thu Jul 11 14:56:34 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08875 for doc-outgoing; Thu, 11 Jul 1996 14:56:34 -0700 (PDT) Received: from gcwf.com (gcwf.com [199.35.123.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA08856 for ; Thu, 11 Jul 1996 14:56:28 -0700 (PDT) Received: from SOCAL-Message_Server by gcwf.com with Novell_GroupWise; Thu, 11 Jul 1996 14:57:25 -0700 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Thu, 11 Jul 1996 14:56:21 -0700 From: John Mulhollen To: freebsd-doc@freebsd.org Subject: fixes to handbook.tex Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 *****