Bug 188176

Summary: Handbook typo in program listing block in Section 21.3.3
Product: Documentation Reporter: Tom <trh411>
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tom 2014-04-01 18:00:00 UTC
In section 21.3.3, last program listing block:

perm cd* 0600

-should read-

perm cd* 0660

Fix: 

Correct the typo.
How-To-Repeat: N/A
Comment 1 Warren Block freebsd_committer freebsd_triage 2014-04-01 18:20:32 UTC
Responsible Changed
From-To: freebsd-bugs->wblock

Recategorize as docs and take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-01 18:27:14 UTC
Author: wblock
Date: Tue Apr  1 17:27:11 2014
New Revision: 44406
URL: http://svnweb.freebsd.org/changeset/doc/44406

Log:
  Correct permissions shown for host DVD/CD pass-through.
  
  PR:		docs/188176
  Submitted by:	Tom Hoffmann <trh411@gmail.com>

Modified:
  head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Tue Apr  1 10:06:02 2014	(r44405)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Tue Apr  1 17:27:11 2014	(r44406)
@@ -1247,10 +1247,10 @@ add path 'usb/*' mode 0660 group operato
 	and <filename>/dev/pass<replaceable>N</replaceable></filename>.
 	This is usually achieved by making the user a member of
 	<systemitem class="groupname">operator</systemitem>.  Permissions to these devices
-	have to be corrected by adding the following lines to
+	have to be corrected by adding these lines to
 	<filename>/etc/devfs.conf</filename>:</para>
 
-      <programlisting>perm cd* 0600
+      <programlisting>perm cd* 0660
 perm xpt0 0660
 perm pass* 0660</programlisting>
 
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Warren Block freebsd_committer freebsd_triage 2014-04-01 18:27:28 UTC
State Changed
From-To: open->closed

Committed, thanks!