From 22762537b0337d043ad69825a42f316bf717d972 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 14 Oct 2006 16:37:53 +0000 Subject: [PATCH] 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. --- share/man/man5/disktab.5 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index 07e8a42302b4..90700bcc2ffa 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -32,7 +32,7 @@ .\" @(#)disktab.5 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd June 5, 1993 +.Dd October 14, 2006 .Dt DISKTAB 5 .Os .Sh NAME @@ -88,10 +88,7 @@ default .It "\&d[0-4] num Drive-type-dependent parameters" .It "\&bs num Boot block size, default" .Dv BBSIZE -.It "\&b[0-1] num Boot block filenames; see" -.Xr bsdlabel 8 -.It "\&sb num Superblock size, default" -.Dv SBSIZE +.It "\&sb num Superblock size, default 0" .It "\&ba num Block size for partition `a' (bytes)" .It "\&bd num Block size for partition `d' (bytes)" .It "\&be num Block size for partition `e' (bytes)"