docs/85854: Update archive_read.3 fixing function archive_read_data_into_buffer()
Marcus Alves Grando
marcus at corp.grupos.com.br
Thu Sep 8 00:30:38 UTC 2005
>Number: 85854
>Category: docs
>Synopsis: Update archive_read.3 fixing function archive_read_data_into_buffer()
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 08 00:30:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Marcus Alves Grando
>Release: FreeBSD 6.0-BETA4 i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-BETA4 FreeBSD 6.0-BETA4 #40: Wed Sep 7 00:22:38 BRT 2005 root at marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386
>Description:
- Fix declaration of function archive_read_data_into_buffer() reflect archive.h
>How-To-Repeat:
>Fix:
--- archive_read.3.patch begins here ---
--- lib/libarchive/archive_read.3.orig Wed Sep 7 21:21:28 2005
+++ lib/libarchive/archive_read.3 Wed Sep 7 21:22:39 2005
@@ -95,7 +95,7 @@
.Ft int
.Fn archive_read_data_skip "struct archive *"
.Ft int
-.Fn archive_read_data_into_buffer "struct archive *" "void *"
+.Fn archive_read_data_into_buffer "struct archive *" "void *buffer" "size_t *len"
.Ft int
.Fn archive_read_data_into_fd "struct archive *" "int fd"
.Ft int
--- archive_read.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list