From owner-cvs-src@FreeBSD.ORG Tue Jul 20 18:35:33 2004 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 66E7A16A4CE; Tue, 20 Jul 2004 18:35:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4930D43D2F; Tue, 20 Jul 2004 18:35:33 +0000 (GMT) (envelope-from csjp@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 i6KIZXip006627; Tue, 20 Jul 2004 18:35:33 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KIZXMt006626; Tue, 20 Jul 2004 18:35:33 GMT (envelope-from csjp) Message-Id: <200407201835.i6KIZXMt006626@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 20 Jul 2004 18:35:33 +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 statfs.2 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: Tue, 20 Jul 2004 18:35:33 -0000 csjp 2004-07-20 18:35:33 UTC FreeBSD src repository Modified files: lib/libc/sys statfs.2 Log: Remove reference to ENOTDIR in the documented errors for statfs(2). This is false, if the pathname specified is a regular file, then the information for the file system that the file lives on will be returned. Approved by: bmilekic (mentor) Revision Changes Path 1.24 +0 -4 src/lib/libc/sys/statfs.2