commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/doc faq.txt applications/gcdverifier.txt


From: Neil Tiffin
Subject: gnue/geas/doc faq.txt applications/gcdverifier.txt
Date: Mon, 07 May 2001 12:48:27 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/05/07 12:48:27

Modified files:
        geas/doc       : faq.txt 
        geas/doc/applications: gcdverifier.txt 

Log message:
        Update geas docs for gcdverifier and add cvs tags.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/doc/faq.txt.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/doc/applications/gcdverifier.txt.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/geas/doc/applications/gcdverifier.txt
diff -u gnue/geas/doc/applications/gcdverifier.txt:1.1 
gnue/geas/doc/applications/gcdverifier.txt:1.2
--- gnue/geas/doc/applications/gcdverifier.txt:1.1      Tue Mar 27 20:12:11 2001
+++ gnue/geas/doc/applications/gcdverifier.txt  Mon May  7 12:48:27 2001
@@ -1,19 +1,46 @@
+gcdverifier.txt
 
-The program gcdverifier (in the 'tools' directory) is used to process a GCD
-file and report errors.
+$Id: gcdverifier.txt,v 1.2 2001/05/07 19:48:27 ntiffin Exp $
 
-gcdverifier [-f] file...
+The program gcdverifier (in the 'tools' directory) is used to process a
+GCD file and report errors.
 
-The -f option causes a full class name to be printed with each class. The
-full name of a class is what must be used from a client.
+gcdverifier [options] [file | directory] ... [fileN | directoryN]
 
-Warning: currently does not check for semantic errors (such as a reference
-to a non-existant or misspelled class.)
 
+Where
+=====
+file       One or more files in the format "file1.gcd file2.gcd ...".
 
-example:
+directory  One or directories in the format "dir1 dir2 ...".
 
+Directories and files may be mixed on the command line.
+
+
+Options
+=======
+-f         Causes a full class name to be printed with each class. The
+           full name of a class is what must be used from a client.
+     
+--verbose  Prints info in a more verbose way. (not used)
+
+--version  Prints version number.
+
+
+Warnings
+========
+The program gcdverifier currently does not check for semantic errors
+(such as a reference to a non-existant or misspelled class.)
+
+Does not handle directories whose name ends with ".gcd".
+
+Only processes files whose name ends with ".gcd".
+
+
+Examples
+========
 gcdverifier example.gcd
 gcdverifier example.gcd test.gcd
 gcdverifier -f example.gcd test.gcd
-
+gcdverifier ../../gnue-config
+gcdverifier ../../gnue-config test.gcd
Index: gnue/geas/doc/faq.txt
diff -u gnue/geas/doc/faq.txt:1.6 gnue/geas/doc/faq.txt:1.7
--- gnue/geas/doc/faq.txt:1.6   Sun Apr 22 22:11:00 2001
+++ gnue/geas/doc/faq.txt       Mon May  7 12:48:27 2001
@@ -77,7 +77,7 @@
 
 0.2) Version
 
-  Last modified: April 12, 2001.
+  Last modified: $Id: faq.txt,v 1.7 2001/05/07 19:48:27 ntiffin Exp $
 
 
 0.3) Copyright



reply via email to

[Prev in Thread] Current Thread [Next in Thread]