summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1996-11-02 00:03:16 +0000
committermillert <millert@openbsd.org>1996-11-02 00:03:16 +0000
commit3789b1ef7b17161b56ef8dd1dcff4de0d1829015 (patch)
tree0bd5269ab8323c4d65ae82ccc380bb502456f39b
parentkernel malloc()/MALLOC() man page from NetBSD (diff)
downloadwireguard-openbsd-3789b1ef7b17161b56ef8dd1dcff4de0d1829015.tar.xz
wireguard-openbsd-3789b1ef7b17161b56ef8dd1dcff4de0d1829015.zip
Fix occurrence of toupper -> tolower in "SEE ALSO" section.
-rw-r--r--lib/libc/gen/toupper.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3
index 2b7d548434b..a86f9274b86 100644
--- a/lib/libc/gen/toupper.3
+++ b/lib/libc/gen/toupper.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: toupper.3,v 1.3 1996/10/29 15:50:01 deraadt Exp $
+.\" $OpenBSD: toupper.3,v 1.4 1996/11/02 00:03:16 millert Exp $
.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -78,8 +78,8 @@ 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