aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2000-01-05 06:07:59 +0000
committerGreg Lehey <grog@FreeBSD.org>2000-01-05 06:07:59 +0000
commita86a06a0b50671d71d8f12040ec733f2d83dfabe (patch)
tree56fd00ab40775f8bc5cd213ed1b6b18bb8c19001 /sys/dev
parent5756902abc0c9115f073504e4e86ffdd259d89e9 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vinum/vinumkw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h
index e20427ed10e6..a69d9b1efb1e 100644
--- a/sys/dev/vinum/vinumkw.h
+++ b/sys/dev/vinum/vinumkw.h
@@ -33,6 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
+ * $Id: vinumkw.h,v 1.15 1999/12/30 07:14:20 grog Exp grog $
* $FreeBSD$
*/
@@ -61,6 +62,8 @@ enum keyword {
kw_lv, /* list volume */
kw_set,
kw_rm,
+ kw_mv, /* move object */
+ kw_move, /* synonym for mv */
kw_start,
kw_stop,
kw_makedev, /* make /dev/vinum devices */