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

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