mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
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.
This commit is contained in:
parent
2b85d127c9
commit
22762537b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163353
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user