]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Style guide: use <program> rather than <code> for httpd programs.
authorRich Bowen <rbowen@apache.org>
Fri, 17 Apr 2026 15:55:03 +0000 (15:55 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 17 Apr 2026 15:55:03 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933136 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
docs/manual/programs/ab.xml
docs/manual/programs/apachectl.xml
docs/manual/programs/apxs.xml
docs/manual/programs/dbmmanage.xml
docs/manual/programs/htcacheclean.xml
docs/manual/programs/htdbm.xml
docs/manual/programs/htdigest.xml
docs/manual/programs/htpasswd.xml
docs/manual/programs/httpd.xml
docs/manual/programs/httxt2dbm.xml
docs/manual/programs/logresolve.xml
docs/manual/programs/rotatelogs.xml
docs/manual/programs/suexec.xml

index 4c32c397a0af3f32ad8f7c4ec691937d892f8ef5..e6f5f8fa3ad543cf608262027a39f0b873cce8eb 100644 (file)
@@ -26,7 +26,7 @@
 <title>ab - Apache HTTP server benchmarking tool</title>
 
 <summary>
-    <p><code>ab</code> is a tool for benchmarking your Apache Hypertext
+    <p><program>ab</program> is a tool for benchmarking your Apache Hypertext
     Transfer Protocol (HTTP) server. It is designed to give you an impression
     of how your current Apache installation performs. This especially shows
     you how many requests per second your Apache installation is capable of
     needed).</dd>
 
     <dt><code>-q</code></dt>
-    <dd>When processing more than 150 requests, <code>ab</code> outputs a
+    <dd>When processing more than 150 requests, <program>ab</program> outputs a
     progress count on <code>stderr</code> every 10% or 100 requests or so. The
     <code>-q</code> flag will suppress these messages.</dd>
 
 </section>
 
 <section id="output"><title>Output</title>
-    <p>The following list describes the values returned by <code>ab</code>:
+    <p>The following list describes the values returned by <program>ab</program>:
     </p>
 
     <dl>
     <p>It does not implement HTTP/1.x fully; only accepts some 'expected' forms
     of responses. The rather heavy use of <code>strstr(3)</code> shows up top
     in profile, which might indicate a performance problem; <em>i.e.</em>, you
-    would measure the <code>ab</code> performance rather than the server's.</p>
+    would measure the <program>ab</program> performance rather than the server's.</p>
 </section>
 
 
index bae6512a7c1639818812ab28d56e4fa83ee28503..da09e01de8a503ae0853650efbf602cc10f2965d 100644 (file)
   <title>apachectl - Apache HTTP Server Control Interface</title>
 
 <summary>
-     <p><code>apachectl</code> is a front end to the Apache HyperText
+     <p><program>apachectl</program> is a front end to the Apache HyperText
      Transfer Protocol (HTTP) server.  It is designed to help the
      administrator control the functioning of the Apache
      <program>httpd</program> daemon.</p>
 
-     <p>The <code>apachectl</code> script can operate in two modes.
+     <p>The <program>apachectl</program> script can operate in two modes.
      First, it can act as a simple front-end to the <program>httpd</program>
      command that simply sets any necessary environment variables and
      then invokes <program>httpd</program>, passing through any command line
-     arguments.  Second, <code>apachectl</code> can act as a SysV init
+     arguments.  Second, <program>apachectl</program> can act as a SysV init
      script, taking simple one-word arguments like <code>start</code>,
      <code>restart</code>, and <code>stop</code>, and translating them
      into appropriate signals to <program>httpd</program>.</p>
 
      <p>If your Apache installation uses non-standard paths, you will
-     need to edit the <code>apachectl</code> script to set the
+     need to edit the <program>apachectl</program> script to set the
      appropriate paths to the <program>httpd</program> binary.  You can also
      specify any necessary <program>httpd</program> command line arguments.
      See the comments in the script for details.</p>
 
-     <p>The <code>apachectl</code> script returns a 0 exit value on
+     <p>The <program>apachectl</program> script returns a 0 exit value on
      success, and &gt;0 if an error occurs.  For more details, view
      the comments in the script.</p>
 </summary>
 
 <section id="synopsis"><title>Synopsis</title>
 
