Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 523 forks source link

Pod fixes #1140

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

Migrated from rt.perl.org#2101 (status was 'resolved')

Searchable as RT2101$

p5pRT commented 24 years ago

From @abigail

Created by @abigail

This fixes several Unterminated X\<...> errors.

diff -c pod.orig/perlapi.pod pod/perlapi.pod *** pod.orig/perlapi.pod Wed Feb 2 01​:53​:49 2000 --- pod/perlapi.pod Fri Feb 4 17​:47​:00 2000 *************** *** 349\,355 ****  
  =item gv_fetchmethod  
! See L\<gv_fetchmethod_autoload.  
  GV* gv_fetchmethod(HV* stash\, const char* name)  
--- 349\,355 ----  
  =item gv_fetchmethod  
! See L\<gv_fetchmethod_autoload>.  
  GV* gv_fetchmethod(HV* stash\, const char* name)  
diff -c pod.orig/perldebug.pod pod/perldebug.pod *** pod.orig/perldebug.pod Wed Feb 2 02​:56​:37 2000 --- pod/perldebug.pod Fri Feb 4 17​:48​:45 2000 *************** *** 145\,151 ****  
  =item l min-max  
! List lines C\ through C\. C\<l -> is synonymous to C\<->.  
  =item l line  
--- 145\,151 ----  
  =item l min-max  
! List lines C\ through C\. C\<l E\<45>> is synonymous to C\<E\<45>>.  
  =item l line  
diff -c pod.orig/perldelta.pod pod/perldelta.pod *** pod.orig/perldelta.pod Wed Feb 2 02​:34​:23 2000 --- pod/perldelta.pod Fri Feb 4 17​:51​:13 2000 *************** *** 2289\,2296 ****   =item Unknown open() mode '%s'  
  (F) The second argument of 3-argument open() is not among the list ! of valid modes​: C\<L\>\, C\<L\>\, C\<E\E\>\, C\<+L\>\, ! C\<+L\>\, C\<+E\E\>\, C\<-|>\, C\<|->.  
  =item Unknown process %x sent message to prime_env_iter​: %s  
--- 2289\,2296 ----   =item Unknown open() mode '%s'  
  (F) The second argument of 3-argument open() is not among the list ! of valid modes​: C\<E\>\, C\<E\>\, C\<E\E\>\, C\<+E\>\, ! C\<+E\>\, C\<+E\E\>\, C\<-|>\, C\<|E\<45>>.  
  =item Unknown process %x sent message to prime_env_iter​: %s  
diff -c pod.orig/perldiag.pod pod/perldiag.pod *** pod.orig/perldiag.pod Wed Jan 26 16​:40​:10 2000 --- pod/perldiag.pod Fri Feb 4 17​:51​:03 2000 *************** *** 3137\,3144 ****   =item Unknown open() mode '%s'  
  (F) The second argument of 3-argument open() is not among the list ! of valid modes​: C\<L\>\, C\<L\>\, C\<E\E\>\, C\<+L\>\, ! C\<+L\>\, C\<+E\E\>\, C\<-|>\, C\<|->.  
  =item Unknown process %x sent message to prime_env_iter​: %s  
--- 3137\,3144 ----   =item Unknown open() mode '%s'  
  (F) The second argument of 3-argument open() is not among the list ! of valid modes​: C\<E\>\, C\<E\>\, C\<E\E\>\, C\<+E\>\, ! C\<+E\>\, C\<+E\E\>\, C\<-|>\, C\<|E\<45>>.  
  =item Unknown process %x sent message to prime_env_iter​: %s  
diff -c pod.orig/perlport.pod pod/perlport.pod *** pod.orig/perlport.pod Sun Jan 23 08​:07​:25 2000 --- pod/perlport.pod Fri Feb 4 17​:51​:43 2000 *************** *** 1494\,1500 ****   The C\<|> variants are supported only if ToolServer is installed.   (S\)  
! open to C\<|-> and C\<-|> are unsupported. (S\\, Win32\, S\)  
  =item pipe READHANDLE\,WRITEHANDLE  
--- 1494\,1500 ----   The C\<|> variants are supported only if ToolServer is installed.   (S\)  
! open to C\<|E\<45>> and C\<-|> are unsupported. (S\\, Win32\, S\)  
  =item pipe READHANDLE\,WRITEHANDLE  
