summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-06-22 05:54:39 +0000
committergrog <grog@FreeBSD.org>1999-06-22 05:54:39 +0000
commitb864899297d6286e74e62035b5b7e726ae04eb54 (patch)
tree26f583cf05a952632bf56bb8aba37fe03ac83696 /sbin
parent3da49d8e68dd6b975495efb52a1d7c07e9a72c3f (diff)
downloadFreeBSD-src-b864899297d6286e74e62035b5b7e726ae04eb54.zip
FreeBSD-src-b864899297d6286e74e62035b5b7e726ae04eb54.tar.gz
Remove ancient, mouldy comments.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/vinum/v.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c
index 5ba3687..3161e38 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 */
OpenPOWER on IntegriCloud