diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-27 13:56:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-27 13:56:50 +0000 |
commit | 61b06718d94bf578033f8a85d00153d7064ff3df (patch) | |
tree | 709b5c5a32123f154a6a31d74cd16472e59682e4 /sbin/fdisk | |
parent | 9c49c61c22496f8fbd2b40e4795b29f682b2d8dd (diff) |
remainer->remainder; from miod
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 5e2348850bd..2ce03f1e447 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.68 2010/03/27 13:37:44 jmc Exp $ +.\" $OpenBSD: fdisk.8,v 1.69 2010/03/27 13:56:49 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -302,7 +302,7 @@ or may be appended to indicate bytes, kilobytes, megabytes, or gigabytes. The special size value .Sq * -will cause the partition to be sized to use the remainer of the disk. +will cause the partition to be sized to use the remainder of the disk. .It Cm flag Ar # Make the given MBR partition table entry bootable. Only one entry can be marked bootable. |