Remove ancient, mouldy comments.

This commit is contained in:
Greg Lehey 1999-06-22 05:54:39 +00:00
parent b1cdcf849c
commit c9a9cf971a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48097

View File

@ -101,22 +101,6 @@ void start_daemon(void);
#define ofs(x) ((void *) (& ((struct confdata *) 0)->x)) /* offset of x in struct confdata */
/* create description-file
Create a volume as described in description-file
modify description-file
Modify the objects as described in description-file
list [-r] [volume | plex | subdisk]
List information about specified objects
set [-f] state volume | plex | subdisk | disk
Set the state of the object to state
rm [-f] [-r] volume | plex | subdisk
Remove an object
start [volume | plex | subdisk]
Allow the system to access the objects
stop [-f] [volume | plex | subdisk]
Terminate access the objects
*/
char *token[MAXARGS]; /* pointers to individual tokens */
int tokens; /* number of tokens */