summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/toupper.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3
index a61814093ef..2b7d548434b 100644
--- a/lib/libc/gen/toupper.3
+++ b/lib/libc/gen/toupper.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: toupper.3,v 1.2 1996/08/19 08:26:55 tholo Exp $
+.\" $OpenBSD: toupper.3,v 1.3 1996/10/29 15:50:01 deraadt Exp $
.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -83,6 +83,6 @@ one; otherwise the argument is returned unchanged.
.Xr ascii 7
.Sh STANDARDS
The
-.Fn tolower
+.Fn toupper
function conforms to
.St -ansiC .