From 6f1698821b5f95fe3edc3bd3482cfb9a613bc956 Mon Sep 17 00:00:00 2001 From: gpalmer Date: Thu, 28 Dec 1995 21:06:07 +0000 Subject: [PATCH] Correct what seem to me to be some mistakes in the references and standards sections. Also add a missing `,' to each file. --- lib/libc/locale/tolower.3 | 6 +++--- lib/libc/locale/toupper.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3 index fe503d476b7d..309100129fa0 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 toupper 3 , -.Xr stdio 3 +.Xr tolower 3 , +.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The -.Fn tolower +.Fn toupper function conforms to .St -ansiC . diff --git a/lib/libc/locale/toupper.3 b/lib/libc/locale/toupper.3 index c3ff59385f18..cd0b36e79e14 100644 --- a/lib/libc/locale/toupper.3 +++ b/lib/libc/locale/toupper.3 @@ -78,11 +78,11 @@ one; otherwise the argument is returned unchanged. .Xr isupper 3 , .Xr isxdigit 3 , .Xr toascii 3 , -.Xr toupper 3 , -.Xr stdio 3 +.Xr tolower 3 , +.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The -.Fn tolower +.Fn toupper function conforms to .St -ansiC .