Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2017 04:32:09 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51022 - head/en_US.ISO8859-1/books/faq
Message-ID:  <201710020432.v924W9HQ030648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak (ports committer)
Date: Mon Oct  2 04:32:09 2017
New Revision: 51022
URL: https://svnweb.freebsd.org/changeset/doc/51022

Log:
  - Remove a mention of burncd(8) (removed in 9.0 with the Legacy ATA stack)
  - Change /dev/acd0 to /dev/cd0 (acd removed in 9.0 with removal of atapicd)
  
  Differential Revision:	https://reviews.freebsd.org/D12560
  Approved by:	bjk

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Sun Oct  1 19:47:14 2017	(r51021)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Mon Oct  2 04:32:09 2017	(r51022)
@@ -1686,7 +1686,7 @@
 	      supported.</para>
 
 	    <para>&os; supports any ATAPI-compatible IDE CD-R or CD-RW
-	      drive.  See &man.burncd.8; for details.</para>
+	      drive.</para>
 
 	    <para>&os; also supports any SCSI CD-R or CD-RW drives.
 	      Install the <package>sysutils/cdrtools</package> port or
@@ -3259,7 +3259,7 @@ kern.sched.name: ULE</screen>
 
 	<answer>
 	  <para>Trying to mount an audio CD will produce an error
-	    like <errorname>cd9660: /dev/acd0c: Invalid
+	    like <errorname>cd9660: /dev/cd0: Invalid
 	      argument</errorname>.  This is because
 	    <command>mount</command> only works on file systems.
 	    Audio CDs do not have file systems; they just have data.



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