diff options
author | Ed Schouten <ed@FreeBSD.org> | 2012-02-12 18:29:56 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2012-02-12 18:29:56 +0000 |
commit | 6b99842ada7bb3bd24c5fd4541e046994733757b (patch) | |
tree | ac73d0fee5bb41748009d87a44b179ab6b7d87bc /sbin/bsdlabel/bsdlabel.8 | |
parent | 5a197b461236c689211780e2f74e4c7d4d313fe9 (diff) |
Notes
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.8')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 1d3b6f3c56736..e5e47142a46bc 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -475,7 +475,7 @@ The kernel device drivers will not allow the size of a disk partition to be decreased or the offset of a partition to be changed while it is open. .Sh COMPATIBILITY Due to the use of an -.Vt u_int32_t +.Vt uint32_t to store the number of sectors, .Bx labels are restricted to a maximum of 2^32-1 sectors. |