aboutsummaryrefslogtreecommitdiff
path: root/man/man3/runestrcat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/runestrcat.3')
-rw-r--r--man/man3/runestrcat.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man3/runestrcat.3 b/man/man3/runestrcat.3
index 347c7219..eff637e4 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 (3).
+.IM strcat (3) .
.SH SOURCE
.B \*9/src/lib9
.SH SEE ALSO
-.IR memory (3),
-.IR rune (3),
-.IR strcat (3)
+.IM memory (3) ,
+.IM rune (3) ,
+.IM strcat (3)
.SH BUGS
The outcome of overlapping moves varies among implementations.