From f3027072d37b2ff2c89bc5b68ca868f10952e436 Mon Sep 17 00:00:00 2001
From: Hideyuki KURASHINA <rushani@FreeBSD.org>
Date: Sun, 26 Sep 2004 20:08:31 +0000
Subject: [PATCH] Fix a typo (syntax of cdrecord should be comma-separated
 values for device reference).

---
 en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
index 0684c9ce4d..0238165d4d 100644
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
@@ -1168,7 +1168,7 @@ scsibus1:
 
 	  <screen>&prompt.user; <userinput>cdrecord -v dev=<replaceable>2,0</replaceable> -dao -useinfo  *.wav</userinput></screen>
 
-	  <para>Make sure that <replaceable>2.0</replaceable> is set
+	  <para>Make sure that <replaceable>2,0</replaceable> is set
 	    appropriately, as described in <xref linkend="cdrecord">.</para>
 	</step>
       </procedure>