From owner-cvs-src@FreeBSD.ORG Sat Oct 14 16:37:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B43B416A415; Sat, 14 Oct 2006 16:37:54 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8594C43D46; Sat, 14 Oct 2006 16:37:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9EGbs0x045958; Sat, 14 Oct 2006 16:37:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9EGbs4S045957; Sat, 14 Oct 2006 16:37:54 GMT (envelope-from ru) Message-Id: <200610141637.k9EGbs4S045957@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 14 Oct 2006 16:37:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 disktab.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Oct 2006 16:37:54 -0000 ru 2006-10-14 16:37:53 UTC FreeBSD src repository Modified files: share/man/man5 disktab.5 Log: Reflect the following changes to lib/libc/gen/disklabel.c in a manpage: : revision 1.13 : date: 2002/04/03 15:44:53; author: phk; state: Exp; lines: +0 -5 : Initial deorbit burn for the undocumented and unused d_boot[01] : fields of struct disklabel. : : Sponsored by: DARPA and NAI Labs. : ---------------------------- : revision 1.15 : date: 2002/05/12 20:49:33; author: phk; state: Exp; lines: +1 -3 : Retire the bogus uses of the disklabel field d_sbsize and begin to : initialize it to zero so we don't have to have everbody and their : aunt including FFS specific header files. : : Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.17 +2 -5 src/share/man/man5/disktab.5