[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Thu Nov 11 16:28:01 UTC 2021


The branch, master has been updated
       via  c89799beda6 docs-xml: Fix smbget manpage
      from  57c1e115ece smbd: reopen logs on SIGHUP for notifyd and cleanupd

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c89799beda6757c03045e3b103344adc15006a33
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Nov 11 14:46:15 2021 +0100

    docs-xml: Fix smbget manpage
    
    There is no &stdarg.encrypt anymore.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Thu Nov 11 16:27:12 UTC 2021 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages/smbget.1.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml
index e91e5eb8cf4..64924ef9ca8 100644
--- a/docs-xml/manpages/smbget.1.xml
+++ b/docs-xml/manpages/smbget.1.xml
@@ -34,6 +34,7 @@
 		<arg choice="opt">-b, --blocksize</arg>
 		<arg choice="opt">-O, --stdout</arg>
 		<arg choice="opt">-u, --update</arg>
+		<arg choice="opt">-e, --encrypt</arg>
 		<arg choice="opt">-?, --help</arg>
 		<arg choice="opt">--usage</arg>
 		<arg choice="req">smb://host/share/path/to/file</arg>
@@ -145,7 +146,10 @@
 		<listitem><para>Download only when remote file is newer than local file or local file is missing.</para></listitem>
 	</varlistentry>
 
-	&stdarg.encrypt;
+	<varlistentry>
+        <term>-e, --encrypt</term>
+		<listitem><para>Enable SMB encryption.</para></listitem>
+	</varlistentry>
 
 </refsect1>
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list