From owner-svn-doc-all@freebsd.org Mon Oct 2 04:32:10 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C58F6E35DB2; Mon, 2 Oct 2017 04:32:10 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D3187E399; Mon, 2 Oct 2017 04:32:10 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v924W9dK030649; Mon, 2 Oct 2017 04:32:09 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v924W9HQ030648; Mon, 2 Oct 2017 04:32:09 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710020432.v924W9HQ030648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Mon, 2 Oct 2017 04:32:09 +0000 (UTC) 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 X-SVN-Group: doc-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/faq X-SVN-Commit-Revision: 51022 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 04:32:10 -0000 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. &os; supports any ATAPI-compatible IDE CD-R or CD-RW - drive. See &man.burncd.8; for details. + drive. &os; also supports any SCSI CD-R or CD-RW drives. Install the sysutils/cdrtools port or @@ -3259,7 +3259,7 @@ kern.sched.name: ULE Trying to mount an audio CD will produce an error - like cd9660: /dev/acd0c: Invalid + like cd9660: /dev/cd0: Invalid argument. This is because mount only works on file systems. Audio CDs do not have file systems; they just have data.