mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
docs: Fix references to async smb echo handler in smb.conf manpage
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
dec34db53e
commit
ce62124c61
@ -3,7 +3,7 @@
|
||||
type="boolean"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This is ignored if <smbconfoption name="async echo handler"/> is set,
|
||||
<para>This is ignored if <smbconfoption name="async smb echo handler"/> is set,
|
||||
because this feature is incompatible with raw read SMB requests</para>
|
||||
|
||||
<para>If enabled, raw reads allow reads of 65535 bytes in
|
||||
@ -21,5 +21,5 @@
|
||||
<value type="default">yes</value>
|
||||
|
||||
<related>write raw</related>
|
||||
<related>async echo handler</related>
|
||||
<related>async smb echo handler</related>
|
||||
</samba:parameter>
|
||||
|
@ -3,7 +3,7 @@
|
||||
type="boolean"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This is ignored if <smbconfoption name="async echo handler"/> is set,
|
||||
<para>This is ignored if <smbconfoption name="async smb echo handler"/> is set,
|
||||
because this feature is incompatible with raw write SMB requests</para>
|
||||
|
||||
<para>If enabled, raw writes allow writes of 65535 bytes in
|
||||
@ -21,5 +21,5 @@
|
||||
<value type="default">yes</value>
|
||||
|
||||
<related>read raw</related>
|
||||
<related>async echo handler</related>
|
||||
<related>async smb echo handler</related>
|
||||
</samba:parameter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user