Correct what seem to me to be some mistakes in the references and

standards sections. Also add a missing `,' to each file.
This commit is contained in:
gpalmer 1995-12-28 21:06:07 +00:00
parent 7d58f46554
commit 6f1698821b
2 changed files with 6 additions and 6 deletions

View File

@ -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 .

View File

@ -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 .