diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-13 19:07:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-13 19:07:38 +0000 |
commit | c1b29f887a2f6d3708c90978e6f83331ae5238c2 (patch) | |
tree | 9dbbd7c388a65a7e6862e81d02f3f1560ec74de1 /sbin/disklabel/disklabel.8 | |
parent | 04f965b4f71be67ec5cb904c6f58506e49d3656a (diff) |
Add support for delete "*"
Diffstat (limited to 'sbin/disklabel/disklabel.8')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 614dc413f11..fada5ac6ae9 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.24 1999/03/01 01:50:45 millert Exp $ +.\" $OpenBSD: disklabel.8,v 1.25 1999/03/13 19:07:35 millert Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -336,7 +336,9 @@ or .Dq - to change the size by a relative amount. .It d Op part -Delete an existing partition. If no partition is specified, the +Delete an existing partition (or +.Dq * +to delete all partitions). If no partition is specified, the user will be prompted for one. You may not delete the .Dq c partition. |