a64l.3: Fix prototype for a64l()

The argument is const, both according to POSIX and the
glibc headers.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-05-20 01:02:11 +02:00 committed by Michael Kerrisk
parent aff9c3077a
commit 06024da0df
1 changed files with 1 additions and 1 deletions

View File

@ -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