doc-el commit 855:b35e35948d1e - usb-disks patch: Remove the quo...

freebsd-doc-el at lists.hellug.gr freebsd-doc-el at lists.hellug.gr
Sat Oct 4 05:07:21 EEST 2008


changeset:      855:b35e35948d1e
user:           Manolis Kiagias <sonicy at otenet.gr>
date:           2008-10-03 18:44 +0300
details:        http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=b35e35948d1e

description:
	usb-disks patch: Remove the quotes around -o arguments (not really needed)

diffs (12 lines):

diff -r 811f56c84d24 -r b35e35948d1e en_US.ISO8859-1/books/handbook/disks/chapter.sgml
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml	Fri Oct 03 12:47:34 2008 +0300
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml	Fri Oct 03 18:44:03 2008 +0300
@@ -871,7 +871,7 @@
 	usually come preformatted with a FAT file system, one can
 	mount them like this:</para>
 
-      <screen>&prompt.user; <userinput>mount -t msdosfs -o "-m=644,-M=755" /dev/da0s1 /mnt/<replaceable>username</replaceable></userinput></screen>
+      <screen>&prompt.user; <userinput>mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt/<replaceable>username</replaceable></userinput></screen>
 
       <para>If you unplug the device (the disk must be unmounted
 	before), you should see, in the system message buffer,




More information about the Freebsd-doc-el mailing list