summaryrefslogtreecommitdiff
path: root/lib/libc/gen/toupper.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/toupper.3')
-rw-r--r--lib/libc/gen/toupper.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3
index d342d8afed9..0fc16e18854 100644
--- a/lib/libc/gen/toupper.3
+++ b/lib/libc/gen/toupper.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: toupper.3,v 1.8 1999/05/16 19:55:01 alex Exp $
+.\" $OpenBSD: toupper.3,v 1.9 1999/05/29 20:07:14 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -78,10 +78,10 @@ is returned; otherwise the output is undefined.
.\" .Xr isupper
.\" is true.
.Sh SEE ALSO
-.Xr _tolower 3 ,
.Xr isalnum 3 ,
.Xr isalpha 3 ,
.Xr isascii 3 ,
+.Xr isblank 3 ,
.Xr iscntrl 3 ,
.Xr isdigit 3 ,
.Xr isgraph 3 ,
@@ -93,7 +93,7 @@ is returned; otherwise the output is undefined.
.Xr isxdigit 3 ,
.Xr stdio 3 ,
.Xr toascii 3 ,
-.Xr tolower 3 ,
+.Xr tolower 3 ,
.Xr ascii 7
.Sh STANDARDS
The