diff options
author | 2002-10-08 18:34:11 +0000 | |
---|---|---|
committer | 2002-10-08 18:34:11 +0000 | |
commit | 97b3341b1ede08f3779dc67a7b1c64582c31ea7f (patch) | |
tree | 901d081ed305db5439b5f26582c4f1d8a4a3dfa7 | |
parent | Gremlin; spotted by Dries Schellekens (gwyllion at ulyssis dot org), thanks! (diff) | |
download | wireguard-openbsd-97b3341b1ede08f3779dc67a7b1c64582c31ea7f.tar.xz wireguard-openbsd-97b3341b1ede08f3779dc67a7b1c64582c31ea7f.zip |
fix two incorrect L<> calls; ok millert@
-rw-r--r-- | gnu/usr.bin/perl/pod/perlfunc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/pod/perlfunc.pod b/gnu/usr.bin/perl/pod/perlfunc.pod index e959abc3ffe..58f9d8da945 100644 --- a/gnu/usr.bin/perl/pod/perlfunc.pod +++ b/gnu/usr.bin/perl/pod/perlfunc.pod @@ -834,7 +834,7 @@ their own password: Of course, typing in your own password to whoever asks you for it is unwise. -The L<crypt> function is unsuitable for encrypting large quantities +The C<crypt> function is unsuitable for encrypting large quantities of data, not least of all because you can't get the information back. Look at the F<by-module/Crypt> and F<by-module/PGP> directories on your favorite CPAN mirror for a slew of potentially useful @@ -2592,7 +2592,7 @@ C<redo> work. =item no Module LIST -See the L</use> function, which C<no> is the opposite of. +See the C<use> function, which C<no> is the opposite of. =item oct EXPR |