diff options
Diffstat (limited to 'src/lib/libc/crypt/crypt.3')
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 11f465faa8..daa9c4d844 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypt.3,v 1.14 2000/01/22 02:17:55 aaron Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.15 2000/04/15 02:15:22 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -234,8 +234,7 @@ iterations of | |||
234 | and stores the 64-bit result in the 8 characters at | 234 | and stores the 64-bit result in the 8 characters at |
235 | .Fa out | 235 | .Fa out |
236 | (which may be the same as | 236 | (which may be the same as |
237 | .Fa in | 237 | .Fa in ) . |
238 | ). | ||
239 | The | 238 | The |
240 | .Fa salt | 239 | .Fa salt |
241 | specifies perturbations to the | 240 | specifies perturbations to the |