diff options
author | 2003-03-06 18:19:26 +0000 | |
---|---|---|
committer | 2003-03-06 18:19:26 +0000 | |
commit | 202df2ad56ba214490cb6a372e0aa4d918cffcbc (patch) | |
tree | 06a011b62f938e8fc53677b91ffd9156b0373ff0 /lib/libc | |
parent | More Xrs (diff) | |
download | wireguard-openbsd-202df2ad56ba214490cb6a372e0aa4d918cffcbc.tar.xz wireguard-openbsd-202df2ad56ba214490cb6a372e0aa4d918cffcbc.zip |
Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)
ok millert
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index e80903aec1d..fd6a235309f 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.11 2002/11/21 20:54:09 millert Exp $ +.\" $OpenBSD: strtoul.3,v 1.12 2003/03/06 18:19:26 kjell Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -162,10 +162,8 @@ to The .Fn strtoull function has identical return values except that -.Dv ULLONG_MIN -and .Dv ULLONG_MAX -are used to indicate underflow and overflow respectively. +is used to indicate overflow. .Pp There is no way to determine if .Fn strtoul |