From b3d64ab72f0bd29cd496853a5e8cd9bc554f3246 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Fri, 29 Dec 1995 08:23:59 +0000 Subject: [PATCH] Oops. I seem to have over-corrected with my last commit. It should be right this time --- lib/libc/locale/tolower.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3 index 309100129fa0..49ce819afc8a 100644 --- a/lib/libc/locale/tolower.3 +++ b/lib/libc/locale/tolower.3 @@ -78,11 +78,11 @@ one; otherwise the argument is returned unchanged. .Xr isupper 3 , .Xr isxdigit 3 , .Xr toascii 3 , -.Xr tolower 3 , +.Xr toupper 3 , .Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The -.Fn toupper +.Fn tolower function conforms to .St -ansiC .