summaryrefslogtreecommitdiff
path: root/debian/ocs.1
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-11-13 22:13:33 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-11-13 22:13:33 +0100
commitb37e0da0b7dc72ddfa513e319ca71b5f5b8aeb7d (patch)
tree810ec4a83a30b7e001321fdb2402c756f511727e /debian/ocs.1
Initial import15.6-2
Diffstat (limited to 'debian/ocs.1')
-rw-r--r--debian/ocs.162
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/ocs.1 b/debian/ocs.1
new file mode 100644
index 0000000..450fea1
--- /dev/null
+++ b/debian/ocs.1
@@ -0,0 +1,62 @@
+.\"
+.\" This document is free to modify and distribute.
+.\"
+.TH ocs 1 "June 2001" "The Debian Project"
+
+.SH NAME
+ocs \- creates and maintains the database for cscope on a recursive directory set
+.SH SYNOPSIS
+.B ocs
+[-x] [-f] [-q] [-u]
+.br
+
+.SH DESCRIPTION
+This manual page briefly documents
+.B ocs
+, a shell script wrapper that automates the creation and maintainence of a
+.BR cscope(1)
+database on a recursive set of directories. Under normal circumstances,
+.B ocs
+generates a cscope database on a recursive group of directories starting from the current working directory, before launching
+.BR cscope(1)
+in interactive mode.
+.br
+
+.SH OPTIONS
+.B
+.IP -x
+Enable debugging.
+.br
+.B
+.IP -f
+Force. Do not ask about regenerating 'TMP' lists (lists generated by
+.B ocs
+), just do it; Allow the regeneration of 'CSD' (lists generated by
+.BR cscope(1)
+) lists.
+.br
+.B
+.IP -q
+Tell cscope to build a fast reverse index. Database disk space usage is doubled, but searching speed is increased.
+.br
+.B
+.IP -u
+Request that the database be updated or regenerated.
+.br
+.SH FILES
+.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
+.B /usr/bin/ocs
+for more information.
+.SH BUGS
+None noted.
+.SH SEE ALSO
+.BR cscope(1),
+.BR /usr/bin/ocs.
+.SH AUTHORS
+.br
+This manpage originally prepared by
+.B Nick Rusnov
+<nick@grawk.net> for the Debian Project.