Add the keywords 'mv' and 'move'.

This commit is contained in:
Greg Lehey 2000-01-05 06:07:59 +00:00
parent 5756902abc
commit a86a06a0b5

View File

@ -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 */