Update of /cvsroot/q-lang/q/doc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28481
Modified Files:
qdoc.texi
Log Message:
update documentation
Index: qdoc.texi
===================================================================
RCS file: /cvsroot/q-lang/q/doc/qdoc.texi,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** qdoc.texi 23 Jan 2008 06:49:08 -0000 1.145
--- qdoc.texi 23 Jan 2008 07:09:07 -0000 1.146
***************
*** 14497,14501 ****
Matching filenames against patterns with shell wildcards (@code{*}, @code{?}
etc.), also known as filename ``globbing'', is implemented by the following
! functions from @code{system.q}:
@findex fnmatch
--- 14497,14501 ----
Matching filenames against patterns with shell wildcards (@code{*}, @code{?}
etc.), also known as filename ``globbing'', is implemented by the following
! functions from @code{clib.q}:
@findex fnmatch
|