Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6245

Modified Files:
        monetdb.1 monetdb.mx 
Log Message:
correct documentation/help

U monetdb.1
Index: monetdb.1
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/monetdb.1,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- monetdb.1   7 Apr 2008 18:40:16 -0000       1.7
+++ monetdb.1   7 Apr 2008 18:42:25 -0000       1.8
@@ -86,9 +86,9 @@
 flag, a long listing is used.  This listing spans many rows with on each
 row one property and its value separated by a colon (`:').  The long
 listing includes all information that is available.
-.IP "start [\-aw] [database ...]"
-.IP "stop [\-aw] [database ...]"
-.IP "kill [\-aw] [database ...]"
+.IP "start [\-aw] database [database ...]"
+.IP "stop [\-aw] database [database ...]"
+.IP "kill [\-aw] database [database ...]"
 Starts, stops or kills the given database(s) or, when
 .I \-a
 is supplied, all known databases, if the MonetDB Database Server

U monetdb.mx
Index: monetdb.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/monetdb.mx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- monetdb.mx  7 Apr 2008 18:40:18 -0000       1.17
+++ monetdb.mx  7 Apr 2008 18:42:25 -0000       1.18
@@ -120,21 +120,21 @@
                printf("  -l  extended information listing\n");
                printf("  -c  crash statistics listing\n");
        } else if (strcmp(argv[1], "start") == 0) {
-               printf("Usage: monetdb start [-aw] [database ...]\n");
+               printf("Usage: monetdb start [-aw] database [database ...]\n");
                printf("  Starts the given database, if the MonetDB Database 
Server\n");
                printf("  is running.\n");
                printf("Options:\n");
                printf("  -a  start all known databases\n");
                printf("  -w  wait for a database to be started instead of 
returning immediately\n");
        } else if (strcmp(argv[1], "stop") == 0) {
-               printf("Usage: monetdb stop [-aw] [database ...]\n");
+               printf("Usage: monetdb stop [-aw] database [database ...]\n");
                printf("  Stops the given database, if the MonetDB Database 
Server\n");
                printf("  is running.\n");
                printf("Options:\n");
                printf("  -a  stop all known databases\n");
                printf("  -w  wait for a database to be stopped instead of 
returning immediately\n");
        } else if (strcmp(argv[1], "kill") == 0) {
-               printf("Usage: monetdb kill [-aw] [database ...]\n");
+               printf("Usage: monetdb kill [-aw] database [database ...]\n");
                printf("  Kills the given database, if the MonetDB Database 
Server\n");
                printf("  is running.  Note: killing a database should only be 
done\n");
                printf("  as last resort to stop a database.  A database 
being\n");


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to