aboutsummaryrefslogtreecommitdiff
path: root/man/man3/strcat.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 19:22:56 +0000
committerrsc <devnull@localhost>2004-04-19 19:22:56 +0000
commitb5fdffeeedd324f234f6229ee02a607760b3bddd (patch)
tree5650e48e336cdd565199b8b60124c66e4a904788 /man/man3/strcat.3
parent7284df18a883c64721720276dac4f4540440e74c (diff)
downloadplan9port-b5fdffeeedd324f234f6229ee02a607760b3bddd.tar.gz
plan9port-b5fdffeeedd324f234f6229ee02a607760b3bddd.tar.bz2
plan9port-b5fdffeeedd324f234f6229ee02a607760b3bddd.zip
Mostly path name updates
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),