summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 12:26:36 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 12:26:36 +0000
commit7e10459e58879c6c2e91c7f14687227390272c68 (patch)
tree042033c361483c3c82e3d4155ad11fd4e21c7fec
parentdcff5878a8a1e695f26983cf771076481346f90c (diff)
add Xr for stdio(3) like the is*() man pages
-rw-r--r--lib/libc/gen/ctype.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3
index 4e030fd7ae5..d69885f1ee6 100644
--- a/lib/libc/gen/ctype.3
+++ b/lib/libc/gen/ctype.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctype.3,v 1.5 1999/05/29 16:08:54 aaron Exp $
+.\" $OpenBSD: ctype.3,v 1.6 1999/06/29 12:26:35 aaron Exp $
.\"
.\" Copyright (c) 1991 Regents of the University of California.
.\" All rights reserved.
@@ -106,6 +106,7 @@ See each function's own manual page for more information.
.Xr isspace 3 ,
.Xr isupper 3 ,
.Xr isxdigit 3 ,
+.Xr stdio 3 ,
.Xr toascii 3 ,
.Xr tolower 3 ,
.Xr toupper 3 ,