summaryrefslogtreecommitdiff
path: root/debian/ocs.1
diff options
context:
space:
mode:
authortony mancill <tmancill@debian.org>2010-06-03 13:40:55 +0200
committerTobias Klauser <tklauser@distanz.ch>2010-06-03 13:40:55 +0200
commit2532a731d79ab37ac27c17fb84b6017a7f1ae4cb (patch)
treed3dfc2464b2db0d3522538c8013269dab9ebc3cf /debian/ocs.1
parentc3ca49de5b937873d599ce862ae1f365499f8bfb (diff)
Bug#565727: cscope: diff for NMU version 15.7a-3.1
tags 565727 + pending thanks Dear maintainer, I've prepared an NMU for cscope (versioned as 15.7a-3.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards, Tony
Diffstat (limited to 'debian/ocs.1')
-rw-r--r--debian/ocs.112
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/ocs.1 b/debian/ocs.1
index 9000772..77354de 100644
--- a/debian/ocs.1
+++ b/debian/ocs.1
@@ -7,13 +7,13 @@
ocs \- creates and maintains the database for cscope on a recursive directory set
.SH SYNOPSIS
.B ocs
-[-x] [-f] [-q] [-u]
+[\-x] [\-f] [\-q] [\-u]
.br
.SH DESCRIPTION
-This manual page briefly documents
+This manual page briefly documents
.B ocs
-, a shell script wrapper that automates the creation and maintainance of a
+, a shell script wrapper that automates the creation and maintenance of a
.BR cscope(1)
database on a recursive set of directories. Under normal circumstances,
.B ocs
@@ -24,7 +24,7 @@ in interactive mode.
.SH OPTIONS
.B
-.IP -x
+.IP -x
Enable debugging.
.br
.B
@@ -36,7 +36,7 @@ Force. Do not ask about regenerating 'TMP' lists (lists generated by
) lists.
.br
.B
-.IP -q
+.IP -q
Tell cscope to build a fast reverse index. Database disk space usage is doubled, but searching speed is increased.
.br
.B
@@ -47,7 +47,7 @@ Request that the database be updated or regenerated.
.IP ./cscope.rc
If this is an executable shell script, it will be included in the body of
.B ocs
-in order to override intenal filenames and other options. See the comments at the top of
+in order to override intenal filenames and other options. See the comments at the top of
.B /usr/bin/ocs
for more information.
.SH BUGS