diff options
Diffstat (limited to 'docs/manual/programs/dbmmanage.html.en')
-rw-r--r-- | docs/manual/programs/dbmmanage.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/programs/dbmmanage.html.en b/docs/manual/programs/dbmmanage.html.en index c50255fc39..3d298a2d5c 100644 --- a/docs/manual/programs/dbmmanage.html.en +++ b/docs/manual/programs/dbmmanage.html.en @@ -50,7 +50,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="../programs/htdbm.html">htdbm</a></code></li><li><code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code></li><li><code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="synopsis" id="synopsis">Synopsis</a></h2> +<h2><a name="synopsis" id="synopsis">Synopsis</a><a title="Permanent link" href="#synopsis" class="permalink">¶</a></h2> <p><code><strong>dbmmanage</strong> [ <var>encoding</var> ] <var>filename</var> add|adduser|check|delete|update <var>username</var> @@ -64,7 +64,7 @@ <p><code><strong>dbmmanage</strong> <var>filename</var> import</code></p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="options" id="options">Options</a></h2> +<h2><a name="options" id="options">Options</a><a title="Permanent link" href="#options" class="permalink">¶</a></h2> <dl> <dt><code><var>filename</var></code></dt> <dd>The filename of the DBM format file. Usually without the extension @@ -162,7 +162,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="bugs" id="bugs">Bugs</a></h2> +<h2><a name="bugs" id="bugs">Bugs</a><a title="Permanent link" href="#bugs" class="permalink">¶</a></h2> <p>One should be aware that there are a number of different DBM file formats in existence, and with all likelihood, libraries for more than one format may exist on your system. The three primary examples are SDBM, NDBM, the GNU |