From owner-cvs-all@FreeBSD.ORG Sat Oct 16 09:39:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C4D016A4CE; Sat, 16 Oct 2004 09:39:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14C543D55; Sat, 16 Oct 2004 09:39:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G9dPOd072312; Sat, 16 Oct 2004 09:39:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G9dPVf072311; Sat, 16 Oct 2004 09:39:25 GMT (envelope-from yar) Message-Id: <200410160939.i9G9dPVf072311@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 16 Oct 2004 09:39:25 +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/libc/sys sendfile.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 09:39:26 -0000 yar 2004-10-16 09:39:25 UTC FreeBSD src repository Modified files: lib/libc/sys sendfile.2 Log: Give details on what will happen if the `offset' argument to sendfile(2) falls beyond the end of file. Touch .Dd. PR: bin/72649 (in the audit trail) MFC after: 1 week Revision Changes Path 1.24 +6 -2 src/lib/libc/sys/sendfile.2