diff options
author | 2015-11-10 23:48:17 +0000 | |
---|---|---|
committer | 2015-11-10 23:48:17 +0000 | |
commit | d04ba2cc13092d56f44a5a662aee6f1effe0193d (patch) | |
tree | 115bd96020a145b8a3a4a5e3a301fee6df77b40f /lib/libc/crypt | |
parent | sync (diff) | |
download | wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.tar.xz wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.zip |
update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;
feedback/ok schwarze
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index d15bc8901dd..88a62336cf4 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.22 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: blowfish.3,v 1.23 2015/11/10 23:48:17 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -30,8 +30,8 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: July 16 2013 $ -.Dt BLOWFISH 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt BLF_KEY 3 .Os .Sh NAME .Nm blf_key , |