diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-06-20 19:40:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-06-20 19:40:07 +0000 |
commit | 8726526c316b62115f825b4afe04033c6893fe0d (patch) | |
tree | 83e4f0122fef9978003368ecd29ab3f97fe202eb /sbin | |
parent | 62eac583993dc4cb1c27d559a1839ea438c9158d (diff) |
replace the Oo/Oc block of -chs in SYNOPSIS with a simple Op: the block
would have been written this way because of the old args limit, but the
extensions to -b expose a nasty line wrap when written that way;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index f1618d65419..18f624c25ff 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.99 2021/06/20 18:47:37 deraadt Exp $ +.\" $OpenBSD: fdisk.8,v 1.100 2021/06/20 19:40:06 jmc Exp $ .\" .\" .\" Copyright (c) 1997 Tobias Weingartner @@ -26,11 +26,7 @@ .Op Fl egvy .Op Fl i | u .Op Fl b Ar blocks Ns Op @ Ns Ar offset Ns Op : Ns Ar type -.Oo -.Fl c Ar cylinders -.Fl h Ar heads -.Fl s Ar sectors -.Oc +.Op Fl c Ar cylinders Fl h Ar heads Fl s Ar sectors .Op Fl f Ar mbrfile .Op Fl l Ar blocks .Ar disk |