doc-el commit 866:c844093d1342 - Import FreeBSD doc/ snapshot at...
freebsd-doc-el at lists.hellug.gr
freebsd-doc-el at lists.hellug.gr
Mon Oct 6 17:06:17 EEST 2008
changeset: 866:c844093d1342
user: ncvs
date: 2008-10-04 07:39 +0000
details: http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=c844093d1342
description:
Import FreeBSD doc/ snapshot at 2008-10-04 07:39:06 +0000
diffs (75 lines):
diff -r d8a372142621 -r c844093d1342 en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
--- a/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml Fri Oct 03 09:56:12 2008 +0000
+++ b/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml Sat Oct 04 07:39:06 2008 +0000
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.823 2008/09/05 22:12:47 jpaetzel Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.824 2008/10/03 20:19:12 garga Exp $ -->
<!--
NOTE TO COMMITTERS: Contributors lists are sorted in alphabetical
order by first name.
@@ -6645,6 +6645,11 @@
<listitem>
<para>Munish Chopra
<email>munish at engmail.uwaterloo.ca</email></para>
+ </listitem>
+
+ <listitem>
+ <para>Murilo Opsfelder
+ <email>mopsfelder at gmail.com</email></para>
</listitem>
<listitem>
diff -r d8a372142621 -r c844093d1342 en_US.ISO8859-1/books/handbook/disks/chapter.sgml
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml Fri Oct 03 09:56:12 2008 +0000
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml Sat Oct 04 07:39:06 2008 +0000
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.286 2008/08/06 22:03:49 pgj Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.287 2008/10/03 19:16:10 manolis Exp $
-->
<chapter id="disks">
@@ -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,
diff -r d8a372142621 -r c844093d1342 en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml
--- a/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml Fri Oct 03 09:56:12 2008 +0000
+++ b/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml Sat Oct 04 07:39:06 2008 +0000
@@ -1,6 +1,6 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml,v 1.2 2008/09/29 12:53:40 trhodes Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml,v 1.3 2008/10/04 07:39:06 trhodes Exp $
-->
<chapter id="filesystems">
@@ -564,7 +564,7 @@
period of time.</para>
<para>There are many more options for the Z file system,
- see the &man.zfs.1; and &man.zpool.1; manual
+ see the &man.zfs.8; and &man.zpool.8; manual
pages.</para>
</sect3>
</sect2>
More information about the Freebsd-doc-el
mailing list