summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/req.xml5
-rw-r--r--doc/ref/sessflags.xml8
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/ref/req.xml b/doc/ref/req.xml
index b2d754d..4a77fd4 100644
--- a/doc/ref/req.xml
+++ b/doc/ref/req.xml
@@ -69,8 +69,7 @@ combination of the <function>ne_begin_request</function>,
linkend="ne_add_request_header"/> and <xref
linkend="ne_print_request_header"/> can be used. To include a message
body with the request, one of the functions
-<function>ne_set_request_body_buffer</function>, <xref
-linkend="ne_set_request_body_fd"/>, or
+<function>ne_set_request_body_buffer</function>, <function>ne_set_request_body_fd</function>, or
<function>ne_set_request_body_provider</function> can be used.</para>
<para>The return value of
@@ -88,7 +87,7 @@ any processing of the response headers and message body.</para>
the resources associated with it. Any subsequent use of the
request object produces undefined behaviour.</para>
- <para>If a request is being using a non-idempotent method such
+ <para>For a request with a non-idempotent method such
as <literal>POST</literal>, the
<literal>NE_REQFLAG_IDEMPOTENT</literal> flag should be
disabled; see <xref linkend="ne_set_request_flag"/>.</para>
diff --git a/doc/ref/sessflags.xml b/doc/ref/sessflags.xml
index e3e15d5..4979494 100644
--- a/doc/ref/sessflags.xml
+++ b/doc/ref/sessflags.xml
@@ -98,7 +98,13 @@
requests</simpara>
</listitem>
</varlistentry>
-
+ <varlistentry>
+ <term><constant>NE_SESSFLAG_SHAREPOINT</constant></term>
+ <listitem>
+ <simpara>enable this flag to use various workarounds to
+ improve interoperability with SharePoint</simpara>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>