From 24718868a4dacbd7e64c89383d3ef47b468bd740 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 28 Sep 2003 17:47:06 +0000 Subject: Minor typos. No, not merged to all branches... (This used to be commit 47ad635d5debdfab9fc065ebfcf5c40ad5b82101) --- docs/docbook/projdoc/upgrading-to-3.0.xml | 2 +- docs/docbook/smbdotconf/logon/abortshutdownscript.xml | 4 ++-- docs/docbook/smbdotconf/logon/shutdownscript.xml | 2 +- docs/docbook/smbdotconf/security/privatedir.xml | 2 +- docs/docbook/smbdotconf/security/serversigning.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/upgrading-to-3.0.xml b/docs/docbook/projdoc/upgrading-to-3.0.xml index 6556d84753..cb49f5d95d 100644 --- a/docs/docbook/projdoc/upgrading-to-3.0.xml +++ b/docs/docbook/projdoc/upgrading-to-3.0.xml @@ -279,7 +279,7 @@ complete descriptions of new or modified parameters. preload modules - privatedir + private dir diff --git a/docs/docbook/smbdotconf/logon/abortshutdownscript.xml b/docs/docbook/smbdotconf/logon/abortshutdownscript.xml index e9a7dba792..fcabd33ceb 100644 --- a/docs/docbook/smbdotconf/logon/abortshutdownscript.xml +++ b/docs/docbook/smbdotconf/logon/abortshutdownscript.xml @@ -3,13 +3,13 @@ advanced="1" developer="1" xmlns:samba="http://samba.org/common"> - This parameter only exists in the HEAD cvs branch + This a full path name to a script called by smbd 8 that should stop a shutdown procedure issued by the shutdown script. - This command will be run as user. + This command will be run as the user connected to the server. Default: None. diff --git a/docs/docbook/smbdotconf/logon/shutdownscript.xml b/docs/docbook/smbdotconf/logon/shutdownscript.xml index 8935714307..2cbf522586 100644 --- a/docs/docbook/smbdotconf/logon/shutdownscript.xml +++ b/docs/docbook/smbdotconf/logon/shutdownscript.xml @@ -3,7 +3,7 @@ advanced="1" developer="1" xmlns:samba="http://samba.org/common"> - This parameter only exists in the HEAD cvs branch + This a full path name to a script called by smbd 8 that should start a shutdown procedure. diff --git a/docs/docbook/smbdotconf/security/privatedir.xml b/docs/docbook/smbdotconf/security/privatedir.xml index 1fc7eb0b36..3529de34ca 100644 --- a/docs/docbook/smbdotconf/security/privatedir.xml +++ b/docs/docbook/smbdotconf/security/privatedir.xml @@ -8,6 +8,6 @@ and secrets.tdb. - Default :private dir = ${prefix}/private + Default: private dir = ${prefix}/private diff --git a/docs/docbook/smbdotconf/security/serversigning.xml b/docs/docbook/smbdotconf/security/serversigning.xml index 5108918d84..27277f73bf 100644 --- a/docs/docbook/smbdotconf/security/serversigning.xml +++ b/docs/docbook/smbdotconf/security/serversigning.xml @@ -14,6 +14,6 @@ When set to mandatory, SMB signing is required and if set to disabled, SMB signing is not offered either. - Default: client signing = False + Default: server signing = False -- cgit