aboutsummaryrefslogtreecommitdiff
path: root/man/man3/strcat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/strcat.3')
-rw-r--r--man/man3/strcat.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/strcat.3 b/man/man3/strcat.3
index 239df400..6e16158d 100644
--- a/man/man3/strcat.3
+++ b/man/man3/strcat.3
@@ -243,10 +243,10 @@ returns
operates analogously, but ignores ASCII case differences when comparing strings.
.SH SOURCE
All these routines have portable C implementations in
-.BR /sys/src/libc/port .
+.BR /usr/local/plan9/src/libc/port .
Many also have machine-dependent assembly language
implementations in
-.BR /sys/src/libc/$objtype .
+.BR /usr/local/plan9/src/libc/$objtype .
.SH SEE ALSO
.IR memory (3),
.IR rune (3),