The branch, master has been updated
via 69c5f5c2dde docs-xml: Change 'DEBUGLEVEL' -> 'level' to match the
option description
via 0a9a8905ebd docs-xml: Fix manpage section generated by
cmdline.common.debug.server
from 531a33b9c98 s4:rpc_server/netlogon: fix error codes in
dcesrv_netr_NetrLogonSendToSam
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 69c5f5c2ddebbd33159b0912ff5689a5a79ec502
Author: Pavel Filipenský <[email protected]>
Date: Thu Dec 5 17:54:07 2024 +0100
docs-xml: Change 'DEBUGLEVEL' -> 'level' to match the option description
Signed-off-by: Pavel Filipenský <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
Autobuild-User(master): Pavel Filipensky <[email protected]>
Autobuild-Date(master): Fri Dec 6 13:33:38 UTC 2024 on atb-devel-224
commit 0a9a8905ebd4c66783961b18c2511893e068e6d4
Author: Pavel Filipenský <[email protected]>
Date: Thu Dec 5 17:36:49 2024 +0100
docs-xml: Fix manpage section generated by cmdline.common.debug.server
man winbinbdd.8 is wrongly mixing two options:
before fix:
-d|--debuglevel=DEBUGLEVEL, --debug-stdout
...
after fix:
-d|--debuglevel=DEBUGLEVEL
...
--debug-stdout
Signed-off-by: Pavel Filipenský <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
docs-xml/build/DTD/samba.entities | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/docs-xml/build/DTD/samba.entities
b/docs-xml/build/DTD/samba.entities
index 6351a3af3e3..cefddacd9b7 100644
--- a/docs-xml/build/DTD/samba.entities
+++ b/docs-xml/build/DTD/samba.entities
@@ -170,7 +170,7 @@
<!ENTITY cmdline.common.debug.client '
<varlistentry>
- <term>-d|--debuglevel=DEBUGLEVEL</term>
+ <term>-d|--debuglevel=level</term>
<listitem>
<para>
<replaceable>level</replaceable> is an integer from 0
@@ -216,7 +216,7 @@
<!ENTITY cmdline.common.debug.server '
<varlistentry>
- <term>-d|--debuglevel=DEBUGLEVEL</term>
+ <term>-d|--debuglevel=level</term>
<listitem>
<para>
@@ -248,7 +248,9 @@
&smb.conf; file.
</para>
</listitem>
+</varlistentry>
+<varlistentry>
<term>--debug-stdout</term>
<listitem>
<para>
--
Samba Shared Repository