update docs
[m6w6/libmemcached] / libmemcached / memcached_strerror.html
index 356f7a9ec24656cf4620a2dbed315eabe5ba38c3..9e5cc68868a8b28e2b20ea7b39657878d9efbfb4 100644 (file)
@@ -210,8 +210,8 @@ functions.</p>
 <p><a class="reference internal" href="memcached_return_t.html#_CPPv418memcached_return_t" title="memcached_return_t"><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">memcached_return_t</span></code></a> values are of an enum type so that you can set up responses
 with switch/case and know that you are capturing all possible return values.</p>
 </div>
-<div class="section" id="return">
-<h2>RETURN<a class="headerlink" href="#return" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="return-value">
+<h2>RETURN VALUE<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
 <p><a class="reference internal" href="#_CPPv418memcached_strerrorP12memcached_st18memcached_return_t" title="memcached_strerror"><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">memcached_strerror()</span></code></a> returns a string describing a <a class="reference internal" href="memcached_return_t.html#_CPPv418memcached_return_t" title="memcached_return_t"><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">memcached_return_t</span></code></a> value.</p>
 </div>
 <div class="section" id="see-also">