diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-27 18:27:46 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-27 18:27:46 +0000 |
commit | 0457ce709cfad27343d4f67ee3351e2e3acf2341 (patch) | |
tree | dfdd949ac2381c26c5f1e9b2657eff432f249a58 | |
parent | 901d06872a8e1b39708a4179971363a9df02eb93 (diff) | |
download | samba-0457ce709cfad27343d4f67ee3351e2e3acf2341.tar.gz samba-0457ce709cfad27343d4f67ee3351e2e3acf2341.tar.bz2 samba-0457ce709cfad27343d4f67ee3351e2e3acf2341.zip |
Add note about umasks
(This used to be commit dcf86bdea29b43401357f1fa53df9b4f67f06cba)
-rw-r--r-- | docs/docbook/manpages/smbmount.8.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/docbook/manpages/smbmount.8.xml b/docs/docbook/manpages/smbmount.8.xml index 356b4f8f61..f3f7d1a99b 100644 --- a/docs/docbook/manpages/smbmount.8.xml +++ b/docs/docbook/manpages/smbmount.8.xml @@ -48,11 +48,11 @@ typically this output will end up in <filename>log.smbmount</filename>. The <command> smbmount</command> process may also be called mount.smbfs.</para> - <para><emphasis>NOTE:</emphasis> <command>smbmount</command> + <note><para> <command>smbmount</command> calls <citerefentry><refentrytitle>smbmnt</refentrytitle> <manvolnum>8</manvolnum></citerefentry> to do the actual mount. You must make sure that <command>smbmnt</command> is in the path so - that it can be found. </para> + that it can be found. </para></note> </refsect1> @@ -144,6 +144,7 @@ password = <value> <term>fmask=<arg></term> <listitem><para>sets the file mask. This determines the permissions that remote files have in the local filesystem. + This is not a umask, but the actual permissions for the files. The default is based on the current umask. </para></listitem> </varlistentry> @@ -152,6 +153,7 @@ password = <value> <term>dmask=<arg></term> <listitem><para>Sets the directory mask. This determines the permissions that remote directories have in the local filesystem. + This is not a umask, but the actual permissions for the directories. The default is based on the current umask. </para></listitem> </varlistentry> |