fixes for pod noises
Gurusamy Sarathy [Sun, 2 Aug 1998 07:09:35 +0000 (07:09 +0000)]
p4raw-id: //depot/maint-5.005/perl@1708

ext/B/B/Bytecode.pm
ext/Thread/Thread/Specific.pm
pod/perlembed.pod
pod/perlfaq.pod

index 60b93a5..0c5a58d 100644 (file)
@@ -887,7 +887,7 @@ C<main_root> and C<curpad> are omitted.
 
 =back
 
-=head EXAMPLES
+=head1 EXAMPLES
 
         perl -MO=Bytecode,-O6,-o,foo.plc foo.pl
 
index c3591f4..9c8a66a 100644 (file)
@@ -9,6 +9,10 @@ Thread::Specific - thread-specific keys
     use Thread::Specific;
     my $k = key_create Thread::Specific;
 
+=head1 DESCRIPTION
+
+C<key_create> returns a unique thread-specific key.
+
 =cut
 
 sub import {
index 0323fd1..c09d6e3 100644 (file)
@@ -35,6 +35,8 @@ Read on...
 
 =head2 ROADMAP
 
+=over 5
+
 L<Compiling your C program>
 
 L<Adding a Perl interpreter to your C program>
index 1d81077..700fd10 100644 (file)
@@ -117,7 +117,7 @@ in respect of this information or its use.
 
 =over 4
 
-=head 22/June/98
+=item 22/June/98
 
 Significant changes throughout in preparation for the 5.005
 release.