diff options
author | 2013-07-17 05:42:10 +0000 | |
---|---|---|
committer | 2013-07-17 05:42:10 +0000 | |
commit | 23fbb714ee0d9e87b8c1fa165af1f555294785eb (patch) | |
tree | 248b04849e966acb09eff7ac5b30e5ad56bcc86c /lib/libc/gen/isupper.3 | |
parent | Enable jfb-style acceleration on XVR-600. (diff) | |
download | wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.tar.xz wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.zip |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/gen/isupper.3')
-rw-r--r-- | lib/libc/gen/isupper.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3 index c32fe22e5e3..364d62eb3fa 100644 --- a/lib/libc/gen/isupper.3 +++ b/lib/libc/gen/isupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isupper.3,v 1.12 2013/07/06 17:31:20 jmc Exp $ +.\" $OpenBSD: isupper.3,v 1.13 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 6 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt ISUPPER 3 .Os .Sh NAME @@ -83,6 +83,11 @@ The .Fn isupper function conforms to .St -ansiC . +.Sh HISTORY +The +.Fn isupper +function first appeared in +.At v7 . .Sh CAVEATS The argument to .Fn isupper |