Remove nested pod "=over/=back" to workaround Pod::Html bugs.
authorshort <>
Sun, 9 Oct 2005 09:31:27 +0000 (09:31 +0000)
committershort <>
Sun, 9 Oct 2005 09:31:27 +0000 (09:31 +0000)
 - XHTML validity requires patch of: Perl Bug # 37250
   - From: <rt-3.0.11-37250-122352.19.7520280058314@perl.org>

src/libcaptive/ke/captivesym.pl

index f37f9be..b1abc57 100755 (executable)
@@ -304,11 +304,7 @@ Currently being used only for C<ntoskrnl.exe>.
 Any function call even inside such module is trapped and redirected for
 libcaptive processing even if it is just for debug-dumping of B<pass> type.
 
-=item (B<module>,B<symbol>,[undef|pass|wrap])
-
-=over
-
-=item ""
+=item (B<module>,B<symbol>)
 
 Name without special attribute declares function fully implemented by GNU/Linux
 code. Original W32 binary function will never be called.
@@ -316,7 +312,7 @@ code. Original W32 binary function will never be called.
 You may fully implement function for both E<lt>patchE<gt>ed and
 unE<lt>patchE<gt>ed modules.
 
-=item undef
+=item (B<module>,B<symbol>,undef)
 
 Optional "undef" specifies invocation of a generated stub function displaying
 C<g_error()> message.
@@ -328,14 +324,14 @@ W32-PE binary modules importing such symbol but it is still required for W32
 
 It is forbidden to "undef" C<DATA> type of items; you have to cope with it.
 
-=item pass
+=item (B<module>,B<symbol>,pass)
 
 Calls of this function are debug-dumped on its entry/exit but they are fully
 left to be solved by W32 binary file being E<lt>patchE<gt>ed.
 
 It is forbidden to specify "pass" for unE<lt>patchE<gt>ed modules.
 
-=item wrap
+=item (B<module>,B<symbol>,wrap)
 
 Calls of this function are debug-dumped on its entry/exit. Execution is left
 to be solved by your GNU/Linux implementation called B<functionname_wrap>.
@@ -349,8 +345,6 @@ It is forbidden to specify "wrap" for unE<lt>patchE<gt>ed modules.
 
 =back
 
-=back
-
 =begin comment
 
        choose one: