diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-24 23:56:18 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-24 23:56:18 +0000 |
commit | 84dc3c4daae48410e767ac41da148ac5c6c45446 (patch) | |
tree | 22b3c90c3712939c2c7a165b60ea3f0881a1af54 /lib | |
parent | 6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (diff) | |
download | perl-84dc3c4daae48410e767ac41da148ac5c6c45446.tar.gz |
Clean up docmentation installation errors.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AutoSplit.pm | 2 | ||||
-rw-r--r-- | lib/FindBin.pm | 4 | ||||
-rw-r--r-- | lib/sigtrap.pm | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index b1d797a0b3..b582f78d69 100644 --- a/lib/AutoSplit.pm +++ b/lib/AutoSplit.pm @@ -21,7 +21,7 @@ AutoSplit - split a package for autoloading use AutoSplit; autosplit($file, $dir, $keep, $check, $modtime); for perl versions 5.002 and later: - + perl -MAutoSplit -e 'autosplit($ARGV[0], $ARGV[1], $k, $chk, $modtime)' ... =head1 DESCRIPTION diff --git a/lib/FindBin.pm b/lib/FindBin.pm index ecfa3005b2..4bfc098f1e 100644 --- a/lib/FindBin.pm +++ b/lib/FindBin.pm @@ -28,7 +28,7 @@ directories <root>/bin and <root>/lib and then the above example will allow the use of modules in the lib directory without knowing where the software tree is installed. -If perl is invoked using the -e option or the perl script is read from +If perl is invoked using the B<-e> option or the perl script is read from C<STDIN> then FindBin sets both C<$Bin> and C<$RealBin> to the current directory. @@ -46,7 +46,7 @@ if perl is invoked as perl filename and I<filename> does not have executable rights and a program called I<filename> -exists in the users C<$ENV{PATH}> which satisfies both -x and -T then FindBin +exists in the users C<$ENV{PATH}> which satisfies both B<-x> and B<-T> then FindBin assumes that it was invoked via the C<$ENV{PATH}>. Workaround is to invoke perl as diff --git a/lib/sigtrap.pm b/lib/sigtrap.pm index f90f46b4ba..378ca899a0 100644 --- a/lib/sigtrap.pm +++ b/lib/sigtrap.pm @@ -160,7 +160,7 @@ installed handlers. These options affect which handler will be used for subsequently installed signals. -=over +=over 4 =item B<stack-trace> @@ -185,7 +185,7 @@ assignment to an element of C<%SIG>. B<sigtrap> has two built-in lists of signals to trap. They are: -=over +=over 4 =item B<normal-signals> @@ -210,6 +210,8 @@ B<sigtrap> this list is used. =head2 OTHER +=over 4 + =item B<untrapped> This token tells B<sigtrap> only to install handlers for subsequently |