From 06024da0dff622ff7ac81e18c34b8ee30de1f9a8 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Tue, 20 May 2014 01:02:11 +0200 Subject: [PATCH] a64l.3: Fix prototype for a64l() The argument is const, both according to POSIX and the glibc headers. Signed-off-by: Michael Kerrisk --- man3/a64l.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/a64l.3 b/man3/a64l.3 index 61a1872f8..0a21f8218 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 .sp -.BI "long a64l(char *" str64 ); +.BI "long a64l(const char *" str64 ); .sp .BI "char *l64a(long " value ); .sp