Hi!

in src/docs/1.0/guide/modules.pod there's a space to much in front of a 
=head3 directive, causing '=head3' not to be interpreted as POD

the attached patch removes this space (should be a winner in a patching-golf
competition...)

-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
? patch
Index: src/docs/1.0/guide/modules.pod
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/docs/1.0/guide/modules.pod,v
retrieving revision 1.14
diff -u -r1.14 modules.pod
--- src/docs/1.0/guide/modules.pod      9 Feb 2003 02:05:19 -0000       1.14
+++ src/docs/1.0/guide/modules.pod      16 Jun 2003 13:05:34 -0000
@@ -175,7 +175,7 @@
 telnet to the machine in order to monitor it.  Indeed it provides information
 about mod_perl processes that cannot be acquired from telneting to the
 machine.
- 
+
 =head3 Configuration
 
   # Configuration in httpd.conf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to