diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-01-28 14:39:01 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-01-28 14:39:01 +0000 |
commit | cc0af58dc2dee7860621c75866c1104c8bc24b1d (patch) | |
tree | 8f11c247c49757de97421a4ed863e61532d2c9f1 /docs/docbook/manpages/smbmount.8.sgml | |
parent | 218cb945032d2aee21948fe5e6e4418ba648f82d (diff) | |
download | samba-cc0af58dc2dee7860621c75866c1104c8bc24b1d.tar.gz samba-cc0af58dc2dee7860621c75866c1104c8bc24b1d.tar.bz2 samba-cc0af58dc2dee7860621c75866c1104c8bc24b1d.zip |
First step towards XML: Use correct syntax
(This used to be commit 06f641bcb59f932c994e6023d400df18b54c2067)
Diffstat (limited to 'docs/docbook/manpages/smbmount.8.sgml')
-rw-r--r-- | docs/docbook/manpages/smbmount.8.sgml | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/docs/docbook/manpages/smbmount.8.sgml b/docs/docbook/manpages/smbmount.8.sgml index c4b91a5572..d17e4e6bcf 100644 --- a/docs/docbook/manpages/smbmount.8.sgml +++ b/docs/docbook/manpages/smbmount.8.sgml @@ -1,5 +1,5 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -<refentry id="smbmount"> +<refentry id="smbmount.8"> <refmeta> <refentrytitle>smbmount</refentrytitle> @@ -26,7 +26,8 @@ <para><command>smbmount</command> mounts a Linux SMB filesystem. It is usually invoked as <command>mount.smbfs</command> by - the <command>mount(8)</command> command when using the + the <citerefentry><refentrytitle>mount</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> command when using the "-t smbfs" option. This command only works in Linux, and the kernel must support the smbfs filesystem. </para> @@ -39,11 +40,12 @@ <para><command>smbmount</command> is a daemon. After mounting it keeps running until the mounted smbfs is umounted. It will log things that happen when in daemon mode using the "machine name" smbmount, so - typically this output will end up in <filename>log.smbmount</filename>. The - <command>smbmount</command> process may also be called mount.smbfs.</para> + 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> - calls <command>smbmnt(8)</command> to do the actual mount. You + 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> @@ -84,15 +86,12 @@ <varlistentry> <term>credentials=<filename></term> - <listitem><para>specifies a file that contains a username - and/or password. The format of the file is:</para> - - <para> - <programlisting> - username = <value> - password = <value> - </programlisting> - </para> + <listitem><para>specifies a file that contains a username and/or password. +The format of the file is: +<programlisting> +username = <value> +password = <value> +</programlisting></para> <para>This is preferred over having passwords in plaintext in a shared file, such as <filename>/etc/fstab</filename>. Be sure to protect any @@ -174,8 +173,8 @@ <varlistentry> <term>sockopt=<arg></term> <listitem><para>sets the TCP socket options. See the <ulink - url="smb.conf.5.html#SOCKETOPTIONS"><filename>smb.conf - </filename></ulink> <parameter>socket options</parameter> option. + url="smb.conf.5.html#SOCKETOPTIONS"><citerefentry><refentrytitle>smb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry></ulink> <parameter>socket options</parameter> option. </para></listitem> </varlistentry> @@ -298,10 +297,9 @@ <para>FreeBSD also has a smbfs, but it is not related to smbmount</para> - <para>For Solaris, HP-UX and others you may want to look at - <ulink url="smbsh.1.html"><command>smbsh(1)</command></ulink> or at other - solutions, such as sharity or perhaps replacing the SMB server with - a NFS server.</para> + <para>For Solaris, HP-UX and others you may want to look at <citerefentry><refentrytitle>smbsh</refentrytitle> + <manvolnum>1</manvolnum></citerefentry> or at other solutions, such as + Sharity or perhaps replacing the SMB server with a NFS server.</para> </refsect1> @@ -321,7 +319,8 @@ </para> <para>The conversion of this manpage for Samba 2.2 was performed - by Gerald Carter</para> + by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 + was done by Alexander Bokovoy.</para> </refsect1> </refentry> |