The branch, master has been updated
via 9c1fa1244ce docs: smbget: Fix typos and misleading options in
manpage
from b56f716df8b s3/passdb: add parameter to control handling of
wellknown SIDs in pdb_tdb
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 9c1fa1244ceb508a36ca800c63f7374d3b1bc213
Author: DESKTOP-73571CJ\User <[email protected]>
Date: Fri Feb 13 20:10:58 2026 +0800
docs: smbget: Fix typos and misleading options in manpage
This patch corrects several issues in the smbget documentation:
- Removed duplicate '-O' from the synopsis (it conflicted with socket
options).
- Clarified that '-o' conflicts with '--recursive', not '-R' (which is
name resolve order).
- Fixed malformed example syntax (changed '-resume' to '--resume').
- Fixed spelling typo of 'recursive' in the BUGS section.
RN: Fixed misleading documentation for smbget options (-O vs --stdout)
and corrected typos.
Signed-off-by: Hugo Chia <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Reviewed-by: John Mulligan <[email protected]>
Autobuild-User(master): Anoop C S <[email protected]>
Autobuild-Date(master): Sun Feb 22 06:10:46 UTC 2026 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
docs-xml/manpages/smbget.1.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Changeset truncated at 500 lines:
diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml
index d7eac27ddb8..a3caca10b10 100644
--- a/docs-xml/manpages/smbget.1.xml
+++ b/docs-xml/manpages/smbget.1.xml
@@ -27,7 +27,7 @@
<arg choice="opt">-q, --quiet</arg>
<arg choice="opt">-v, --verbose</arg>
<arg choice="opt">-b, --blocksize</arg>
- <arg choice="opt">-O, --stdout</arg>
+ <arg choice="opt">--stdout</arg>
<arg choice="opt">-u, --update</arg>
<arg choice="opt">-e, --encrypt</arg>
<arg choice="opt">--limit-rate=INT</arg>
@@ -105,12 +105,12 @@
<varlistentry>
<term>-o, --outputfile</term>
- <listitem><para>Write the file that is being downloaded to the
specified file. Can not be used together with -R.</para></listitem>
+ <listitem><para>Write the file that is being downloaded to the
specified file. Can not be used together with --recursive or
--stdout.</para></listitem>
</varlistentry>
<varlistentry>
<term>--stdout</term>
- <listitem><para>Write the file that is being downloaded to
standard output.</para></listitem>
+ <listitem><para>Write the file that is being downloaded to
standard output. Can not be used together with --recursive or -o,
--outputfile.</para></listitem>
</varlistentry>
<varlistentry>
@@ -179,7 +179,7 @@ smbget --resume smb://rhonwyn/isos/FreeBSD5.1.iso
# Recursively download all ISOs
smbget --recursive --resume smb://rhonwyn/isos
# Backup my data on rhonwyn
-smbget --recursive -resume smb://rhonwyn/
+smbget --recursive --resume smb://rhonwyn/
</programlisting>
</refsect1>
@@ -188,7 +188,7 @@ smbget --recursive -resume smb://rhonwyn/
<title>BUGS</title>
<para>Permission denied is returned in some cases where the cause of
the error is unknown
-(such as an illegally formatted smb:// url or trying to get a directory
without --resursive
+(such as an illegally formatted smb:// url or trying to get a directory
without --recursive
turned on).</para>
</refsect1>
--
Samba Shared Repository