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

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