Update of /cvsroot/cscope/cscope/doc
In directory usw-pr-cvs1:/tmp/cvs-serv27835/doc
Modified Files:
cscope.1
Log Message:
Updated cscope.1 man page for better description of CSCOPE_* environment
variables.
Index: cscope.1
===================================================================
RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** cscope.1 2001/02/09 21:07:16 1.12
--- cscope.1 2001/02/12 17:39:04 1.13
***************
*** 360,373 ****
.PP
.SH "ENVIRONMENT VARIABLES"
.B CSCOPE_EDITOR
! Overrides the EDITOR and VIEWER variables. To be used when the EDITOR
! or VIEWER value is not compatible when called from cscope.
.TP
.B CSCOPE_LINEFLAG
! Options to the editor.
.TP
.B CSCOPE_LINEFLAG_AFTER_FILE
! Options to the editor that are required after the name of the
! file to be edited.
.TP
.B EDITOR
--- 360,385 ----
.PP
.SH "ENVIRONMENT VARIABLES"
+ .TP
.B CSCOPE_EDITOR
! Overrides the EDITOR and VIEWER variables. Use this if you wish to use
! a different editor with cscope than that specified by your
! EDITOR/VIEWER variables.
.TP
.B CSCOPE_LINEFLAG
! Format of the line number flag for your editor. By default, cscope
! invokes your editor via the equivalent of ``editor +N file'', where
! ``N'' is the line number that the editor should jump to. This format
! is used by both emacs and vi. If your editor needs something
! different, specify it in this variable, with ``%s'' as a placeholder
! for the line number. Ex: if your editor needs to be invoked as
! ``editor -#103 file'' to go to line 103, set this variable to
! ``-#%s''.
.TP
.B CSCOPE_LINEFLAG_AFTER_FILE
! Set this variable to ``yes'' if your editor needs to be invoked with
! the line number option after the filename to be edited. To continue
! the example from CSCOPE_LINEFLAG, above: if your editor needs to see
! ``editor file -#number'', set this environment variable. Users of most
! standard editors (vi, emacs) do not need to set this variable.
.TP
.B EDITOR
***************
*** 410,413 ****
--- 422,426 ----
.PP
.SH FILES
+ .TP
.B cscope.files
Default files containing -I, -p, -q, and -T options and the
|