diff options
author | 1997-08-16 06:02:43 +0000 | |
---|---|---|
committer | 1997-08-16 06:02:43 +0000 | |
commit | 42017e8c9aa66931b3a9d67a823e0de49b8a4c12 (patch) | |
tree | 20f19654d5074d103e56c3bd6bcb839df9723daa | |
parent | Document _toupper(3) and _tolower(3) and mention XPG4.2. (diff) | |
download | wireguard-openbsd-42017e8c9aa66931b3a9d67a823e0de49b8a4c12.tar.xz wireguard-openbsd-42017e8c9aa66931b3a9d67a823e0de49b8a4c12.zip |
Actually, we can't claim xpg4.2 w/o real locales so elide that bit.
-rw-r--r-- | lib/libc/gen/tolower.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/toupper.3 | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3 index d1de787b368..a54e1bbfca9 100644 --- a/lib/libc/gen/tolower.3 +++ b/lib/libc/gen/tolower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tolower.3,v 1.4 1997/08/16 05:58:19 millert Exp $ +.\" $OpenBSD: tolower.3,v 1.5 1997/08/16 06:02:43 millert Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -101,6 +101,4 @@ The and .Fn _tolower functions conform to -.St -ansiC -and -.St -xpg4.2 . +.St -ansiC . diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index a946d953e74..2bc4a616040 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: toupper.3,v 1.6 1997/08/16 05:58:19 millert Exp $ +.\" $OpenBSD: toupper.3,v 1.7 1997/08/16 06:02:43 millert Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -99,6 +99,4 @@ is returned; otherwise the output is undefined. The .Fn toupper function conforms to -.St -ansiC -and -.St -xpg4.2 . +.St -ansiC . |