From 147c8da08842fa3dc8a9a005f34c3cb8b8704e91 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 18 Mar 2006 10:45:40 +0000 Subject: Document 13085 and 13086 (This used to be commit 3e8acb9832d257d867849f28c4bd715447fc96e9) --- docs/smbdotconf/misc/addsharecommand.xml | 10 +++++++++- docs/smbdotconf/misc/changesharecommand.xml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'docs/smbdotconf') 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 @@ When executed, smbd will automatically invoke the - add share command with four parameters. + add share command with five parameters. @@ -43,6 +43,14 @@ with the new share. + + + max + connections + Number of maximum simultaneous connections to this + share. + + 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 @@ When executed, smbd will automatically invoke the - change share command with four parameters. + change share command with five parameters. @@ -43,6 +43,14 @@ with the new share. + + + max + connections + Number of maximum simultaneous connections to this + share. + + -- cgit