From owner-cvs-src@FreeBSD.ORG Fri Jan 7 12:56: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 ADBCA16A4CE; Fri, 7 Jan 2005 12:56:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8451543D1F; Fri, 7 Jan 2005 12:56:04 +0000 (GMT) (envelope-from keramida@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 j07Cu4YZ032965; Fri, 7 Jan 2005 12:56:04 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j07Cu4Js032964; Fri, 7 Jan 2005 12:56:04 GMT (envelope-from keramida) Message-Id: <200501071256.j07Cu4Js032964@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 7 Jan 2005 12:56: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/share/man/man9 VFS_STATFS.9 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: Fri, 07 Jan 2005 12:56:04 -0000 keramida 2005-01-07 12:56:04 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 VFS_STATFS.9 Log: - The .Fn macro and description of the `struct statfs' type of `sbp'. - List of struct statfs fields that are related to file systems, much like the list in stat.2 for the userlevel `struct stat'. - Bump document date. Revision Changes Path 1.11 +61 -4 src/share/man/man9/VFS_STATFS.9