Clarify C<crypt> documentation
Tom Phoenix [Fri, 28 Feb 1997 21:18:25 +0000 (13:18 -0800)]
p5p-msgid: <Pine.GSO.3.95q.970228131112.12357D-100000@kelly.teleport.com>

pod/perlfunc.pod

index cf5dd8f..b55e1b1 100644 (file)
@@ -606,8 +606,10 @@ extirpated as a potential munition).  This can prove useful for checking
 the password file for lousy passwords, amongst other things.  Only the
 guys wearing white hats should do this.
 
-Note that there is no corresponding decrypt, so this fucntion isn't
-all that useful for cryptography. (For that, see your nearby CPAN mirror.)
+Note that crypt is intended to be a one-way function, much like breaking
+eggs to make an omelette. Thus, there is no (known) corresponding
+decrypt function, so this function isn't all that useful for
+cryptography. (For that, see your nearby CPAN mirror.)
 
 Here's an example that makes sure that whoever runs this program knows
 their own password: