[q-lang-cvs] q/doc q.1,1.13,1.14
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-04 23:53:49
|
Update of /cvsroot/q-lang/q/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24455 Modified Files: q.1 Log Message: fix typo Index: q.1 =================================================================== RCS file: /cvsroot/q-lang/q/doc/q.1,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** q.1 2 Oct 2007 00:34:21 -0000 1.13 --- q.1 4 Feb 2008 23:53:43 -0000 1.14 *************** *** 152,156 **** or .B --paranoid ! prints an excessive amount of diagnostics even for perfectly legals scripts. This is not intended to be used regularly, but may occasionally be useful to check your script for missing declarations or mistyped identifiers. --- 152,156 ---- or .B --paranoid ! prints an excessive amount of diagnostics even for perfectly legal scripts. This is not intended to be used regularly, but may occasionally be useful to check your script for missing declarations or mistyped identifiers. |