diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-03-18 10:45:40 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:17 -0500 |
commit | 147c8da08842fa3dc8a9a005f34c3cb8b8704e91 (patch) | |
tree | bcce6e6c1bf67a5f23d6b12a17d75f7be89baf91 | |
parent | bf6340a2f9547b938bb379dcafffbf1c1bf1b40f (diff) | |
download | samba-147c8da08842fa3dc8a9a005f34c3cb8b8704e91.tar.gz samba-147c8da08842fa3dc8a9a005f34c3cb8b8704e91.tar.bz2 samba-147c8da08842fa3dc8a9a005f34c3cb8b8704e91.zip |
Document 13085 and 13086
(This used to be commit 3e8acb9832d257d867849f28c4bd715447fc96e9)
-rw-r--r-- | docs/smbdotconf/misc/addsharecommand.xml | 10 | ||||
-rw-r--r-- | docs/smbdotconf/misc/changesharecommand.xml | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/docs/smbdotconf/misc/addsharecommand.xml b/docs/smbdotconf/misc/addsharecommand.xml index a351044e18..9773bf60d6 100644 --- a/docs/smbdotconf/misc/addsharecommand.xml +++ b/docs/smbdotconf/misc/addsharecommand.xml @@ -16,7 +16,7 @@ <para> When executed, <command moreinfo="none">smbd</command> will automatically invoke the - <parameter moreinfo="none">add share command</parameter> with four parameters. + <parameter moreinfo="none">add share command</parameter> with five parameters. </para> <itemizedlist> @@ -43,6 +43,14 @@ with the new share. </para> </listitem> + + <listitem> + <para><parameter moreinfo="none">max + connections</parameter> + Number of maximum simultaneous connections to this + share. + </para> + </listitem> </itemizedlist> <para> diff --git a/docs/smbdotconf/misc/changesharecommand.xml b/docs/smbdotconf/misc/changesharecommand.xml index 6349648595..4b65eda7b5 100644 --- a/docs/smbdotconf/misc/changesharecommand.xml +++ b/docs/smbdotconf/misc/changesharecommand.xml @@ -16,7 +16,7 @@ <para> When executed, <command moreinfo="none">smbd</command> will automatically invoke the - <parameter moreinfo="none">change share command</parameter> with four parameters. + <parameter moreinfo="none">change share command</parameter> with five parameters. </para> <itemizedlist> @@ -43,6 +43,14 @@ with the new share. </para> </listitem> + + <listitem> + <para><parameter moreinfo="none">max + connections</parameter> + Number of maximum simultaneous connections to this + share. + </para> + </listitem> </itemizedlist> <para> |