diff options
author | 2010-09-23 17:16:01 +0000 | |
---|---|---|
committer | 2010-09-23 17:16:01 +0000 | |
commit | 31f2f9df315227c4253d74e7141c66c49f0ec416 (patch) | |
tree | 24eb92c5b86d371100ab4f5a1d8e63a1a84fdf9c | |
parent | remove dying flag in the detach() function. (diff) | |
download | wireguard-openbsd-31f2f9df315227c4253d74e7141c66c49f0ec416.tar.xz wireguard-openbsd-31f2f9df315227c4253d74e7141c66c49f0ec416.zip |
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 |