From bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 11 Apr 2004 03:42:27 +0000 Subject: Rewrite page(2) references to page(3). Add description of new libmach. --- man/man3/runestrcat.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man3/runestrcat.3') diff --git a/man/man3/runestrcat.3 b/man/man3/runestrcat.3 index 57c587cf..a7938357 100644 --- a/man/man3/runestrcat.3 +++ b/man/man3/runestrcat.3 @@ -56,12 +56,12 @@ Rune* runestrstr(Rune *s1, Rune *s2) .SH DESCRIPTION These functions are rune string analogues of the corresponding functions in -.IR strcat (2). +.IR strcat (3). .SH SOURCE .B /sys/src/libc/port .SH SEE ALSO -.IR memory (2), -.IR rune (2), -.IR strcat (2) +.IR memory (3), +.IR rune (3), +.IR strcat (3) .SH BUGS The outcome of overlapping moves varies among implementations. -- cgit v1.2.3