diff options
author | flipk <flipk@cvs.openbsd.org> | 1997-07-29 02:29:11 +0000 |
---|---|---|
committer | flipk <flipk@cvs.openbsd.org> | 1997-07-29 02:29:11 +0000 |
commit | e9e91966cbb9fec3ddf37292dfc0d1cdd86d4929 (patch) | |
tree | 6bdff596e1e215f8325a4c1a1e6266554a44d011 /lib/libc/gen | |
parent | 51024aab674eea0315af8320ac032ca0fdfd7931 (diff) |
convert to mdoc format
Diffstat (limited to 'lib/libc/gen')
-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 |