diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-23 17:16:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-23 17:16:02 +0000 |
commit | e03491dcd4e6cca96bb5168c9e8ddb8e69576937 (patch) | |
tree | 4a423fd42fa6c1fe09fccdb9307e8a34f913eecf | |
parent | e961d2700ff0c474d581febaae964b0924244cf6 (diff) |
tweak the disklabel uid stuff; ok jsing
-rw-r--r-- | sbin/disklabel/disklabel.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index c4b8a0f8abb..2559c278287 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.93 2010/04/28 17:26:46 jsing Exp $ +.\" $OpenBSD: disklabel.8,v 1.94 2010/09/23 17:16:01 jmc Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: April 28 2010 $ +.Dd $Mdocdate: September 23 2010 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -218,7 +218,8 @@ Write a standard label on the designated drive. Specify the .Ar disk to operate on. -It can be specified either by its full pathname or an abbreviated disk form. +It can be specified by its full pathname, by an abbreviated disk form, +or by its disklabel UID. In its abbreviated form, the path to the device, the .Sq r denoting @@ -389,7 +390,7 @@ geometry is simply what the label said before .Nm made any changes). .It Cm i -Change the disklabel UID, specified as a 16 character hexadecimal string. +Change the disklabel UID, specified as a 16-character hexadecimal string. If set to all zeros, a new UID will automatically be allocated when the disklabel is written to disk. .It Cm l Op Ar unit |