summaryrefslogtreecommitdiff
path: root/debian/ocs.1
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-06-03 13:44:08 +0200
committerTobias Klauser <tklauser@distanz.ch>2010-06-03 13:44:08 +0200
commitdd1ba6f530787377b3b13c0c01f426c271bd3225 (patch)
treeb85e6bb90728f6902d72cb2125ad3412725cbf3b /debian/ocs.1
parentab3fd9bfb0f8a25492a18ec3cbbc9fc6a6bbe323 (diff)
parent2532a731d79ab37ac27c17fb84b6017a7f1ae4cb (diff)
Merge branch 'nmu-apply'
Conflicts: debian/changelog debian/control
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