diff options
Diffstat (limited to 'lib/libc/gen/isgraph.3')
-rw-r--r-- | lib/libc/gen/isgraph.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isgraph.3 b/lib/libc/gen/isgraph.3 index 2ee60fa4fd7..89dc7abaaa8 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isgraph.3,v 1.4 1999/05/29 20:07:13 aaron Exp $ +.\" $OpenBSD: isgraph.3,v 1.5 1999/07/09 13:35:18 aaron Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -70,7 +70,7 @@ non-zero if the character tests true. .Xr isxdigit 3 , .Xr stdio 3 , .Xr toascii 3 , -.Xr tolower 3 , +.Xr tolower 3 , .Xr toupper 3 , .Xr ascii 7 .Sh STANDARDS |