diff options
Diffstat (limited to 'lib/libc/gen/toupper.3')
-rw-r--r-- | lib/libc/gen/toupper.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index 2bc4a616040..d342d8afed9 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: toupper.3,v 1.7 1997/08/16 06:02:43 millert Exp $ +.\" $OpenBSD: toupper.3,v 1.8 1999/05/16 19:55:01 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -78,9 +78,10 @@ is returned; otherwise the output is undefined. .\" .Xr isupper .\" is true. .Sh SEE ALSO -.Xr isascii 3 , +.Xr _tolower 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -90,10 +91,9 @@ is returned; otherwise the output is undefined. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , -.Xr _tolower 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The |