-<p>When acting in pass-through mode, <code>apachectl</code> can take
+<p>When acting in pass-through mode, <program>apachectl</program> can take
 all the arguments available for the <program>httpd</program>
 binary.</p>
 
 <p><code><strong>apachectl</strong> [ <var>httpd-argument</var> ]</code></p>
 
-<p>When acting in SysV init mode, <code>apachectl</code> takes simple,
+<p>When acting in SysV init mode, <program>apachectl</program> takes simple,
 one-word commands, defined below.</p>
 
 <p><code><strong>apachectl</strong> <var>command</var></code></p>
index af8e442a0630fd83967d3ac3a00bc8b4fdf45686..da5c60ed6765d99ff5af2e368be5d1dcda3fb472 100644 (file)
@@ -26,7 +26,7 @@
 <title>apxs - APache eXtenSion tool</title>
 
 <summary>
-    <p><code>apxs</code> is a tool for building and installing extension
+    <p><program>apxs</program> is a tool for building and installing extension
     modules for the Apache HyperText Transfer Protocol (HTTP) server. This is
     achieved by building a dynamic shared object (DSO) from one or more source
     or object <var>files</var> which then can be loaded into the Apache server
@@ -35,7 +35,7 @@
 
     <p>So to use this extension mechanism your platform has to support the DSO
     feature and your Apache <program>httpd</program> binary has to be built with the
-    <module>mod_so</module> module. The <code>apxs</code> tool automatically
+    <module>mod_so</module> module. The <program>apxs</program> tool automatically
     complains if this is not the case. You can check this yourself by manually
     running the command</p>
 
@@ -48,7 +48,7 @@ $ httpd -l
     <p>The module <module>mod_so</module> should be part of the displayed list.
     If these requirements are fulfilled you can easily extend your Apache
     server's functionality by installing your own modules with the DSO mechanism
-    by the help of this <code>apxs</code> tool:</p>
+    by the help of this <program>apxs</program> tool:</p>
 
     <example>
 <highlight language="sh">
@@ -67,14 +67,14 @@ $ _
     </example>
 
     <p>The arguments <var>files</var> can be any C source file (.c), a object
-    file (.o) or even a library archive (.a). The <code>apxs</code> tool
+    file (.o) or even a library archive (.a). The <program>apxs</program> tool
     automatically recognizes these extensions and  automatically used the C
     source files for compilation while just using the object and archive files
     for the linking phase. But when using such pre-compiled objects make sure
     they are compiled for position independent code (PIC) to be able to use them
     for a dynamically loaded shared object. For instance with GCC you always
     just have to use <code>-fpic</code>. For other C compilers consult its
-    manual page or at watch for the flags <code>apxs</code> uses to compile the
+    manual page or at watch for the flags <program>apxs</program> uses to compile the
     object files.</p>
 
     <p>For more details about DSO support in Apache read the documentation of
@@ -127,7 +127,7 @@ $ _
       <dd>This explicitly sets the module name for the <code>-i</code> (install)
       and <code>-g</code> (template generation) option. Use this to explicitly
       specify the module name. For option <code>-g</code> this is required, for
-      option <code>-i</code> the <code>apxs</code> tool tries to determine the
+      option <code>-i</code> the <program>apxs</program> tool tries to determine the
       name from the source or (as a fallback) at least by guessing it from the
       filename.</dd>
       </dl>
@@ -270,7 +270,7 @@ $ _
 
     <p>Then you have to update the Apache configuration by making sure a
     <directive module="mod_so">LoadModule</directive> directive is present to
-    load this shared object. To simplify this step <code>apxs</code> provides
+    load this shared object. To simplify this step <program>apxs</program> provides
     an automatic way to install the shared object in its "modules" directory
     and updating the <code>httpd.conf</code> file accordingly. This can be
     achieved by running:</p>
index 86985512a019e3af905a373f46d93fb33b8577eb..48946ab6bea04ba9e95c33b62a69ee386ce9275f 100644 (file)
 <title>dbmmanage - Manage user authentication files in DBM format</title>
 
 <summary>
