]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/strcat
thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!)
[plan9front.git] / sys / man / 2 / strcat
old mode 100755 (executable)
new mode 100644 (file)
index 57bd38e..619243a
@@ -38,10 +38,10 @@ char*       strncpy(char *s1, char *s2, long n)
 long   strlen(char *s)
 .PP
 .B
-char*  strchr(char *s, char c)
+char*  strchr(char *s, int c)
 .PP
 .B
-char*  strrchr(char *s, char c)
+char*  strrchr(char *s, int c)
 .PP
 .B
 char*  strpbrk(char *s1, char *s2)