diff options
Diffstat (limited to 'lib/libc/gen/islower.3')
-rw-r--r-- | lib/libc/gen/islower.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/gen/islower.3 b/lib/libc/gen/islower.3 index 404936408ac..4b12a19f776 100644 --- a/lib/libc/gen/islower.3 +++ b/lib/libc/gen/islower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: islower.3,v 1.6 1999/07/09 13:35:18 aaron Exp $ +.\" $OpenBSD: islower.3,v 1.7 2001/06/25 03:24:01 pjanzen Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -89,3 +89,11 @@ The .Fn islower function conforms to .St -ansiC . +.Sh CAVEATS +The argument to +.Fn islower +must be +.Dv EOF +or representable as an +.Li unsigned char ; +otherwise, the result is undefined. |