From: Joerg Sonnenberger Date: Mon, 20 Mar 2017 11:11:00 +0000 (+0100) Subject: Sync documentation of archive_read_open_memory with reality. X-Git-Tag: v3.3.2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714d98c5c4edf82ee160cae33aa3d2a39953909c;p=thirdparty%2Flibarchive.git Sync documentation of archive_read_open_memory with reality. --- diff --git a/libarchive/archive_read_open.3 b/libarchive/archive_read_open.3 index 02494560d..2278ebc33 100644 --- a/libarchive/archive_read_open.3 +++ b/libarchive/archive_read_open.3 @@ -67,7 +67,7 @@ Streaming Archive Library (libarchive, -larchive) .Fa "size_t block_size" .Fc .Ft int -.Fn archive_read_open_memory "struct archive *" "void *buff" "size_t size" +.Fn archive_read_open_memory "struct archive *" "const void *buff" "size_t size" .Sh DESCRIPTION .Bl -tag -compact -width indent .It Fn archive_read_open