Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mbrlabel clarify that -w updates the in-core label if c...



details:   https://anonhg.NetBSD.org/src/rev/b8b9d216e07e
branches:  trunk
changeset: 509312:b8b9d216e07e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 01 11:51:21 2001 +0000

description:
clarify that -w updates the in-core label if changed, and if -r is
given as well, the on-disk label will then be updated.

diffstat:

 sbin/mbrlabel/mbrlabel.8 |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 0fa1e9c6aff0 -r b8b9d216e07e sbin/mbrlabel/mbrlabel.8
--- a/sbin/mbrlabel/mbrlabel.8  Tue May 01 11:13:46 2001 +0000
+++ b/sbin/mbrlabel/mbrlabel.8  Tue May 01 11:51:21 2001 +0000
@@ -27,9 +27,9 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $NetBSD: mbrlabel.8,v 1.8 2000/12/27 04:22:11 lukem Exp $
+.\"    $NetBSD: mbrlabel.8,v 1.9 2001/05/01 11:51:21 lukem Exp $
 .\"
-.Dd December 27, 2000
+.Dd May 1, 2001
 .Dt MBRLABEL 8
 .Os
 .Sh NAME
@@ -84,10 +84,14 @@
 .It Fl q
 Performs operations in a quiet fashion.
 .It Fl r
-Update both the in-core and the on-disk label if the in-core label has
-been changed.
+When used with
+.Fl w ,
+update the on-disk label as well as the in-core label if it has
+changed.
 .It Fl w
-Update the on-disk label if it has been changed.
+If it has changed, update the in-core label, and then if
+.Fl r
+is given, update the on-disk label as well.
 .El
 .Pp
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index