Bug 32464

Summary: Fix typo in new "burn CD" FAQ entry
Product: Documentation Reporter: Nils Holland <nils>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Nils Holland 2001-12-03 07:50:01 UTC
	Oops, although I double read the FAQ entry on burning CDs I
	submitted yesterday, and although Murray fixed some additional
	typos, there's still one problem left: In the example given
	in that FAQ entry, we use mkisofs with the option
	--allow-multodot, which should of course be --allow-multidot.

Fix: The following diff corrects this small yet disturbing mistake.
	Sorry that I made it in the first place :-(



! 	  <screen>&prompt.root; <userinput>mkisofs --allow-lowercase --allow-multodot -r -o cdimage cddir</userinput></screen>

  	  <para>This will create a file named
  	    <filename>cdimage</filename> from all files in the
--- 3697,3703 ----
  	    has been done, you can create an ISO9660 image with the
  	    following command :</para>

! 	  <screen>&prompt.root; <userinput>mkisofs --allow-lowercase --allow-multidot -r -o cdimage cddir</userinput></screen>

  	  <para>This will create a file named
  	    <filename>cdimage</filename> from all files in the--oFMhcLtahG8tybVaxQaBDtjKeIzBEdglkaV8jud14Zh6UY5i
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** book.sgml	Mon Dec  3 08:39:56 2001
--- book_new.sgml	Mon Dec  3 08:41:31 2001
***************
*** 3697,3703 ****
  	    has been done, you can create an ISO9660 image with the
  	    following command :</para>
How-To-Repeat: 	Read the appropriate section in the FAQ.
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2001-12-03 11:55:29 UTC
State Changed
From-To: open->closed

Fix has been committed.  Thank you Nils :)