diff options
Diffstat (limited to 'Doc/lib/libcrypt.tex')
-rw-r--r-- | Doc/lib/libcrypt.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex index 777f87e..a4c0bb7 100644 --- a/Doc/lib/libcrypt.tex +++ b/Doc/lib/libcrypt.tex @@ -10,7 +10,7 @@ attempting to crack \UNIX{} passwords with a dictionary. \index{crypt(3)} \setindexsubitem{(in module crypt)} -\begin{funcdesc}{crypt}{word\, salt} +\begin{funcdesc}{crypt}{word, salt} \var{word} will usually be a user's password. \var{salt} is a 2-character string which will be used to select one of 4096 variations of DES\indexii{cipher}{DES}. The characters in \var{salt} must be |