[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/misc/index.xml: 1.1 -> 1.3



以下のページの更新をしました。ツッコミをお願いします。

Documentation/misc/index.xml: 1.1 -> 1.3

水曜日までに異議がなければ、 commit します。

以下、訳と原文の差分です。

変更されたのは例示されているコマンドだけです。

--- Documentation/misc/index.xml.orig	2006-02-21 21:39:53.000000000 +0900
+++ Documentation/misc/index.xml	2006-02-21 21:39:53.000000000 +0900
@@ -9,10 +9,10 @@
 
 <webpage id="ja-faqs-howtos">
 <config param="desc" value="NetBSD ドキュメンテーション: 他の FAQ と HOWTO"/>
-<config param="cvstag" value="$NetBSD: index.xml,v 1.1 2005/01/11 00:04:17 jschauma Exp $"/>
+<config param="cvstag" value="$NetBSD: index.xml,v 1.3 2005/02/06 14:29:58 hubertf Exp $"/>
 <!-- Based on english version: -->
-<!-- NetBSD: index.xml,v 1.1 2005/01/11 00:04:17 jschauma Exp   -->
-<config param="rcsdate" value="$Date: 2005/01/11 00:04:17 $"/>
+<!-- NetBSD: index.xml,v 1.3 2005/02/06 14:29:58 hubertf Exp   -->
+<config param="rcsdate" value="$Date: 2005/02/06 14:29:58 $"/>
 <head>
 <!-- Copyright (c) 2005
 	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
@@ -714,7 +714,7 @@
       <programlisting># vnconfig -c vnd0 ~/mycd.iso</programlisting>
   </listitem>
   <listitem>次に、この vnode をマウントします。
-      <programlisting># mount -t cd9660 /dev/vnd0c /mnt</programlisting>
+      <programlisting># mount -t cd9660 /dev/vnd0a /mnt</programlisting>
   </listitem>
   <listitem>はい、これでイメージの内容が <code>/mnt</code> 以下に現れます。
       このディレクトリーに異動してイメージを探索してください。
@@ -1029,8 +1029,8 @@
 CD であっても、 cdrdao を使っておこなうことができます。
 
 <programlisting>
-# cdrdao read-cd --device=/dev/rcd0d data.toc
-# cdrdao write   --device=/dev/rcd1d data.toc</programlisting>
+# cdrdao read-cd --device /dev/rcd0d data.toc
+# cdrdao write   --device /dev/rcd1d data.toc</programlisting>
 </para>
 </sect3>
 
Index: Documentation/misc/index.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/misc/index.xml,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -r1.1 -r1.3
--- Documentation/misc/index.xml	11 Jan 2005 00:04:17 -0000	1.1
+++ Documentation/misc/index.xml	6 Feb 2005 14:29:58 -0000	1.3
@@ -9,8 +9,8 @@
 
 <webpage id="faqs-howtos">
 <config param="desc" value="NetBSD Documentation: Other FAQs and HOWTOs"/>
-<config param="cvstag" value="$NetBSD: index.xml,v 1.1 2005/01/11 00:04:17 jschauma Exp $"/>
-<config param="rcsdate" value="$Date: 2005/01/11 00:04:17 $"/>
+<config param="cvstag" value="$NetBSD: index.xml,v 1.3 2005/02/06 14:29:58 hubertf Exp $"/>
+<config param="rcsdate" value="$Date: 2005/02/06 14:29:58 $"/>
 <head>
 <!-- Copyright (c) 2005
 	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
@@ -697,7 +697,7 @@
       <programlisting># vnconfig -c vnd0 ~/mycd.iso</programlisting>
   </listitem>
   <listitem>Now, mount the vnode:
-      <programlisting># mount -t cd9660 /dev/vnd0c /mnt</programlisting>
+      <programlisting># mount -t cd9660 /dev/vnd0a /mnt</programlisting>
   </listitem>
   <listitem>Yeah, image contents appear under <code>/mnt</code>! Go to that
       directory and explore the image.
@@ -1004,8 +1004,8 @@
 by the CDDA standard, you can use cdrdao for that:
 
 <programlisting>
-# cdrdao read-cd --device=/dev/rcd0d data.toc
-# cdrdao write   --device=/dev/rcd1d data.toc</programlisting>
+# cdrdao read-cd --device /dev/rcd0d data.toc
+# cdrdao write   --device /dev/rcd1d data.toc</programlisting>
 </para>
 </sect3>