diff options
author | tedu <> | 2014-11-25 03:36:34 +0000 |
---|---|---|
committer | tedu <> | 2014-11-25 03:36:34 +0000 |
commit | a305ce75260ee35607c726d91d53bb1858e2181d (patch) | |
tree | 78d9241ad18e7e63403c0cd7e378898305bd1c89 /src/lib/libc/crypt | |
parent | b0057c9d56740b0d496b5d06e31f8678c6620501 (diff) | |
download | openbsd-a305ce75260ee35607c726d91d53bb1858e2181d.tar.gz openbsd-a305ce75260ee35607c726d91d53bb1858e2181d.tar.bz2 openbsd-a305ce75260ee35607c726d91d53bb1858e2181d.zip |
no need for md5 xr
Diffstat (limited to 'src/lib/libc/crypt')
-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 f01f996445..0271e46cbb 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.41 2014/11/20 19:18:25 tedu Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.42 2014/11/25 03:36:34 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -31,7 +31,7 @@ | |||
31 | .\" | 31 | .\" |
32 | .\" Manual page, using -mandoc macros | 32 | .\" Manual page, using -mandoc macros |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: November 20 2014 $ | 34 | .Dd $Mdocdate: November 25 2014 $ |
35 | .Dt CRYPT 3 | 35 | .Dt CRYPT 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -275,7 +275,6 @@ return 0 on success and 1 on failure. | |||
275 | .Xr blowfish 3 , | 275 | .Xr blowfish 3 , |
276 | .Xr crypt_checkpass 3 , | 276 | .Xr crypt_checkpass 3 , |
277 | .Xr getpass 3 , | 277 | .Xr getpass 3 , |
278 | .Xr md5 3 , | ||
279 | .Xr passwd 5 | 278 | .Xr passwd 5 |
280 | .Sh HISTORY | 279 | .Sh HISTORY |
281 | A rotor-based | 280 | A rotor-based |