-    <p><code>dbmmanage</code> is used to create and update the DBM format files
+    <p><program>dbmmanage</program> is used to create and update the DBM format files
     used to store usernames and password for basic authentication of HTTP users
     via <module>mod_authn_dbm</module>.
     Resources available from the Apache HTTP server can be restricted to just
-    the users listed in the files created by <code>dbmmanage</code>. This
+    the users listed in the files created by <program>dbmmanage</program>. This
     program can only be used when the usernames are stored in a DBM file. To
     use a flat-file database see <program>htpasswd</program>.</p>
 
     may exist on your system. The three primary examples are SDBM, NDBM, the GNU
     project's GDBM, and Berkeley DB 2. Unfortunately, all these libraries use
     different file formats, and you must make sure that the file format used
-    by <var>filename</var> is the same format that <code>dbmmanage</code>
-    expects to see. <code>dbmmanage</code> currently has no way of determining
+    by <var>filename</var> is the same format that <program>dbmmanage</program>
+    expects to see. <program>dbmmanage</program> currently has no way of determining
     what type of DBM file it is looking at. If used against the wrong format,
     will simply return nothing, or may create a different DBM file with a
     different name, or at worst, it may corrupt the DBM file if you were
     attempting to write to it.</p>
 
-    <p><code>dbmmanage</code> has a list of DBM format preferences, defined by
+    <p><program>dbmmanage</program> has a list of DBM format preferences, defined by
     the <code>@AnyDBM::ISA</code> array near the beginning of the program. Since
     we prefer the Berkeley DB 2 file format, the order in which
-    <code>dbmmanage</code> will look for system libraries is Berkeley DB 2,
+    <program>dbmmanage</program> will look for system libraries is Berkeley DB 2,
     then NDBM, then GDBM and then SDBM. The first library found will be the
-    library <code>dbmmanage</code> will attempt to use for all DBM file
+    library <program>dbmmanage</program> will attempt to use for all DBM file
     transactions. This ordering is slightly  different than the standard
     <code>@AnyDBM::ISA</code> ordering in Perl, as well as the ordering used by
     the simple <code>dbmopen()</code> call in Perl, so if you use any other
index e1e51bcb003e07be52bf6e6270b964d63fc3d135..2653fc65d8265e57d7a605422fafefcd76f7fde8 100644 (file)
@@ -26,7 +26,7 @@
 <title>htcacheclean - Clean up the disk cache</title>
 
 <summary>
-    <p><code>htcacheclean</code> is used to keep the size of
+    <p><program>htcacheclean</program> is used to keep the size of
     <module>mod_cache_disk</module>'s storage within a given size limit, or
     limit on inodes in use. This tool can run either manually or in daemon mode.
     When running in daemon mode, it sleeps in the background and checks the cache
 
     <dt><code>-n</code></dt>
     <dd>Be nice. This causes slower processing in favour of other
-    processes. <code>htcacheclean</code> will sleep from time to time
+    processes. <program>htcacheclean</program> will sleep from time to time
     so that (a) the disk IO will be delayed and (b) the kernel can schedule
     other processes in the meantime.</dd>
 
 </section>
 
 <section id="delete"><title>Deleting a specific URL</title>
-    <p>If <code>htcacheclean</code> is passed one or more URLs, each URL will
+    <p>If <program>htcacheclean</program> is passed one or more URLs, each URL will
     be deleted from the cache. If multiple variants of an URL exists, all
     variants would be deleted.</p>
 
 
 <section id="list"><title>Listing URLs in the Cache</title>
     <p>By passing the <code>-a</code> or <code>-A</code> options to
-    <code>htcacheclean</code>, the URLs within the cache will be listed
+    <program>htcacheclean</program>, the URLs within the cache will be listed
     as they are found, one URL per line. The <code>-A</code> option
     dumps the full cache entry after the URL, with fields in the
     following order:</p>
 </section>
 
 <section id="exit"><title>Exit Status</title>
-    <p><code>htcacheclean</code> returns a zero status ("true") if all
+    <p><program>htcacheclean</program> returns a zero status ("true") if all
     operations were successful, <code>1</code> otherwise. If an URL is
     specified, and the URL was cached and successfully removed,
     <code>0</code> is returned, <code>2</code> otherwise. If an error
