1
0
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:
Christof Schmitt 2015-09-23 10:41:06 -07:00 committed by Volker Lendecke
parent dec34db53e
commit ce62124c61
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>