diff options
| -rw-r--r-- | sys/man/2/strcat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/strcat b/sys/man/2/strcat index 57bd38e4a..619243a43 100644 --- a/sys/man/2/strcat +++ b/sys/man/2/strcat @@ -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) |
