You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/08/08 22:41:27 UTC

svn commit: r1370954 - /httpd/site/trunk/content/dev/debugging.mdtext

Author: trawick
Date: Wed Aug  8 20:41:27 2012
New Revision: 1370954

URL: http://svn.apache.org/viewvc?rev=1370954&view=rev
Log:
formatting fixes

Modified:
    httpd/site/trunk/content/dev/debugging.mdtext

Modified: httpd/site/trunk/content/dev/debugging.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/debugging.mdtext?rev=1370954&r1=1370953&r2=1370954&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/debugging.mdtext (original)
+++ httpd/site/trunk/content/dev/debugging.mdtext Wed Aug  8 20:41:27 2012
@@ -24,7 +24,7 @@ debugging Apache httpd and its modules.
 Got more tips? Send 'em to
 [docs@httpd.apache.org](mailto:docs@httpd.apache.org). Thanks!
 
-1.  [Using](#gdb) 
+1.  [Using gdb](#gdb) 
 
 1.  [Getting a live backtrace on unix](#backtrace) 
 
@@ -32,7 +32,7 @@ Got more tips? Send 'em to
 
 1.  [Debugging intermittent crashes](#crashes) 
 
-1.  [Using '](#truss) 
+1.  [Using truss](#truss) 
 
 1.  [Getting the server to dump core](#gcore) 
 
@@ -57,7 +57,7 @@ However, some modules don't like startin
 you force only one child to run (using " `MaxClients 1` "); you can then
 use gdb's attach command to debug the child server.
 
-The following example, with<font color="green">user input in green</font>,
+The following example, with <font color="green">user input in green</font>,
 shows the output of gdb run on a server executable (httpd) in the current
 working directory and using the server root of `/usr/local/apache` :
 <pre>