summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--README.os22
-rw-r--r--gv.c2
-rw-r--r--pod/perlapi.pod2
-rw-r--r--pod/perldebug.pod2
-rw-r--r--pod/perldelta.pod4
-rw-r--r--pod/perldiag.pod4
-rw-r--r--pod/perlopentut.pod4
-rw-r--r--pod/perlport.pod2
-rw-r--r--pod/perlvar.pod4
10 files changed, 14 insertions, 14 deletions
diff --git a/Changes b/Changes
index 8e91d33376..e9921c97e1 100644
--- a/Changes
+++ b/Changes
@@ -17,7 +17,7 @@ here are some of the more common names in the Changes file, and their
current addresses (as of July 1998):
Gisle Aas <gisle@aas.no>
- Abigail <abigail@fnx.com>
+ Abigail <abigail@delanet.com>
Kenneth Albanowski <kjahds@kjahds.com>
Russ Allbery <rra@stanford.edu>
Spider Boardman <spider@orb.nashua.nh.us>
diff --git a/README.os2 b/README.os2
index cd07ca19b6..46f032a7ff 100644
--- a/README.os2
+++ b/README.os2
@@ -1136,7 +1136,7 @@ Really really odious function to implement. Returns absolute name of
file which would have C<name> if CWD were C<dir>. C<Dir> defaults to the
current dir.
-=item C<Cwd::extLibpath([type])
+=item C<Cwd::extLibpath([type])>
Get current value of extended library search path. If C<type> is
present and I<true>, works with END_LIBPATH, otherwise with
diff --git a/gv.c b/gv.c
index a7ed085a2e..f65b1ce35a 100644
--- a/gv.c
+++ b/gv.c
@@ -299,7 +299,7 @@ Perl_gv_fetchmeth(pTHX_ HV *stash, const char *name, STRLEN len, I32 level)
/*
=for apidoc gv_fetchmethod
-See L<gv_fetchmethod_autoload.
+See L<gv_fetchmethod_autoload>.
=cut
*/
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 897fcdc9da..063cffcef3 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -349,7 +349,7 @@ obtained from the GV with the C<GvCV> macro.
=item gv_fetchmethod
-See L<gv_fetchmethod_autoload.
+See L<gv_fetchmethod_autoload>.
GV* gv_fetchmethod(HV* stash, const char* name)
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 1c94f5fda0..2431fc47f1 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -145,7 +145,7 @@ List C<incr+1> lines starting at C<min>.
=item l min-max
-List lines C<min> through C<max>. C<l -> is synonymous to C<->.
+List lines C<min> through C<max>. C<l E<45>> is synonymous to C<E<45>>.
=item l line
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 59c75719c7..52f148c698 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2267,8 +2267,8 @@ L<perlvms>) so that the environ array isn't the target of the change to
=item Unknown open() mode '%s'
(F) The second argument of 3-argument open() is not among the list
-of valid modes: C<L<lt>>, C<L<gt>>, C<E<gt>E<gt>>, C<+L<lt>>,
-C<+L<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|->.
+of valid modes: C<E<lt>>, C<E<gt>>, C<E<gt>E<gt>>, C<+E<lt>>,
+C<+E<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|E<45>>.
=item Unknown process %x sent message to prime_env_iter: %s
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 2cf4bb6e58..39112035fb 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3132,8 +3132,8 @@ representative, who probably put it there in the first place.
=item Unknown open() mode '%s'
(F) The second argument of 3-argument open() is not among the list
-of valid modes: C<L<lt>>, C<L<gt>>, C<E<gt>E<gt>>, C<+L<lt>>,
-C<+L<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|->.
+of valid modes: C<E<lt>>, C<E<gt>>, C<E<gt>E<gt>>, C<+E<lt>>,
+C<+E<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|E<45>>.
=item Unknown process %x sent message to prime_env_iter: %s
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index 5d2be3039e..fd32bd9f49 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -494,7 +494,7 @@ to mean standard input, per the standard convention.
You've probably noticed how Perl's C<warn> and C<die> functions can
produce messages like:
- Some warning at scriptname line 29, <FH> chunk 7.
+ Some warning at scriptname line 29, <FH> line 7.
That's because you opened a filehandle FH, and had read in seven records
from it. But what was the name of the file, not the handle?
@@ -510,7 +510,7 @@ temporarily, then all you have to do is this:
Since you're using the pathname of the file as its handle,
you'll get warnings more like
- Some warning at scriptname line 29, </etc/motd> chunk 7.
+ Some warning at scriptname line 29, </etc/motd> line 7.
=head2 Single Argument Open
diff --git a/pod/perlport.pod b/pod/perlport.pod
index 6ee5ba3327..d2015bef4c 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -1494,7 +1494,7 @@ Not implemented. (S<Mac OS>, Win32, VMS, Plan9, S<RISC OS>, VOS)
The C<|> variants are supported only if ToolServer is installed.
(S<Mac OS>)
-open to C<|-> and C<-|> are unsupported. (S<Mac OS>, Win32, S<RISC OS>)
+open to C<|E<45>> and C<-|> are unsupported. (S<Mac OS>, Win32, S<RISC OS>)
=item pipe READHANDLE,WRITEHANDLE
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 79ec7f9ff0..cf260c54fe 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -185,7 +185,7 @@ $+[0] - $-[0]>. Similarly, C<$>I<n> coincides with C<substr $_, $-[>I<n>C<],
$+[>I<n>C<] - $-[>I<n>C<]> if C<$-[>I<n>C<]> is defined, and $+ coincides with
C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#+> to find the number
of subgroups in the last successful match. Contrast with
-C<$#->, the last I<matched> subgroup. Compare with C<@->.
+C<$#E<45>>, the last I<matched> subgroup. Compare with C<@E<45>>.
=item $MULTILINE_MATCHING
@@ -421,7 +421,7 @@ I<n>-th subpattern, or undef if the subpattern did not match.
Thus after a match against $_, $& coincides with C<substr $_, $-[0],
$+[0] - $-[0]>. Similarly, C<$>I<n> coincides with C<substr $_, $-[>I<n>C<],
$+[>I<n>C<] - $-[>I<n>C<]> if C<$-[>I<n>C<]> is defined, and $+ coincides with
-C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#-> to find the last
+C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#E<45>> to find the last
matched subgroup in the last successful match. Contrast with
C<$#+>, the number of subgroups in the regular expression. Compare
with C<@+>.