doc-el commit 852:5bb691527d19 - en_US: Fix some examples in the...
freebsd-doc-el at lists.hellug.gr
freebsd-doc-el at lists.hellug.gr
Sat Oct 4 05:07:19 EEST 2008
changeset: 852:5bb691527d19
user: Manolis Kiagias <sonicy at otenet.gr>
date: 2008-10-02 16:12 +0300
details: http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=5bb691527d19
description:
en_US: Fix some examples in the 'usb-disks' section ('disks' chapter)
diffs (25 lines):
diff -r 6417c6f22d84 -r 5bb691527d19 en_US.ISO8859-1/books/handbook/disks/chapter.sgml
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml Tue Sep 30 15:50:29 2008 +0300
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml Thu Oct 02 16:12:16 2008 +0300
@@ -860,17 +860,18 @@
owned by that user as
<filename>/mnt/<replaceable>username</replaceable></filename>
(replace <replaceable>username</replaceable> by the login name of
- the actual user):</para>
+ the actual user and <replaceable>usergroup</replaceable> by the
+ user's primary group):</para>
<screen>&prompt.root; <userinput>mkdir /mnt/<replaceable>username</replaceable></userinput>
-&prompt.root; <userinput>chown <replaceable>user</replaceable>:<replaceable>user</replaceable> /mnt/<replaceable>user</replaceable></userinput></screen>
+&prompt.root; <userinput>chown <replaceable>username</replaceable>:<replaceable>usergroup</replaceable> /mnt/<replaceable>username</replaceable></userinput></screen>
<para>Suppose a USB thumbdrive is plugged in, and a device
<filename>/dev/da0s1</filename> appears. Since these devices
usually come preformatted with a FAT file system, one can
mount them like this:</para>
- <screen>&prompt.user; <userinput>mount -t msdosfs -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