PERFORCE change 186565 for review

Rene Ladan rene at FreeBSD.org
Thu Dec 2 16:41:54 UTC 2010


http://p4web.freebsd.org/@@186565?ac=10

Change 186565 by rene at rene_acer on 2010/12/02 16:40:49

	Handbook fixups from 6.X removal:
	- restore broken sentence in multimedia [1]
	- GNU tar no longer in base [2]
	Submitted by:	ryusuke [1], pluknet [2]

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#15 edit
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#10 edit

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#15 (text+ko) ====

@@ -2513,22 +2513,11 @@
 
       <indexterm><primary><command>tar</command></primary></indexterm>
 
-      <para>Both GNU <command>tar</command>
-        and the default <command>bsdtar</command> are available.  The
-        GNU version can be invoked with <command>gtar</command>.  It
-        supports remote devices using the same syntax as
-        <command>rdump</command>.  To <command>tar</command> to an
+      <para>To <command>tar</command> to an
         Exabyte tape drive connected to a Sun called
         <hostid>komodo</hostid>, use:</para>
 
-      <screen>&prompt.root; <userinput>/usr/bin/gtar cf komodo:/dev/nsa8 . 2>&amp;1</userinput></screen>
-
-      <para>The same could be accomplished with
-	<command>bsdtar</command> by using a pipeline and
-	<command>rsh</command> to send the data to a remote tape
-	drive.</para>
-
-      <screen>&prompt.root; <userinput>tar cf - . | rsh <replaceable>hostname</replaceable> dd of=<replaceable>tape-device</replaceable> obs=20b</userinput></screen>
+      <screen>&prompt.root; <userinput>tar cf - . | rsh komodo dd of=<replaceable>tape-device</replaceable> obs=20b</userinput></screen>
 
       <para>If you are worried about the security of backing up over a
 	network you should use the <command>ssh</command> command

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#10 (text+ko) ====

@@ -400,7 +400,7 @@
     </note>
 
     <para>
-      The above will
+      The correct <devicename>pcm</devicename> device will
       automatically be allocated transparently to a program
       that requests <filename>/dev/dsp0</filename>.</para>
    </sect2>


More information about the p4-projects mailing list