diff options
author | Greg Lehey <grog@FreeBSD.org> | 1999-06-22 05:54:39 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 1999-06-22 05:54:39 +0000 |
commit | c9a9cf971a17f3ffd6df72e29cdf5d5f599c9305 (patch) | |
tree | 7c1e46fd243aa11a59aad9ecc468ee03466aa3c2 /sbin/vinum | |
parent | b1cdcf849c1d88a765f4acd53245f22adc811f69 (diff) | |
download | src-c9a9cf971a17f3ffd6df72e29cdf5d5f599c9305.tar.gz src-c9a9cf971a17f3ffd6df72e29cdf5d5f599c9305.zip |
Remove ancient, mouldy comments.
Notes
Notes:
svn path=/head/; revision=48097
Diffstat (limited to 'sbin/vinum')
-rw-r--r-- | sbin/vinum/v.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index 5ba368777d58..3161e38e23b1 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -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 */ |