diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-29 15:50:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-29 15:50:02 +0000 |
commit | d3f80a4e9a83b17a5b6ef79ada7cf320061f1118 (patch) | |
tree | c8c081c747c6c12593e129d0d942f0959db1b86c | |
parent | 02a3735563a35883698e629c27116346426b52f1 (diff) |
typo
-rw-r--r-- | lib/libc/gen/toupper.3 | 4 |
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 . |