diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
commit | c9a0b521314010ea02baa07614fb4825386710bf (patch) | |
tree | d9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/isalpha.3 | |
parent | a6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff) |
change some .Em/.Va to .Li, looks nicer
Diffstat (limited to 'lib/libc/gen/isalpha.3')
-rw-r--r-- | lib/libc/gen/isalpha.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/gen/isalpha.3 b/lib/libc/gen/isalpha.3 index 502ed2a864d..4540663d02d 100644 --- a/lib/libc/gen/isalpha.3 +++ b/lib/libc/gen/isalpha.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isalpha.3,v 1.4 1999/05/29 20:07:13 aaron Exp $ +.\" $OpenBSD: isalpha.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. @@ -61,9 +61,7 @@ for which none of or .Xr isspace 3 is true. -In the -.Em ``C'' -locale, +In the C locale, .Fn isalpha returns true only for the characters for which .Xr isupper 3 |