Blame SOURCES/cscope-6-doc-cscope.1-Fix-hyphens.patch

1124be
From 3f9e3da40a77274705c9cb9103a6046daa950f5d Mon Sep 17 00:00:00 2001
1124be
From: Jari Aalto <jari.aalto@cante.net>
1124be
Date: Sat, 8 May 2010 20:16:14 +0300
1124be
Subject: [PATCH 7/9] doc/cscope.1: Fix hyphens
1124be
1124be
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
1124be
Signed-off-by: Vladis Dronov <vdronov@redhat.com>
1124be
---
1124be
 doc/cscope.1 | 33 ++++++++++++++++-----------------
1124be
 1 file changed, 16 insertions(+), 17 deletions(-)
1124be
1124be
diff --git a/doc/cscope.1 b/doc/cscope.1
1124be
index ca94e8b..0318347 100644
1124be
--- a/doc/cscope.1
1124be
+++ b/doc/cscope.1
1124be
@@ -1,4 +1,3 @@
1124be
-.PU
1124be
 .TH CSCOPE "1" "January 2007" "The Santa Cruz Operation"
1124be
 .SH NAME
1124be
 cscope - interactively examine a C program 
1124be
@@ -106,7 +105,7 @@ below. (The #include files
1124be
 may be specified with either double quotes or angle brackets.)
1124be
 The incdir directory is searched in addition to the current
1124be
 directory (which is searched first) and the standard list
1124be
-(which is searched last). If more than one occurrence of -I
1124be
+(which is searched last). If more than one occurrence of \-I
1124be
 appears, the directories are searched in the order they appear
1124be
 on the command line.
1124be
 .TP
1124be
@@ -129,7 +128,7 @@ source trees generally do not use it.
1124be
 .TP
1124be
 .B -L
1124be
 Do a single search with line-oriented output when used with the
1124be
--num pattern option.
1124be
+\-num pattern option.
1124be
 .TP
1124be
 .B -l
1124be
 Line-oriented interface (see ``Line-Oriented Interface''
1124be
@@ -146,7 +145,7 @@ Prepend
1124be
 .I path 
1124be
 to relative file names in a pre-built cross-reference file so you do
1124be
 not have to change to the directory where the cross-reference file was
1124be
-built. This option is only valid with the -d option.
1124be
+built. This option is only valid with the \-d option.
1124be
 .TP
1124be
 .BI -p n
1124be
 Display the last
1124be
@@ -195,7 +194,7 @@ Remove the cscope reference file and inverted indexes when exiting
1124be
 .I files
1124be
 A list of file names to operate on.
1124be
 .PP
1124be
-The -I, -c, -k, -p, -q, and -T options can also be in the cscope.files file.
1124be
+The \-I, \-c, \-k, \-p, \-q, and \-T options can also be in the cscope.files file.
1124be
 .PP
1124be
 .SS Requesting the initial search
1124be
 .PP
1124be
@@ -266,7 +265,7 @@ Append the displayed list of lines to a file.
1124be
 .TP
1124be
 .B <
1124be
 Read lines from a file that is in symbol reference format
1124be
-(created by > or >>), just like the -F option.
1124be
+(created by > or >>), just like the \-F option.
1124be
 .TP
1124be
 .B ^
1124be
 Filter all lines through a shell command and display the
1124be
@@ -371,7 +370,7 @@ commands, respectively.
1124be
 .PP   
1124be
 .SS Line-Oriented interface
1124be
 .PP  
1124be
-The -l option lets you use cscope where a screen-oriented interface
1124be
+The \-l option lets you use cscope where a screen-oriented interface
1124be
 would not be useful, for example, from another screen-oriented
1124be
 program.
1124be
 .PP  
1124be
@@ -380,10 +379,10 @@ with the field number (counting from 0) immediately followed by the
1124be
 search pattern, for example, ``lmain'' finds the definition of the
1124be
 main function.
1124be
 .PP   
1124be
-If you just want a single search, instead of the -l option use the -L
1124be
-and -num pattern options, and you won't get the >> prompt.
1124be
+If you just want a single search, instead of the \-l option use the \-L
1124be
+and \-num pattern options, and you won't get the >> prompt.
1124be
 .PP 
1124be
-For -l, cscope outputs the number of reference lines
1124be
+For \-l, cscope outputs the number of reference lines
1124be
 cscope: 2 lines
1124be
 .PP  
1124be
 For each reference found, cscope outputs a line consisting of the file
1124be
@@ -468,11 +467,11 @@ is not set, cscope searches only in the current directory.
1124be
 .SH FILES
1124be
 .TP
1124be
 .B cscope.files
1124be
-Default files containing -I, -p, -q, and -T options and the
1124be
-list of source files (overridden by the -i option).
1124be
+Default files containing \-I, \-p, \-q, and \-T options and the
1124be
+list of source files (overridden by the \-i option).
1124be
 .TP
1124be
 .B cscope.out
1124be
-Symbol cross-reference file (overridden by the -f option),
1124be
+Symbol cross-reference file (overridden by the \-f option),
1124be
 which is put in the home directory if it cannot be created in
1124be
 the current directory.
1124be
 .TP
1124be
@@ -482,11 +481,11 @@ the current directory.
1124be
 .B cscope.po.out
1124be
 .PD 1
1124be
 Default files containing the inverted index used for quick
1124be
-symbol searching (-q option). If you use the -f option to
1124be
+symbol searching (\-q option). If you use the \-f option to
1124be
 rename the cross-reference file (so it's not cscope.out), the
1124be
 names for these inverted index files will be created by adding
1124be
- .in and .po to the name you supply with -f. For example, if you
1124be
-indicated -f xyz, then these files would be named xyz.in and
1124be
+ .in and .po to the name you supply with \-f. For example, if you
1124be
+indicated \-f xyz, then these files would be named xyz.in and
1124be
 xyz.po.
1124be
 .TP
1124be
 .B INCDIR
1124be
@@ -554,7 +553,7 @@ definition, for example,
1124be
 .PP
1124be
  char flag
1124be
  #ifdef ALLOCATE_STORAGE
1124be
-      = -1
1124be
+      = \-1
1124be
  #endif
1124be
  ;
1124be
 .PP
1124be
-- 
1124be
2.26.2
1124be