diff -c pod.orig/perlvar.pod pod/perlvar.pod *** pod.orig/perlvar.pod Mon Jan 31 19​:26​:25 2000 --- pod/perlvar.pod Fri Feb 4 17​:52​:13 2000 *************** *** 185\,191 ****   $+[>I\C\<] - $-[>I\C\<]> if C\<$-[>I\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\ subgroup. Compare with C\<@​->.  
  =item $MULTILINE_MATCHING  
--- 185\,191 ----   $+[>I\C\<] - $-[>I\C\<]> if C\<$-[>I\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\<$#E\<45>>\, the last I\ subgroup. Compare with C\<@​E\<45>>.  
  =item $MULTILINE_MATCHING  
*************** *** 421\,427 ****   Thus after a match against $_\, $& coincides with C\<substr $_\, $-[0]\,   $+[0] - $-[0]>. Similarly\, C\<$>I\ coincides with C\<substr $_\, $-[>I\C\<]\,   $+[>I\C\<] - $-[>I\C\<]> if C\<$-[>I\C\<]> is defined\, and $+ coincides with ! C\<substr $_\, $-[$#-]\, $+[$#-]>. One can use C\<$#-> 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\<@​+>. --- 421\,427 ----   Thus after a match against $_\, $& coincides with C\<substr $_\, $-[0]\,   $+[0] - $-[0]>. Similarly\, C\<$>I\ coincides with C\<substr $_\, $-[>I\C\<]\,   $+[>I\C\<] - $-[>I\C\<]> if C\<$-[>I\C\<]> is defined\, and $+ coincides with ! 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\<@​+>.

diff -c README.os2.orig README.os2 *** README.os2.orig Fri Jan 7 12​:51​:04 2000 --- README.os2 Fri Feb 4 17​:57​:05 2000 *************** *** 1136\,1142 ****   file which would have C\ if CWD were C\

. C\ defaults to the   current dir.  
! =item C\<Cwd​::extLibpath([type])  
  Get current value of extended library search path. If C\ is   present and I\\, works with END_LIBPATH\, otherwise with --- 1136\,1142 ----   file which would have C\ if CWD were C\. C\ defaults to the   current dir.  
! =item C\<Cwd​::extLibpath([type])>  
  Get current value of extended library search path. If C\ is   present and I\\, works with END_LIBPATH\, otherwise with

Perl Info ``` Site configuration information for perl 5.00564: Configured by abigail at Fri Feb 4 17:20:07 EST 2000. Summary of my perl5 (revision 5.0 version 5 subversion 640) configuration: Platform: osname=linux, osvers=2.2.13, archname=i686-linux uname='linux alexandra 2.2.13 #2 wed nov 3 12:57:15 est 1999 i686 unknown ' config_args='-d -Dprefix=/opt/devperl -Doptimize=-g' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usesocks=undef useperlio=undef d_sfio=undef use64bits=undef uselargefiles=define usemultiplicity=undef Compiler: cc='cc', optimize='-g', gccversion=2.95.2 19991024 (release) cppflags='-Dbool=char -DHAS_BOOL -DDEBUGGING -fno-strict-aliasing -I/usr/local/include' ccflags ='-Dbool=char -DHAS_BOOL -DDEBUGGING -fno-strict-aliasing -I/usr/local/include' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lc -lposix -lcrypt libc=/lib/libc-2.1.2.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Locally applied patches: @INC for perl 5.00564: /home/abigail/Perl /home/abigail/Sybase /opt/devperl/lib/5.5.640/i686-linux /opt/devperl/lib/5.5.640 /opt/devperl/lib/site_perl/5.5.640/i686-linux /opt/devperl/lib/site_perl/5.5.640 . Environment for perl 5.00564: HOME=/home/abigail LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH=/home/abigail/Lib:/usr/local/lib:/usr/lib:/lib:/usr/X11R6/lib LOGDIR (unset) PATH=/home/abigail/Bin:/opt/perl/bin:/usr/local/bin:/usr/local/X11/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/games:/opt/povray/bin:/opt/teTeX/bin/i686-pc-linux-gnu PERL5LIB=/home/abigail/Perl:/home/abigail/Sybase PERLDIR=/opt/perl PERL_BADLANG (unset) SHELL=/bin/bash ```