index dcd6ccb7d7f94ca326bac02b2a76e960eb19464e..4a679fcbd64f99bb0aa09ce1fd779b5b9c1363e8 100644 (file)
@@ -26,7 +26,7 @@
 <title>htdbm - Manipulate DBM password databases</title>
 
 <summary>
-    <p><code>htdbm</code> is used to manipulate the DBM format files used to
+    <p><program>htdbm</program> is used to manipulate the DBM format files used to
     store usernames and password for basic authentication of HTTP users via
     <module>mod_authn_dbm</module>.  See the <program>dbmmanage</program>
     documentation for more information about these DBM files.</p>
     This algorithm is <strong>insecure</strong> by today's standards.</dd>
 
     <dt><code>-p</code></dt>
-    <dd>Use plaintext passwords. Though <code>htdbm</code> will support
+    <dd>Use plaintext passwords. Though <program>htdbm</program> will support
     creation on all platforms, the <program>httpd</program> daemon will
     only accept plain text passwords on Windows and Netware.</dd>
 
     SDBM, NDBM, GNU GDBM, and Berkeley/Sleepycat DB 2/3/4. Unfortunately,
     all these libraries use different file formats, and you must make sure
     that the file format used by <var>filename</var> is the same format that
-    <code>htdbm</code> expects to see. <code>htdbm</code> currently has
+    <program>htdbm</program> expects to see. <program>htdbm</program> currently has
     no way of determining what type of DBM file it is looking at. If used
     against the wrong format, will simply return nothing, or may create a
     different DBM file with a different name, or at worst, it may corrupt
 </section>
 
 <section id="exit"><title>Exit Status</title>
-    <p><code>htdbm</code> returns a zero status ("true") if the username and
+    <p><program>htdbm</program> returns a zero status ("true") if the username and
     password have been successfully added or updated in the DBM File.
-    <code>htdbm</code> returns <code>1</code> if it encounters some problem
+    <program>htdbm</program> returns <code>1</code> if it encounters some problem
     accessing files, <code>2</code> if there was a syntax problem with the
     command line, <code>3</code> if the password was entered interactively and
     the verification entry didn't match, <code>4</code> if its operation was
     is prompted for the password. If executed on a Windows system, the password
     will be hashed using the  modified Apache MD5 algorithm; otherwise, the
     system's <code>crypt()</code> routine will be used. If the file does not
-    exist, <code>htdbm</code> will do nothing except return an error.</p>
+    exist, <program>htdbm</program> will do nothing except return an error.</p>
 
     <example>
       htdbm -c /home/doe/public_html/.htdbm jane
 
     <p>Creates a new file and stores a record in it for user <code>jane</code>.
     The user is prompted for the password. If the file exists and cannot be
-    read, or cannot be written, it is not altered and <code>htdbm</code>
+    read, or cannot be written, it is not altered and <program>htdbm</program>
     will display a message and return an error status.</p>
 
     <example>
 
     <p>To convert an existing text file <code>htpasswd</code>-generated
     password file to a <code>dbm</code> file, use <code>awk</code> to
-    feed each line of that file into <code>htdbm</code>:</p>
+    feed each line of that file into <program>htdbm</program>:</p>
 
     <example>
       htdbm -cbp passwords.dbm bogus bogus
 </section>
 
 <section id="security"><title>Security Considerations</title>
-    <p>Web password files such as those managed by <code>htdbm</code> should
+    <p>Web password files such as those managed by <program>htdbm</program> should
     <em>not</em> be within the Web server's URI space -- that is, they should
     not be fetchable with a browser.</p>
 
 
 <section id="restrictions"><title>Restrictions</title>
     <p>On the Windows platform, passwords hashed with
-    <code>htdbm</code> are limited to no more than <code>255</code>
+    <program>htdbm</program> are limited to no more than <code>255</code>
     characters in length. Longer passwords will be truncated to 255
     characters.</p>
 
-    <p>The MD5 algorithm used by <code>htdbm</code> is specific to the Apache
+    <p>The MD5 algorithm used by <program>htdbm</program> is specific to the Apache
     software; passwords hashed using it will not be usable with other Web
     servers.</p>
 
