update docs
[m6w6/libmemcached] / libmemcached / configuration.html
index 115f183c3cbb18ef6ea14a49bfdda95090ceb919..b21862de028be16c8c2428c48423cb14f634e2f1 100644 (file)
 <dt>#include &lt;libmemcached-1.0/memcached.h&gt;</dt><dd><p>Compile and link with -lmemcached</p>
 </dd>
 </dl>
-<dl class="function">
+<dl class="cpp function">
 <dt id="_CPPv49memcachedPKc6size_t">
 <span id="_CPPv39memcachedPKc6size_t"></span><span id="_CPPv29memcachedPKc6size_t"></span><span id="memcached__cCP.s"></span><a class="reference internal" href="memcached_create.html#_CPPv412memcached_st" title="memcached_st">memcached_st</a> *<code class="sig-name descname">memcached</code><span class="sig-paren">(</span><em class="property">const</em> char *<em>string</em>, size_t <em>string_length</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv49memcachedPKc6size_t" title="Permalink to this definition">¶</a><br /></dt>
 <dd></dd></dl>
 
-<dl class="function">
+<dl class="cpp function">
 <dt id="_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t">
 <span id="_CPPv332libmemcached_check_configurationPKc6size_tPc6size_t"></span><span id="_CPPv232libmemcached_check_configurationPKc6size_tPc6size_t"></span><span id="libmemcached_check_configuration__cCP.s.cP.s"></span><a class="reference internal" href="memcached_return_t.html#_CPPv418memcached_return_t" title="memcached_return_t">memcached_return_t</a> <code class="sig-name descname">libmemcached_check_configuration</code><span class="sig-paren">(</span><em class="property">const</em> char *<em>option_string</em>, size_t <em>length</em>, char *<em>error_buffer</em>, size_t <em>error_buffer_size</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t" title="Permalink to this definition">¶</a><br /></dt>
 <dd></dd></dl>
@@ -214,7 +214,7 @@ server getting a default weight of 1.</p>
 
 <dl class="describe">
 <dt>
-<code class="sig-name descname">--SOCKET=&quot;&lt;filepath&gt;/?&lt;optional_weight&gt;&quot;</code></dt>
+<code class="sig-name descname">--SOCKET=\&quot;&lt;filepath&gt;/?&lt;optional_weight&gt;\&quot;</code></dt>
 <dd><p>Provide a filepath to a UNIX socket file. Providing a weight will cause
 weighting to occur with all hosts with each server getting a default weight
 of 1.</p>
@@ -282,7 +282,7 @@ server to store the data in.</p>
 <dl class="describe">
 <dt>
 <code class="sig-name descname">--NOREPLY</code></dt>
-<dd><p>Enable “no reply” for all calls that support this. It is highly recommended
+<dd><p>Enable &quot;no reply&quot; for all calls that support this. It is highly recommended
 that you use this option with the binary protocol only.</p>
 </dd></dl>
 
@@ -388,7 +388,7 @@ accomplished by prepending the namespace value to all keys.</p>
 <dl class="describe">
 <dt>
 <code class="sig-name descname">--POLL-TIMEOUT=</code></dt>
-<dd><p>Set the timeout used by <em class="manpage"><a class="manpage reference external" href="http://man7.org/linux/man-pages/man3/poll.3.html">poll(3)</a></em>.</p>
+<dd><p>Set the timeout used by <em class="manpage"><a class="manpage reference external" href="https://linux.die.net/man/3/poll">poll(3)</a></em>.</p>
 </dd></dl>
 
 <dl class="describe">
@@ -448,7 +448,7 @@ Unlike <code class="docutils literal notranslate"><span class="pre">--CONFIGURE-
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
-<dl class="envvar">
+<dl class="std envvar">
 <dt id="envvar-LIBMEMCACHED">
 <code class="sig-name descname">LIBMEMCACHED</code><a class="headerlink" href="#envvar-LIBMEMCACHED" title="Permalink to this definition">¶</a></dt>
 <dd></dd></dl>
@@ -476,7 +476,7 @@ initialized).  On an allocation failure, it returns NULL.</p>
 <div class="section" id="see-also">
 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
 <ul class="simple">
-<li><p><em class="manpage"><a class="manpage reference external" href="http://man7.org/linux/man-pages/man1/memcached.1.html">memcached(1)</a></em></p></li>
+<li><p><em class="manpage"><a class="manpage reference external" href="https://linux.die.net/man/1/memcached">memcached(1)</a></em></p></li>
 <li><p><a class="reference internal" href="../libmemcached.html"><span class="doc">C/C++ Client Library for memcached</span></a></p></li>
 <li><p><a class="reference internal" href="memcached_strerror.html"><span class="doc">Converting Error Codes to Messages</span></a></p></li>
 </ul>