diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-08-16 06:02:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-08-16 06:02:44 +0000 |
commit | c1e1723f1db13dba035df79eb32645106801b510 (patch) | |
tree | 1a364241b738861b3a0e8f42832e4e9231d1023c /lib/libc/gen/tolower.3 | |
parent | f05fcbde99fa90c9381a79e10b7eb349aaa4491c (diff) |
Actually, we can't claim xpg4.2 w/o real locales so elide that bit.
Diffstat (limited to 'lib/libc/gen/tolower.3')
-rw-r--r-- | lib/libc/gen/tolower.3 | 6 |
1 files changed, 2 insertions, 4 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 . |