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 ce08284f805..f142dd25909 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isgraph.3,v 1.2 1996/08/19 08:24:42 tholo Exp $ +.\" $OpenBSD: isgraph.3,v 1.3 1999/05/16 19:54:56 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The |