diff options
author | 2003-05-30 17:21:06 +0000 | |
---|---|---|
committer | 2003-05-30 17:21:06 +0000 | |
commit | ed2d24d7797aed9526de6b19a914e50f8acff740 (patch) | |
tree | 7f992ac918af1d0fc0d88cf5191859451fec0d69 /lib/libc/gen/isupper.3 | |
parent | knf (diff) | |
download | wireguard-openbsd-ed2d24d7797aed9526de6b19a914e50f8acff740.tar.xz wireguard-openbsd-ed2d24d7797aed9526de6b19a914e50f8acff740.zip |
- correct macro usage
- section reorder
Diffstat (limited to 'lib/libc/gen/isupper.3')
-rw-r--r-- | lib/libc/gen/isupper.3 | 4 |
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 |