The argument is const, both according to POSIX and the glibc headers. --- man3/a64l.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/a64l.3 b/man3/a64l.3 index 61a1872..0a21f82 100644 --- a/man3/a64l.3 +++ b/man3/a64l.3 @@ -12,7 +12,7 @@ a64l, l64a \- convert between long and base-64 .SH SYNOPSIS .B #include <stdlib.h> .sp -.BI "long a64l(char *" str64 ); +.BI "long a64l(const char *" str64 ); .sp .BI "char *l64a(long " value ); .sp -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html