diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-15 22:53:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-15 22:53:01 +0000 |
commit | b0c58e2e690f6f44e3a0f832769a5845907eaa56 (patch) | |
tree | 124e7157c232ca40a177105febb290978b329d24 /share | |
parent | cb48ed25d269387ccca7439a3f23f132895ec529 (diff) |
indicate 16 partitions...
prod/ok deraadt
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/disktab.5 | 76 |
1 files changed, 21 insertions, 55 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index 3201f9c2c39..82ec0a8e7e7 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disktab.5,v 1.10 2005/02/20 21:29:15 jaredy Exp $ +.\" $OpenBSD: disktab.5,v 1.11 2006/04/15 22:53:00 jmc Exp $ .\" $NetBSD: disktab.5,v 1.4 1994/11/30 19:31:15 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -89,6 +89,7 @@ floppy). .Dv BBSIZE ) . .It "\&sb num Superblock size (default: " .Dv SBSIZE ) . +.Pp .It "\&ba num Block size for partition" .Dq a (bytes). @@ -98,15 +99,11 @@ floppy). .It "\&be num Block size for partition" .Dq e (bytes). -.It "\&bf num Block size for partition" -.Dq f -(bytes). -.It "\&bg num Block size for partition" -.Dq g -(bytes). -.It "\&bh num Block size for partition" -.Dq h +.It [...] +.It "\&bp num Block size for partition" +.Dq p (bytes). +.Pp .It "\&fa num Fragment size for partition" .Dq a (bytes). @@ -116,15 +113,11 @@ floppy). .It "\&fe num Fragment size for partition" .Dq e (bytes). -.It "\&ff num Fragment size for partition" -.Dq f -(bytes). -.It "\&fg num Fragment size for partition" -.Dq g -(bytes). -.It "\&fh num Fragment size for partition" -.Dq h +.It [...] +.It "\&fp num Fragment size for partition" +.Dq p (bytes). +.Pp .It "\&oa num Offset of partition" .Dq a (sectors). @@ -134,21 +127,11 @@ floppy). .It "\&oc num Offset of partition" .Dq c (sectors). -.It "\&od num Offset of partition" -.Dq d -(sectors). -.It "\&oe num Offset of partition" -.Dq e -(sectors). -.It "\&of num Offset of partition" -.Dq f -(sectors). -.It "\&og num Offset of partition" -.Dq g -(sectors). -.It "\&oh num Offset of partition" -.Dq h +.It [...] +.It "\&op num Offset of partition" +.Dq p (sectors). +.Pp .It "\&pa num Size of partition" .Dq a (sectors). @@ -158,21 +141,11 @@ floppy). .It "\&pc num Size of partition" .Dq c (sectors). -.It "\&pd num Size of partition" -.Dq d -(sectors). -.It "\&pe num Size of partition" -.Dq e -(sectors). -.It "\&pf num Size of partition" -.Dq f -(sectors). -.It "\&pg num Size of partition" -.Dq g -(sectors). -.It "\&ph num Size of partition" -.Dq h +.It [...] +.It "\&pp num Size of partition" +.Dq p (sectors). +.Pp .It "\&ta str Type of partition" .Dq a (4.2BSD, swap, etc.). @@ -180,16 +153,9 @@ floppy). .Dq b . .It "\&tc str Type of partition" .Dq c . -.It "\&td str Type of partition" -.Dq d . -.It "\&te str Type of partition" -.Dq e . -.It "\&tf str Type of partition" -.Dq f . -.It "\&tg str Type of partition" -.Dq g . -.It "\&th str Type of partition" -.Dq h . +.It [...] +.It "\&tp str Type of partition" +.Dq p . .El .Sh FILES .Bl -tag -width /etc/disktab -compact |