index ace28ed9b294bc69e5e0de4bf2212a29e2087a3c..1c298150401ade9f077d20187396072ea63d7bcb 100644 (file)
 <title>htdigest - manage user files for digest authentication</title>
 
 <summary>
-    <p><code>htdigest</code> is used to create and update the flat-files used
+    <p><program>htdigest</program> is used to create and update the flat-files used
     to store usernames, realm and password for digest authentication of HTTP
     users. Resources available from the Apache HTTP server can be restricted
-    to just the users listed in the files created by <code>htdigest</code>.</p>
+    to just the users listed in the files created by <program>htdigest</program>.</p>
 
     <p>This manual page only lists the command line arguments. For details of
     the directives necessary to configure digest authentication in
index b52239898c2445d75c5f65ca7dcc4223ce2b8c14..09a39da17fd70c378aefaebed68b78fc323298fa 100644 (file)
 <title>htpasswd - Manage user files for basic authentication</title>
 
 <summary>
-    <p><code>htpasswd</code> is used to create and update the flat-files used to
+    <p><program>htpasswd</program> is used to create and update the flat-files used to
     store usernames and password for basic authentication of HTTP users. If
-    <code>htpasswd</code> cannot access a file, such as not being able to write
+    <program>htpasswd</program> cannot access a file, such as not being able to write
     to the output file or not being able to read the file in order to update it,
     it returns an error status and makes no changes.</p>
 
     <p>Resources available from the Apache HTTP server can be restricted to
-    just the users listed in the files created by <code>htpasswd</code>. This
+    just the users listed in the files created by <program>htpasswd</program>. This
     program can only manage usernames and passwords stored in a flat-file. It
     can hash and display password information for use in other types of data
     stores, though. To use a DBM database see <program>dbmmanage</program> or
     <program>htdbm</program>.</p>
 
-    <p><code>htpasswd</code> hashes passwords using either bcrypt, a
+    <p><program>htpasswd</program> hashes passwords using either bcrypt, a
     version of MD5 modified for Apache, SHA-1, or the system's
     <code>crypt()</code> routine. SHA-2-based hashes (SHA-256 and
     SHA-512) are supported for <code>crypt()</code>.  Files managed by
-    <code>htpasswd</code> may contain a mixture of different encoding
+    <program>htpasswd</program> may contain a mixture of different encoding
     types of passwords; some user records may have bcrypt or
     MD5-hashed passwords while others in the same file may have
     passwords hashed with <code>crypt()</code>.</p>
@@ -180,7 +180,7 @@ distribution.</seealso>
     today's standards.</dd>
 
     <dt><code>-p</code></dt>
-    <dd>Use plaintext passwords. Though <code>htpasswd</code> will support
+    <dd>Use plaintext passwords. Though <program>htpasswd</program> will support
     creation on all platforms, the <program>httpd</program> daemon will
     only accept plain text passwords on Windows and Netware.</dd>
 
@@ -210,9 +210,9 @@ distribution.</seealso>
 </section>
 
 <section id="exit"><title>Exit Status</title>
-    <p><code>htpasswd</code> returns a zero status ("true") if the username and
+    <p><program>htpasswd</program> returns a zero status ("true") if the username and
     password have been successfully added or updated in the
-    <var>passwdfile</var>. <code>htpasswd</code> returns <code>1</code> if it
+    <var>passwdfile</var>. <program>htpasswd</program> returns <code>1</code> if it
     encounters some problem accessing files, <code>2</code> if there was a
     syntax problem with the command line, <code>3</code> if the password was
     entered interactively and the verification entry didn't match,
@@ -231,7 +231,7 @@ distribution.</seealso>
     <p>Adds or modifies the password for user <code>jsmith</code>. The user
     is prompted for the password. The password will be hashed using the
     modified Apache MD5 algorithm. If the file does not exist,
-    <code>htpasswd</code> will do nothing except return an error.</p>
+    <program>htpasswd</program> will do nothing except return an error.</p>
 
     <example>
       htpasswd -c /home/doe/public_html/.htpasswd jane
@@ -239,7 +239,7 @@ distribution.</seealso>
 
     <p>Creates a new file and stores a record in it for user <code>jane</code>.
     The user is prompted for the password. If the file exists and cannot be
