summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/base/path.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-03-27 18:28:55 +0000
committerAlexander Bokovoy <ab@samba.org>2003-03-27 18:28:55 +0000
commit2b984c620814b1258c8b4e006dde370b19b4461d (patch)
tree3055ca8eff0bce354cf663ab8c7af4afb8b049fb /docs/docbook/smbdotconf/base/path.xml
parent85a1207a4702be62692544e794dea88c21095423 (diff)
downloadsamba-2b984c620814b1258c8b4e006dde370b19b4461d.tar.gz
samba-2b984c620814b1258c8b4e006dde370b19b4461d.tar.bz2
samba-2b984c620814b1258c8b4e006dde370b19b4461d.zip
1. Fix generate-file-list.sh to produce a list sorted by parameter name, not parameter section.
2. Convert base parameters to new meta-information scheme (This used to be commit 6026e47cfe493625c6ed017ecae3cc785a6d0347)
Diffstat (limited to 'docs/docbook/smbdotconf/base/path.xml')
-rw-r--r--docs/docbook/smbdotconf/base/path.xml50
1 files changed, 27 insertions, 23 deletions
diff --git a/docs/docbook/smbdotconf/base/path.xml b/docs/docbook/smbdotconf/base/path.xml
index 7d65e10b2b..9f0a7cd976 100644
--- a/docs/docbook/smbdotconf/base/path.xml
+++ b/docs/docbook/smbdotconf/base/path.xml
@@ -1,27 +1,31 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="PATH"/>path (S)</term>
- <listitem><para>This parameter specifies a directory to which
- the user of the service is to be given access. In the case of
- printable services, this is where print data will spool prior to
- being submitted to the host for printing.</para>
+<samba:parameter name="path"
+ context="S"
+ basic="1" advanced="1" share="1" print="1" developer="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>This parameter specifies a directory to which
+ the user of the service is to be given access. In the case of
+ printable services, this is where print data will spool prior to
+ being submitted to the host for printing.</para>
- <para>For a printable service offering guest access, the service
- should be readonly and the path should be world-writeable and
- have the sticky bit set. This is not mandatory of course, but
- you probably won't get the results you expect if you do
- otherwise.</para>
+ <para>For a printable service offering guest access, the service
+ should be readonly and the path should be world-writeable and
+ have the sticky bit set. This is not mandatory of course, but
+ you probably won't get the results you expect if you do
+ otherwise.</para>
- <para>Any occurrences of <parameter moreinfo="none">%u</parameter> in the path
- will be replaced with the UNIX username that the client is using
- on this connection. Any occurrences of <parameter moreinfo="none">%m</parameter>
- will be replaced by the NetBIOS name of the machine they are
- connecting from. These replacements are very useful for setting
- up pseudo home directories for users.</para>
+ <para>Any occurrences of <parameter moreinfo="none">%u</parameter> in the path
+ will be replaced with the UNIX username that the client is using
+ on this connection. Any occurrences of <parameter moreinfo="none">%m</parameter>
+ will be replaced by the NetBIOS name of the machine they are
+ connecting from. These replacements are very useful for setting
+ up pseudo home directories for users.</para>
- <para>Note that this path will be based on <link linkend="ROOTDIR">
- <parameter moreinfo="none">root dir</parameter></link> if one was specified.</para>
+ <para>Note that this path will be based on <link linkend="ROOTDIR">
+ <parameter moreinfo="none">root dir</parameter></link> if one was specified.</para>
- <para>Default: <emphasis>none</emphasis></para>
- <para>Example: <command moreinfo="none">path = /home/fred</command></para>
- </listitem>
- </samba:parameter>
+ <para>Default: <emphasis>none</emphasis></para>
+
+ <para>Example: <command moreinfo="none">path = /home/fred</command></para>
+</listitem>
+</samba:parameter>