Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2001 11:03:56 +0100 (CET)
From:      Julio Merino <juli@merino.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/33140: Typo in en_US.ISO8859-1/books/handbook/disks/chapter.sgml
Message-ID:  <200112241003.fBOA3uQ00563@klamath.local>

next in thread | raw e-mail | index | archive | help

>Number:         33140
>Category:       docs
>Synopsis:       Typo in en_US.ISO8859-1/books/handbook/disks/chapter.sgml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 24 02:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
None
>Environment:
System: FreeBSD klamath.local 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #2: Sun Dec 23 12:13:16 CET 2001 root@klamath.local:/usr/src/sys/compile/KLAMATH i386


>Description:
	There is a missing double commas " in an example of the disks chapter
	located in the file en_ES.ISO8859-1/books/handbook/disks/chapter.sgml.
	It ocurrs in cpio sect2, inside backup programs.

>How-To-Repeat:

>Fix:

diff -u -r doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml doc2/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
--- doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml	Mon Dec 24 10:56:27 2001
+++ doc2/en_US.ISO8859-1/books/handbook/disks/chapter.sgml	Mon Dec 24 10:57:12 2001
@@ -1499,7 +1499,7 @@
       <screen>&prompt.root; <userinput>for f in <replaceable>directory_list; do</replaceable></userinput>
 <userinput>find $f >> backup.list</userinput>
 <userinput>done</userinput>
-&prompt.root; <userinput>cpio -v -o --format=newc < backup.list | ssh <replaceable>user</replaceable>@<replaceable>host</replaceable> "cat > <replaceable>backup_device</replaceable></userinput></screen>
+&prompt.root; <userinput>cpio -v -o --format=newc < backup.list | ssh <replaceable>user</replaceable>@<replaceable>host</replaceable> "cat > <replaceable>backup_device</replaceable>"</userinput></screen>
 
       <para>Where <replaceable>directory_list</replaceable> is the list of
 	directories you want to back up,
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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