summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-29 15:50:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-29 15:50:02 +0000
commitd3f80a4e9a83b17a5b6ef79ada7cf320061f1118 (patch)
treec8c081c747c6c12593e129d0d942f0959db1b86c
parent02a3735563a35883698e629c27116346426b52f1 (diff)
typo
-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 .