summaryrefslogtreecommitdiff
path: root/lib/libc/gen/tolower.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-29 20:07:15 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-29 20:07:15 +0000
commit26ca1f82240d7e05c80808847236a9e0fb5d42f8 (patch)
tree1e0e09cb6bcd49d0c606b85a6f75d9c38a1d8895 /lib/libc/gen/tolower.3
parentb2a110ce8991f3cd33c033c6958e5eddfc745d25 (diff)
repairs
Diffstat (limited to 'lib/libc/gen/tolower.3')
-rw-r--r--lib/libc/gen/tolower.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3
index 43352b5340f..52e7e6669ae 100644
--- a/lib/libc/gen/tolower.3
+++ b/lib/libc/gen/tolower.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tolower.3,v 1.6 1999/05/16 19:55:01 alex Exp $
+.\" $OpenBSD: tolower.3,v 1.7 1999/05/29 20:07:14 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -78,10 +78,10 @@ is returned; otherwise the output is undefined.
.\" .Xr islower
.\" is true.
.Sh SEE ALSO
-.Xr _toupper 3 ,
.Xr isalnum 3 ,
.Xr isalpha 3 ,
.Xr isascii 3 ,
+.Xr isblank 3 ,
.Xr iscntrl 3 ,
.Xr isdigit 3 ,
.Xr isgraph 3 ,
@@ -93,7 +93,7 @@ is returned; otherwise the output is undefined.
.Xr isxdigit 3 ,
.Xr stdio 3 ,
.Xr toascii 3 ,
-.Xr toupper 3 ,
+.Xr toupper 3 ,
.Xr ascii 7
.Sh STANDARDS
The