diff options
author | 1996-11-02 00:03:16 +0000 | |
---|---|---|
committer | 1996-11-02 00:03:16 +0000 | |
commit | 3789b1ef7b17161b56ef8dd1dcff4de0d1829015 (patch) | |
tree | 0bd5269ab8323c4d65ae82ccc380bb502456f39b | |
parent | kernel malloc()/MALLOC() man page from NetBSD (diff) | |
download | wireguard-openbsd-3789b1ef7b17161b56ef8dd1dcff4de0d1829015.tar.xz wireguard-openbsd-3789b1ef7b17161b56ef8dd1dcff4de0d1829015.zip |
Fix occurrence of toupper -> tolower in "SEE ALSO" section.
-rw-r--r-- | lib/libc/gen/toupper.3 | 6 |
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 |