summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isupper.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 17:21:07 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 17:21:07 +0000
commit4db2447ff74d0049a945ed227d01d89506346dc8 (patch)
tree7531f9251769862824b70e61c282678e95282cd6 /lib/libc/gen/isupper.3
parentc6e08a1a5672e0acdf0835afcd1267be3d13820d (diff)
- correct macro usage
- section reorder
Diffstat (limited to 'lib/libc/gen/isupper.3')
-rw-r--r--lib/libc/gen/isupper.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3
index c2d31dfcad5..8b7b4408e4f 100644
--- a/lib/libc/gen/isupper.3
+++ b/lib/libc/gen/isupper.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isupper.3,v 1.7 2001/06/25 03:24:04 pjanzen Exp $
+.\" $OpenBSD: isupper.3,v 1.8 2003/05/30 17:21:06 jmc Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -84,7 +84,7 @@ non-zero if the character tests true.
.Xr ascii 7
.Sh STANDARDS
The
-.Xr isupper
+.Fn isupper
function conforms to
.St -ansiC .
.Sh CAVEATS