diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-20 18:47:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-20 18:47:38 +0000 |
commit | 62eac583993dc4cb1c27d559a1839ea438c9158d (patch) | |
tree | 692819575b3dc63580e23f254ccc34a50ae0d322 /sbin | |
parent | 6f2b19aae987805191f8da99568e5f8fdd0a1f04 (diff) |
few more Ns in the -b option description
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 9e4a88aed0d..f1618d65419 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.98 2021/06/20 18:44:19 krw Exp $ +.\" $OpenBSD: fdisk.8,v 1.99 2021/06/20 18:47:37 deraadt Exp $ .\" .\" .\" Copyright (c) 1997 Tobias Weingartner @@ -25,7 +25,7 @@ .Nm fdisk .Op Fl egvy .Op Fl i | u -.Op Fl b Ar blocks Op @ Ns Ar offset Ns Op : Ns Ar type +.Op Fl b Ar blocks Ns Op @ Ns Ar offset Ns Op : Ns Ar type .Oo .Fl c Ar cylinders .Fl h Ar heads @@ -58,7 +58,7 @@ at install time. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl b Ar blocks Op @ Ns Ar offset Ns Op : Ns Ar type +.It Fl b Ar blocks Ns Op @ Ns Ar offset Ns Op : Ns Ar type A special boot partition of the specified size, offset and type will be written to disk. The .Ox |