From owner-cvs-src@FreeBSD.ORG Sat Jan 8 19:51:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9ADE16A4CE; Sat, 8 Jan 2005 19:51:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D748243D3F; Sat, 8 Jan 2005 19:51:04 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j08Jp4ln099079; Sat, 8 Jan 2005 19:51:04 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j08Jp4kf099078; Sat, 8 Jan 2005 19:51:04 GMT (envelope-from kientzle) Message-Id: <200501081951.j08Jp4kf099078@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 8 Jan 2005 19:51:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile archive_read.3 archive_util.3 archive_write.3 libarchive.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 19:51:05 -0000 kientzle 2005-01-08 19:51:04 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_read.3 archive_util.3 archive_write.3 libarchive.3 Log: Documentation improvements. In particular, expand and clarify the description of the client callback functions and how they should handle errors. Thanks to: Antony Dovgal Revision Changes Path 1.28 +1 -0 src/lib/libarchive/Makefile 1.13 +59 -19 src/lib/libarchive/archive_read.3 1.3 +25 -3 src/lib/libarchive/archive_util.3 1.10 +55 -23 src/lib/libarchive/archive_write.3 1.5 +5 -7 src/lib/libarchive/libarchive.3