diff options
Diffstat (limited to 'lib/libc/gen/toupper.3')
-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 a86f9274b86..3b977c7e0a1 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: toupper.3,v 1.4 1996/11/02 00:03:16 millert Exp $ +.\" $OpenBSD: toupper.3,v 1.5 1997/07/29 02:29:10 flipk Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -50,7 +50,7 @@ The .Fn toupper function converts a lower-case letter to the corresponding upper-case letter. -.SH RETURN VALUES +.Sh RETURN VALUES If the argument is a lower-case letter, the .Fn toupper function returns the corresponding upper-case letter if there is |