-    read, or cannot be written, it is not altered and <code>htpasswd</code>
+    read, or cannot be written, it is not altered and <program>htpasswd</program>
     will display a message and return an error status.</p>
 
     <example>
@@ -252,7 +252,7 @@ distribution.</seealso>
 </section>
 
 <section id="security"><title>Security Considerations</title>
-    <p>Web password files such as those managed by <code>htpasswd</code> should
+    <p>Web password files such as those managed by <program>htpasswd</program> should
     <em>not</em> be within the Web server's URI space -- that is, they should
     not be fetchable with a browser.</p>
 
@@ -284,11 +284,11 @@ distribution.</seealso>
 
 <section id="restrictions"><title>Restrictions</title>
     <p>On the Windows platform, passwords hashed with
-    <code>htpasswd</code> are limited to no more than <code>255</code>
+    <program>htpasswd</program> are limited to no more than <code>255</code>
     characters in length. Longer passwords will be truncated to 255
     characters.</p>
 
-    <p>The MD5 algorithm used by <code>htpasswd</code> is specific to the Apache
+    <p>The MD5 algorithm used by <program>htpasswd</program> is specific to the Apache
     software; passwords hashed using it will not be usable with other Web
     servers.</p>
 
index 8ad4a278f6ad683cbdf23dce89ca2b456219cc49..77d93c013433f9e6e25daaf74e617cea48858114 100644 (file)
   <title>httpd - Apache Hypertext Transfer Protocol Server</title>
 
 <summary>
-     <p><code>httpd</code> is the Apache HyperText Transfer Protocol
+     <p><program>httpd</program> is the Apache HyperText Transfer Protocol
      (HTTP) server program.  It is designed to be run as a standalone
      daemon process. When used like this it will create a pool of
      child processes or threads to handle requests.</p>
 
-     <p>In general, <code>httpd</code> should not be invoked directly,
+     <p>In general, <program>httpd</program> should not be invoked directly,
      but rather should be invoked via <program>
      apachectl</program> on Unix-based systems or <a
      href="../platform/windows.html#winsvc">as a service on Windows NT,
@@ -88,7 +88,7 @@ module="core">ServerRoot</directive>. The default is
 
 <dt><code>-k <code>start|restart|graceful|stop|graceful-stop</code></code></dt>
 
-<dd>Signals <code>httpd</code> to start, restart, or stop.  See <a
+<dd>Signals <program>httpd</program> to start, restart, or stop.  See <a
 href="../stopping.html">Stopping Apache httpd</a> for more information.</dd>
 
 <dt><code>-C <var>directive</var></code></dt>
@@ -161,11 +161,11 @@ DUMP_...</var> arguments to print information about the configuration,
 
 <dt><code>-v</code></dt>
 
-<dd>Print the version of <code>httpd</code>, and then exit.</dd>
+<dd>Print the version of <program>httpd</program>, and then exit.</dd>
 
 <dt><code>-V</code></dt>
 
-<dd>Print the version and build parameters of <code>httpd</code>, and
+<dd>Print the version and build parameters of <program>httpd</program>, and
 then exit.</dd>
 
 <dt><code>-X</code></dt>
index 3e90bed3f652ca8b23f7855492da06c0e25e40bb..33b232206e06c2ff0a15dde2258320414b0003bc 100644 (file)
@@ -26,7 +26,7 @@
 <title>httxt2dbm - Generate dbm files for use with RewriteMap</title>
 
 <summary>
-    <p><code>httxt2dbm</code> is used to generate dbm files from text input, for
+    <p><program>httxt2dbm</program> is used to generate dbm files from text input, for
     use in <directive module="mod_rewrite">RewriteMap</directive> with the
     <code>dbm</code> map type.</p>
 
index 867f91ce6454737d46ca0a9df9c3fc981f49c23b..c4f2d48afa407e71712e7717814116589bb69e65 100644 (file)
@@ -27,7 +27,7 @@
    log files</title>
 
 <summary>
-     <p><code>logresolve</code> is a post-processing program to
+     <p><program>logresolve</program> is a post-processing program to
      resolve IP-addresses in Apache's access logfiles.  To minimize
      impact on your nameserver, logresolve has its very own internal
      hash-table cache.  This means that each IP number will only be
