summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-06-04 06:39:11 +0000
committerjmc <jmc@openbsd.org>2013-06-04 06:39:11 +0000
commita2fa2c248b78a5e1cc353bf499b64fe084ca5726 (patch)
tree3dbac56e1d087541db915216cba110ae063fda27 /lib
parentUse a simpler typedef to avoid depending upon <sys/types.h>; repairs librthread (diff)
downloadwireguard-openbsd-a2fa2c248b78a5e1cc353bf499b64fe084ca5726.tar.xz
wireguard-openbsd-a2fa2c248b78a5e1cc353bf499b64fe084ca5726.zip
\-1;
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 5794719ac4c..efc5797a485 100644
--- a/lib/libutil/bcrypt_pbkdf.3
+++ b/lib/libutil/bcrypt_pbkdf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bcrypt_pbkdf.3,v 1.2 2013/06/03 21:09:52 tedu Exp $
+.\" $OpenBSD: bcrypt_pbkdf.3,v 1.3 2013/06/04 06:39:11 jmc Exp $
.\"
.\" Copyright (c) 2012 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" 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 3 2013 $
+.Dd $Mdocdate: June 4 2013 $
.Dt BCRYPT_PBKDF 3
.Os
.Sh NAME
@@ -41,7 +41,7 @@ The higher the number of rounds, the slower each attempt will be.
.Sh RETURN VALUES
The
.Fn bcrypt_pbkdf
-function returns 0 to indicate success and -1 for failure.
+function returns 0 to indicate success and \-1 for failure.
.\" .Sh EXAMPLES
.\" .Sh ERRORS
.Sh SEE ALSO