summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isupper.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 03:44:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 03:44:55 +0000
commitc9a0b521314010ea02baa07614fb4825386710bf (patch)
treed9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/isupper.3
parenta6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff)
change some .Em/.Va to .Li, looks nicer
Diffstat (limited to 'lib/libc/gen/isupper.3')
-rw-r--r--lib/libc/gen/isupper.36
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3
index 603779c21ae..e0edecc9c53 100644
--- a/lib/libc/gen/isupper.3
+++ b/lib/libc/gen/isupper.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isupper.3,v 1.4 1999/05/29 20:07:13 aaron Exp $
+.\" $OpenBSD: isupper.3,v 1.5 1999/06/05 03:44:53 aaron Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -56,9 +56,7 @@ implementation-defined set of characters for which none of
or
.Xr isspace 3
is true.
-In the
-.Em ``C''
-locale,
+In the C locale,
.Fn isupper
returns true only for the characters defined as upper-case letters.
.Sh RETURN VALUES