summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-27 03:56:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-27 03:56:48 +0000
commita45bd81d7bee5835ad83b5249bac63256f8c94c0 (patch)
treedab1f7653808a838df28f550bf9c6f1f9a830e68 /ext
parentad31580623307f0b715ee0a148d5b2a56b4280ff (diff)
downloadperl-a45bd81d7bee5835ad83b5249bac63256f8c94c0.tar.gz
various pod nits identified by installhtml (all fixed except
unresolved links) p4raw-id: //depot/perl@4910
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/C.pm2
-rw-r--r--ext/Devel/Peek/Peek.pm14
-rw-r--r--ext/File/Glob/Glob.pm4
-rw-r--r--ext/IO/lib/IO/Socket/INET.pm2
-rw-r--r--ext/IPC/SysV/SysV.pm4
-rw-r--r--ext/Thread/Thread.pm2
6 files changed, 20 insertions, 8 deletions
diff --git a/ext/B/B/C.pm b/ext/B/B/C.pm
index 6e3af0d5bc..fa1053f1e1 100644
--- a/ext/B/B/C.pm
+++ b/ext/B/B/C.pm
@@ -1576,6 +1576,8 @@ No copy-on-grow.
Optimisation level (n = 0, 1, 2, ...). B<-O> means B<-O1>. Currently,
B<-O1> and higher set B<-fcog>.
+=back
+
=head1 EXAMPLES
perl -MO=C,-ofoo.c foo.pl
diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm
index 17b1519c3b..38251c6ee8 100644
--- a/ext/Devel/Peek/Peek.pm
+++ b/ext/Devel/Peek/Peek.pm
@@ -373,32 +373,32 @@ This shows that
=over
-=item
+=item *
the subroutine is not an XSUB (since C<START> and C<ROOT> are
non-zero, and C<XSUB> is zero);
-=item
+=item *
that it was compiled in the package C<main>;
-=item
+=item *
under the name C<MY::top_targets>;
-=item
+=item *
inside a 5th eval in the program;
-=item
+=item *
it is not currently executed (see C<DEPTH>);
-=item
+=item *
it has no prototype (C<PROTOTYPE> field is missing).
-=over
+=back
=head1 EXPORTS
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm
index ea56b445b7..6026499a80 100644
--- a/ext/File/Glob/Glob.pm
+++ b/ext/File/Glob/Glob.pm
@@ -238,7 +238,7 @@ The FreeBSD extensions to the POSIX standard are the following flags:
=item C<GLOB_BRACE>
-Pre-process the string to expand C<{pat,pat,...} strings like csh(1).
+Pre-process the string to expand C<{pat,pat,...}> strings like csh(1).
The pattern '{}' is left unexpanded for historical reasons (and csh(1)
does the same thing to ease typing of find(1) patterns).
@@ -331,6 +331,8 @@ Win32 users should use the real slash. If you really want to use
backslashes, consider using Sarathy's File::DosGlob, which comes with
the standard Perl distribution.
+=back
+
=head1 AUTHOR
The Perl interface was written by Nathan Torkington E<lt>gnat@frii.comE<gt>,
diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm
index 7818508fe2..30a923034a 100644
--- a/ext/IO/lib/IO/Socket/INET.pm
+++ b/ext/IO/lib/IO/Socket/INET.pm
@@ -332,6 +332,8 @@ by default. This was not the case with earlier releases.
NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
+=back
+
=head2 METHODS
=over 4
diff --git a/ext/IPC/SysV/SysV.pm b/ext/IPC/SysV/SysV.pm
index eb245937aa..bebb8fd81b 100644
--- a/ext/IPC/SysV/SysV.pm
+++ b/ext/IPC/SysV/SysV.pm
@@ -74,11 +74,15 @@ C<IPC::SysV> defines and conditionally exports all the constants
defined in your system include files which are needed by the SysV
IPC calls.
+=over
+
=item ftok( PATH, ID )
Return a key based on PATH and ID, which can be used as a key for
C<msgget>, C<semget> and C<shmget>. See L<ftok>
+=back
+
=head1 SEE ALSO
L<IPC::Msg>, L<IPC::Semaphore>, L<ftok>
diff --git a/ext/Thread/Thread.pm b/ext/Thread/Thread.pm
index 32e4c82bf7..5e47d413e9 100644
--- a/ext/Thread/Thread.pm
+++ b/ext/Thread/Thread.pm
@@ -176,6 +176,8 @@ increasing integer assigned when a thread is created. The main thread of a
program will have a tid of zero, while subsequent threads will have tids
assigned starting with one.
+=back
+
=head1 LIMITATIONS
The sequence number used to assign tids is a simple integer, and no