.\" .\" 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 maintenance 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 for the Debian Project.