.TH cscope-indexer 1 "30. December 2002" "Script to index files for cscope" .SH NAME cscope-indexer \- Script to index files for cscope .SH SYNOPSIS .B cscope-indexer [\fI-v\fR] [\fI-f database_file\fR] [\fI-i list_file\fR] [\fI-l\fR] [\fI-r\fR] .SH DESCRIPTION This script generates a list of files to index (cscope.out), which is then (optionally) used to generate a cscope database. You can use this script to just build a list of files, or it can be used to build a list and database. This script is not used to just build a database (skipping the list of files step), as this can be simply done by just calling "cscope -b". Normally, cscope will do its own indexing, but this script can be used to force indexing. This is useful if you need to recurse into subdirectories, or have many files to index (you can run this script from a cron job, during the night). It is especially useful for large projects, which can contstantly have source files added and deleted; by using this script, the changing sources files are automatically handled. Currently, any paths containing "/CVS/" or "/RCS/" are stripped out (ignored). .SH OPTIONS .TP .B \-f database_file Specifies the cscope database file (default: cscope.out). .TP .B \-i list_file Specifies the name of the file into which the list of files to index is placed (default: cscope.files). .TP .B \-l Suppress the generation/updating of the cscope database file. Only a list of files is generated. .TP .B \-r Recurse into subdirectories to locate files to index. Without this option, only the current directory is searched. .TP .B \-v Be verbose. Output simple progress messages. .SH "SEE ALSO" .BR cscope (1) .SH AUTHOR This manual page was written for the Debian GNU/Linux system by Robert Lemmen (but may be used by others, of course) f='/cgit.cgi/linux/net-next.git/tree/Documentation/devicetree/bindings/phy?id=5d1f7023fb2233d454ac3ac2fb7cc96fb94e9cac'>treecommitdiff
path: root/Documentation/devicetree/bindings/phy
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-11 11:24:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-11 11:24:54 -0700
commit5d1f7023fb2233d454ac3ac2fb7cc96fb94e9cac (patch)
treec0088a7a1126b23435cb00d8cb00d89e0119b3c8 /Documentation/devicetree/bindings/phy
parent90735c99edfa1968a3e8da26a0b471a59fbc0f57 (diff)
parent9f05e6219023116b59f6495e8c4d4ba352dd5fea (diff)
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: - a bigger fix for i801 to finally be able to be loaded on some machines again - smaller driver fixes - documentation update because of a renamed file * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: mux: reg: Provide of_match_table i2c: mux: refer to i2c-mux.txt i2c: octeon: Avoid printk after too long SMBUS message i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
Diffstat (limited to 'Documentation/devicetree/bindings/phy')