diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-11 08:49:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-11 08:49:01 +0000 |
commit | 6f7fc4295247ddb4d28254286d3676d280d09b5a (patch) | |
tree | ac60a3d2d3bbf7a7bad4d5818a39de96a8a80a7d /sbin/fdisk | |
parent | 97fb82eae36e61316b14fba8c0c5047ab4cf2ea6 (diff) |
avoid an ugly grammar construction;
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 214aa13a584..cad82fd212d 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.56 2007/01/11 08:42:27 jmc Exp $ +.\" $OpenBSD: fdisk.8,v 1.57 2007/01/11 08:49:00 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -122,7 +122,7 @@ Avoid asking yes/no questions when not desirable. .Sh TYPICAL LAYOUT When called with no special flags, .Nm -prints the MBR partition table of the specified device, i.e., +prints the MBR partition table of the specified device: .Bd -literal -offset 1n # fdisk wd0 Disk: wd0 geometry: 5168/240/63 [78140160 Sectors] |