@@ -56,7 +56,7 @@
 
 <dt><code>-c</code></dt>
 
-<dd>This causes <code>logresolve</code> to apply some DNS checks:
+<dd>This causes <program>logresolve</program> to apply some DNS checks:
 after finding the hostname from the IP address, it looks up the IP
 addresses for the hostname and checks that one of these matches the
 original address.</dd>
index ed3d9aa9084e571ea49d08b328bbb4b0c31d6c3c..2d55095a04682d3566b8842e82851313a14908c8 100644 (file)
@@ -26,7 +26,7 @@
   <title>rotatelogs - Piped logging program to rotate Apache logs</title>
 
 <summary>
-     <p><code>rotatelogs</code> is a simple program for use in
+     <p><program>rotatelogs</program> is a simple program for use in
      conjunction with Apache's piped logfile feature.  It supports
      rotation based on a time interval or maximum size of the log.</p>
 </summary>
@@ -64,20 +64,20 @@ to the specified link name.  This can be used to watch
 the log continuously across rotations using a command like
 <code>tail -F linkname</code>.</p>
 <p>If the linkname is not an absolute
-path, it is relative to <code>rotatelogs</code>' working directory,
+path, it is relative to <program>rotatelogs</program>' working directory,
 which is the <directive module="core">ServerRoot</directive> when
-<code>rotatelogs</code> is run by the server.  
+<program>rotatelogs</program> is run by the server.  
 </p>
 </dd>
 
 <dt><code>-p</code> <var>program</var></dt>
 
-<dd><p>If given, <code>rotatelogs</code> will execute the specified
+<dd><p>If given, <program>rotatelogs</program> will execute the specified
 program every time a new log file is opened.  The filename of the
 newly opened file is passed as the first argument to the program.  If
 executing after a rotation, the old log file is passed as the second
 argument.</p> 
-<p> <code>rotatelogs</code> does not wait for the specified
+<p> <program>rotatelogs</program> does not wait for the specified
 program to terminate before continuing to operate, and will not log
 any error code returned on termination.</p>
 <p>The spawned program uses the
@@ -91,7 +91,7 @@ across the rotation.</p>
 
 <dt><code>-f</code></dt>
 <dd>Causes the logfile to be opened immediately, as soon as
-<code>rotatelogs</code> starts, instead of waiting for the
+<program>rotatelogs</program> starts, instead of waiting for the
 first logfile entry to be read (for non-busy sites, there may be
 a substantial delay between when the server is started
 and when the first request is handled, meaning that the
@@ -165,9 +165,9 @@ megabytes, but 5 megabytes was reached twice in the same day, the
 same log file name would be produced and log rotation would keep
 writing to the same file.</p>
 <p>If the logfile is not an absolute
-path, it is relative to <code>rotatelogs</code>' working directory,
+path, it is relative to <program>rotatelogs</program>' working directory,
 which is the <directive module="core">ServerRoot</directive> when
-<code>rotatelogs</code> is run by the server.
+<program>rotatelogs</program> is run by the server.
 </p>
 </dd>
 
index 7ddf54e5458def7b818dd5d7614bd152a7929c26..7f8bd07a0c44b59db2848680d775e0ab6643f698 100644 (file)
 <title>suexec - Switch user before executing external programs</title>
 
 <summary>
-     <p><code>suexec</code> is used by the Apache HTTP Server to switch
+     <p><program>suexec</program> is used by the Apache HTTP Server to switch
      to another user before executing CGI programs. In order to achieve this,
      it must run as <code>root</code>. Since the HTTP daemon normally doesn't
-     run as <code>root</code>, the <code>suexec</code> executable needs the
+     run as <code>root</code>, the <program>suexec</program> executable needs the
      setuid bit set and must be owned by <code>root</code>. It should never be
      writable for any other person than <code>root</code>.</p>
 
@@ -49,7 +49,7 @@
 <dt><code>-V</code></dt>
 
 <dd>If you are <code>root</code>, this option displays the compile options of
-<code>suexec</code>. For security reasons all configuration options are
+<program>suexec</program>. For security reasons all configuration options are
 changeable only at compile time.</dd>
 
 </dl>