You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/12/28 19:08:11 UTC

svn commit: r1426600 - in /httpd/httpd/branches/2.4.x/docs/manual: new_features_2_4.html.en new_features_2_4.xml

Author: rbowen
Date: Fri Dec 28 18:08:11 2012
New Revision: 1426600

URL: http://svn.apache.org/viewvc?rev=1426600&view=rev
Log:
Add links to programs docs


Modified:
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en?rev=1426600&r1=1426599&r2=1426600&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en Fri Dec 28 18:08:11 2012
@@ -297,10 +297,10 @@
 <h2><a name="programs" id="programs">Program Enhancements</a></h2>
     
     <dl>
-        <dt>fcgistarter</dt>
+        <dt><code class="program"><a href="./programs/fcgistarter.html">fcgistarter</a></code></dt>
         <dd>New FastCGI deamon starter utility</dd>
 
-        <dt>htcacheclean</dt>
+        <dt><code class="program"><a href="./programs/htcacheclean.html">htcacheclean</a></code></dt>
         <dd>Current cached URLs can now be listed, with optional metadata
         included.</dd>
         <dd>Allow explicit deletion of individual cached URLs from the
@@ -311,7 +311,7 @@
         of or in addition to being limited by the size of the files on
         disk.</dd>
 
-        <dt>rotatelogs</dt>
+        <dt><code class="program"><a href="./programs/rotatelogs.html">rotatelogs</a></code></dt>
         <dd>May now create a link to the current log file.</dd>
         <dd>May now invoke a custom post-rotate script.</dd>
     </dl>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml?rev=1426600&r1=1426599&r2=1426600&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml Fri Dec 28 18:08:11 2012
@@ -292,10 +292,10 @@
   <section id="programs">
     <title>Program Enhancements</title>
     <dl>
-        <dt>fcgistarter</dt>
+        <dt><program>fcgistarter</program></dt>
         <dd>New FastCGI deamon starter utility</dd>
 
-        <dt>htcacheclean</dt>
+        <dt><program>htcacheclean</program></dt>
         <dd>Current cached URLs can now be listed, with optional metadata
         included.</dd>
         <dd>Allow explicit deletion of individual cached URLs from the
@@ -306,7 +306,7 @@
         of or in addition to being limited by the size of the files on
         disk.</dd>
 
-        <dt>rotatelogs</dt>
+        <dt><program>rotatelogs</program></dt>
         <dd>May now create a link to the current log file.</dd>
         <dd>May now invoke a custom post-rotate script.</dd>
     </dl>