diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-05 04:03:18 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-05 04:03:18 +0000 |
commit | f3517c325cecf563203613cbc5de19cb890bd4b0 (patch) | |
tree | c93241b35f1a4257fd98fa81780d81b026a9b034 /pod | |
parent | 1f57c600bf2fd9be5af0618189c3cece0cde2c16 (diff) | |
download | perl-f3517c325cecf563203613cbc5de19cb890bd4b0.tar.gz |
Fix pod formatting
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltoc.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index d761fcb150..6184e146c1 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -323,7 +323,7 @@ functions =item Alphabetical Listing of Perl Functions --X FILEHANDLE, -X EXPR, -X, abs VALUE, accept NEWSOCKET,GENERICSOCKET, +-I<X> FILEHANDLE, -I<X> EXPR, -I<X>, abs VALUE, accept NEWSOCKET,GENERICSOCKET, alarm SECONDS, atan2 Y,X, bind SOCKET,NAME, binmode FILEHANDLE, bless REF,CLASSNAME, bless REF, caller EXPR, caller, chdir EXPR, chmod LIST, chomp VARIABLE, chomp LIST, chomp, chop VARIABLE, chop LIST, chop, @@ -1697,7 +1697,7 @@ I<Concatenation>, I<Comparison operations>, I<Copy operator> overload::StrVal(arg), overload::Overloaded(arg), -overload::Method(obj,op) +C<overload::Method(obj,op)> =item IMPLEMENTATION @@ -1831,7 +1831,7 @@ new, debug =item Standard Exports -timeit(COUNT, CODE), timethis, timethese, timediff, timestr +C<timeit(COUNT, CODE)>, timethis, timethese, timediff, timestr =item Optional Exports |