diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-12-29 02:18:24 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-12-29 02:18:24 +0000 |
| commit | 8f79184fe218d71b5bb84c7314e354a31224ef0e (patch) | |
| tree | d87baa8fe321d7fe6453c62ff0795e516280318d /lib/libdisk | |
| parent | 51799eec6c590bba3c553dc7da8a4a29ae7c7fc8 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/libdisk.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index 1f4cef070e86..1b7abc7003e5 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -169,7 +169,7 @@ field can be one of the following values: .Ql whole, unknown, fat, freebsd, extended, part, unused . .Pp These are the valid -.Ql flag +.Ql flags values for a .Ql struct chunk . .Bl -tag -offset indent -width CHUNK_BSD_COMPATXX @@ -293,9 +293,9 @@ rounds up to next track according to the BIOS geometry. .Pp .Fn Prev_Track_Aligned -checks if +rounds .Ql offset -is aligned on a track according to the BIOS geometry. +up to previous track according to the BIOS geometry. .Pp .Fn Create_Chunk_DWIM creates a partition inside the given parent of the given size, and |
