summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-08-16 06:02:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-08-16 06:02:44 +0000
commitc1e1723f1db13dba035df79eb32645106801b510 (patch)
tree1a364241b738861b3a0e8f42832e4e9231d1023c /lib
parentf05fcbde99fa90c9381a79e10b7eb349aaa4491c (diff)
Actually, we can't claim xpg4.2 w/o real locales so elide that bit.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/tolower.36
-rw-r--r--lib/libc/gen/toupper.36
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 .