diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-02-24 19:22:13 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-02-24 19:22:13 +0000 |
commit | fc6cf559ffa7603d09a84e0c26521e1c331e10d8 (patch) | |
tree | b1a73c8c4d1f9cbfb3c1ff72b658f4208823ca52 /lib/libc/crypt | |
parent | 83a61cb3fd9df618d9c6fab41eea171417d1432e (diff) |
we don't let strtonum errors bleed through now.
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/crypt_checkpass.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/crypt/crypt_checkpass.3 b/lib/libc/crypt/crypt_checkpass.3 index a79b18020e4..00f3b77ab0b 100644 --- a/lib/libc/crypt/crypt_checkpass.3 +++ b/lib/libc/crypt/crypt_checkpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt_checkpass.3,v 1.7 2015/02/11 07:21:10 jmc Exp $ +.\" $OpenBSD: crypt_checkpass.3,v 1.8 2015/02/24 19:22:12 tedu Exp $ .\" .\" Copyright (c) 2014 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: February 11 2015 $ +.Dd $Mdocdate: February 24 2015 $ .Dt CRYPT_CHECKPASS 3 .Os .Sh NAME @@ -87,8 +87,6 @@ function sets .Va errno to .Er EINVAL -or any of the errors specified for -.Xr strtonum 3 if .Fa pref is unsupported. |