diff options
author | Ivan Voras <ivoras@FreeBSD.org> | 2009-06-13 00:27:03 +0000 |
---|---|---|
committer | Ivan Voras <ivoras@FreeBSD.org> | 2009-06-13 00:27:03 +0000 |
commit | 452f657cb9813cbc701b39e969235bcc7b7cd0d9 (patch) | |
tree | c825b3f07dbd769fc6ebee9c09faa796ccc3c8fc /sbin/geom/class/label | |
parent | 570706f8ad897247be64b7e5dd1561186d099f37 (diff) |
Notes
Diffstat (limited to 'sbin/geom/class/label')
-rw-r--r-- | sbin/geom/class/label/glabel.8 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8 index bc1994e27723a..454cba0c7a6af 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.8 @@ -1,4 +1,5 @@ .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> +.\" Copyright (c) 2008-2009 Ivan Voras <ivoras@FreeBSD.org> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -24,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 2, 2004 +.Dd June 13, 2009 .Dt GLABEL 8 .Os .Sh NAME @@ -119,7 +120,18 @@ NTFS (directory .Pa /dev/ntfs/ ) . .El .Pp -Non file-system labels are created in the directory +Support for partition metadata is implemented for: +.Pp +.Bl -bullet -offset indent -compact +.It +GPT labels (directory +.Pa /dev/gpt/ ) . +.It +GPT UUIDs (directory +.Pa /dev/gptid/ ) . +.El +.Pp +Generic labels are created in the directory .Pa /dev/label/ . .Pp The first argument to |