(finally!) add keywords raid4 and partition.

This commit is contained in:
Greg Lehey 2000-04-06 07:13:44 +00:00
parent 8fc40832d5
commit 6165ec2aad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59063

View File

@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
* $Id: vinumparser.c,v 1.18 1999/12/30 09:31:22 grog Exp grog $
* $Id: vinumparser.c,v 1.19 2000/02/19 06:53:09 grog Exp grog $
* $FreeBSD$
*/
@ -95,6 +95,7 @@
/* Normal keywords. These are all the words that vinum knows. */
struct _keywords keywords[] =
{keypair(drive),
keypair(partition),
keypair(sd),
keypair(subdisk),
keypair(plex),
@ -109,6 +110,7 @@ struct _keywords keywords[] =
keypair(raw),
keypair(device),
keypair(concat),
keypair(raid4),
keypair(raid5),
keypair(striped),
keypair(plexoffset),