[PATCH] docs: Fix references to async smb echo handler in smb.conf manpage

Christof Schmitt cs at samba.org
Wed Sep 23 22:39:17 UTC 2015


From 9697926005626aa2879a90ce6692bdec72002535 Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Wed, 23 Sep 2015 10:41:06 -0700
Subject: [PATCH] docs: Fix references to async smb echo handler in smb.conf manpage

Signed-off-by: Christof Schmitt <cs at samba.org>
---
 docs-xml/smbdotconf/protocol/readraw.xml  |    4 ++--
 docs-xml/smbdotconf/protocol/writeraw.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs-xml/smbdotconf/protocol/readraw.xml b/docs-xml/smbdotconf/protocol/readraw.xml
index 3b7c6c4..a467f52 100644
--- a/docs-xml/smbdotconf/protocol/readraw.xml
+++ b/docs-xml/smbdotconf/protocol/readraw.xml
@@ -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>
diff --git a/docs-xml/smbdotconf/protocol/writeraw.xml b/docs-xml/smbdotconf/protocol/writeraw.xml
index f6ad7ba..b4402d6 100644
--- a/docs-xml/smbdotconf/protocol/writeraw.xml
+++ b/docs-xml/smbdotconf/protocol/writeraw.xml
@@ -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>
-- 
1.7.1



More information about the samba-technical mailing list