aboutsummaryrefslogtreecommitdiff
path: root/man/man3/ctype.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/ctype.3')
-rw-r--r--man/man3/ctype.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/ctype.3 b/man/man3/ctype.3
index 28b92c13..bb3f3327 100644
--- a/man/man3/ctype.3
+++ b/man/man3/ctype.3
@@ -145,12 +145,12 @@ and
are corresponding macros which should only be used when it
is known that the argument is upper case or lower case, respectively.
.SH SOURCE
-.TF /sys/src/libc/port/ctype.c
+.TF /usr/local/plan9/src/libc/port/ctype.c
.TP
.B /sys/include/ctype.h
for the macros.
.TP
-.B /sys/src/libc/port/ctype.c
+.B /usr/local/plan9/src/libc/port/ctype.c
for the tables.
.SH "SEE ALSO
.IR isalpharune (3)