From 534f9a7a5251d3742644e4cabcb7eef876499586 Mon Sep 17 00:00:00 2001 From: gmcgarry Date: Fri, 2 May 2003 08:09:35 +0000 Subject: [PATCH] Document -I option. From Richard Rauch in PR#11890. --- sbin/disklabel/disklabel.8 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index fd6e2c5203a4..adbbaa5e7ca9 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: disklabel.8,v 1.43 2003/02/25 10:34:53 wiz Exp $ +.\" $NetBSD: disklabel.8,v 1.44 2003/05/02 08:09:35 gmcgarry Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -125,6 +125,13 @@ Any special effects of the .Fl r flag are described with the affected commands. .Pp +The +.Fl I +option is similar to the +.Fl r +option but provides defaults instead of failing with +an error, if there is no existing disklabel on the disk. +.Pp The read and install forms also support the .Fl B option to install bootstrap code on some platforms,