Update of /cvsroot/cscope/cscope/doc
In directory usw-pr-cvs1:/tmp/cvs-serv30773/doc
Modified Files:
cscope.1
Log Message:
Quoted filenames in namelist files
Index: cscope.1
===================================================================
RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** cscope.1 2001/06/15 11:01:14 1.15
--- cscope.1 2002/01/02 17:25:48 1.16
***************
*** 89,98 ****
.TP
.B -i namefile
! Browse through all source files whose names are listed in
! namefile (file names separated by spaces, tabs, or new-lines)
! instead of the default (cscope.files). If this option is
! specified, cscope ignores any files appearing on the command
! line. The argument namefile can be set to ``-'' to accept a list of
! files from stdio.
.TP
.B -k
--- 89,100 ----
.TP
.B -i namefile
! Browse through all source files whose names are listed in namefile
! (file names separated by spaces, tabs, or new-lines) instead of the
! default (cscope.files). If this option is specified, cscope ignores
! any files appearing on the command line. The argument namefile can be
! set to ``-'' to accept a list of files from stdio. Filenames in the
! namefile that contain whitespace have to be enclosed in "double
! quotes". Inside such quoted filenames, any double-quote and backslash
! characters have to be escaped by backslashes.
.TP
.B -k
|