diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-03-13 19:38:12 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-03-13 19:38:12 +0000 |
commit | 85e9dc7d1bcee11146ea53abb673ba182c28728b (patch) | |
tree | 4161684e036ad6919a893a8d575ea8ccd57a5942 /sbin/geom/class/label | |
parent | 18ee8840760fbb25e9d33aefa3d007df61f8da65 (diff) |
Notes
Diffstat (limited to 'sbin/geom/class/label')
-rw-r--r-- | sbin/geom/class/label/glabel.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8 index 5af957213bcb8..a33c1f1db646c 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org> +.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -60,6 +60,9 @@ .Cm list .Op Ar prov ... .Nm +.Cm status +.Op Ar prov ... +.Nm .Cm load .Op Fl v .Nm @@ -144,7 +147,11 @@ Clear metadata on the given devices. .It Cm dump Dump metadata stored on the given devices. .It Cm list -List all currently configured devices, or list the given devices. +Print detailed information about every currently configured device; if a list of +devices is passed as a parameter then only those devices will be shown. +.It Cm status +Print general information about every currently configured device; if a list of +devices is passed as a parameter then only those devices will be shown. .It Cm load Load .Pa geom_label.ko |