summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 04:01:54 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 04:01:54 +0000
commit08a9573fc818cc8332a4368b5ce46667d248fa89 (patch)
tree804142056d0efa0ed1ce3bfe984d8aba075566bd /lib
parent2c13d61d2c131b43a8a07820e3660aed49a6c153 (diff)
i copied .Fd just like everybody else. use .In
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/bcrypt_pbkdf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/bcrypt_pbkdf.3 b/lib/libutil/bcrypt_pbkdf.3
index efc5797a485..b786bf1ced6 100644
--- a/lib/libutil/bcrypt_pbkdf.3
+++ b/lib/libutil/bcrypt_pbkdf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bcrypt_pbkdf.3,v 1.3 2013/06/04 06:39:11 jmc Exp $
+.\" $OpenBSD: bcrypt_pbkdf.3,v 1.4 2013/06/05 04:01:53 tedu Exp $
.\"
.\" Copyright (c) 2012 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,14 +14,14 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: June 5 2013 $
.Dt BCRYPT_PBKDF 3
.Os
.Sh NAME
.Nm bcrypt_pbkdf
.Nd bcrypt password-based key derivation function
.Sh SYNOPSIS
-.Fd #include <util.h>
+.In util.h
.Ft int
.Fn bcrypt_pbkdf "const char *pass" "size_t pass_len" "const uint8_t *salt" \
"size_t salt_len" "uint8_t *key" "size_t key_len" "unsigned int rounds"