From: Hans-Bernhard B. <br...@us...> - 2007-12-03 23:54:39
|
Update of /cvsroot/cscope/cscope/doc In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9829 Modified Files: cscope.1 Log Message: Fix English and troff grammar glitches in manpage. Index: cscope.1 =================================================================== RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** cscope.1 30 Sep 2006 21:04:10 -0000 1.20 --- cscope.1 3 Dec 2007 23:54:37 -0000 1.21 *************** *** 1,4 **** .PU ! .TH CSCOPE "1" "August 2003" "The Santa Cruz Operation" .SH NAME cscope - interactively examine a C program --- 1,4 ---- .PU ! .TH CSCOPE "1" "January 2007" "The Santa Cruz Operation" .SH NAME cscope - interactively examine a C program *************** *** 10,14 **** .BI [\-I incdir ] .BI [\-i namefile ] ! .BI [\-[ 0123456789 ] pattern ] .BI [\-p n ] .BI [\-s dir ] --- 10,14 ---- .BI [\-I incdir ] .BI [\-i namefile ] ! .BI [\-0123456789 pattern ] .BI [\-p n ] .BI [\-s dir ] *************** *** 45,49 **** than the initial build. .SH OPTIONS ! Some command line arguments can only occur as the the ony argument in the execution of cscope. They cause the program to just print out some output and exit immediately: --- 45,49 ---- than the initial build. .SH OPTIONS ! Some command line arguments can only occur as the only argument in the execution of cscope. They cause the program to just print out some output and exit immediately: *************** *** 87,91 **** (A symbol reference file is created by > and >>, and can also be read using the < ! command, described under ``Issuing Subsequent Requests,'' below.) .TP --- 87,91 ---- (A symbol reference file is created by > and >>, and can also be read using the < ! command, described under ``Issuing Subsequent Requests'', below.) .TP *************** *** 154,158 **** file path components instead of the default (1). Use .I 0 ! to not display the file name at all. .TP .B -q --- 154,158 ---- file path components instead of the default (1). Use .I 0 ! not to display the file name at all. .TP .B -q *************** *** 195,199 **** The -I, -c, -k, -p, -q, and -T options can also be in the cscope.files file. .PP ! .B Requesting the initial search .PP After the cross-reference is ready, cscope will display this menu: --- 195,199 ---- The -I, -c, -k, -p, -q, and -T options can also be in the cscope.files file. .PP ! .SS Requesting the initial search .PP After the cross-reference is ready, cscope will display this menu: *************** *** 222,226 **** field, type the text to search for, and then press the <Return> key. .PP ! .SH "Issuing subsequent requests" If the search is successful, any of these single-character commands can be used: --- 222,226 ---- field, type the text to search for, and then press the <Return> key. .PP ! .SS "Issuing subsequent requests" If the search is successful, any of these single-character commands can be used: *************** *** 358,362 **** .TP .B Special keys - .PP If your terminal has arrow keys that work in vi, you can use them to move around the input fields. The up-arrow key is useful to move to --- 358,361 ---- *************** *** 366,370 **** commands, respectively. .PP ! .B Line-Oriented interface .PP The -l option lets you use cscope where a screen-oriented interface --- 365,369 ---- commands, respectively. .PP ! .SS Line-Oriented interface .PP The -l option lets you use cscope where a screen-oriented interface |