comparison etc/etags.1 @ 77490:7923e1aa5600

Yavor Doganov <yavor at gnu.org> (tiny change) Escape some minus signs.
author Glenn Morris <rgm@gnu.org>
date Wed, 25 Apr 2007 05:45:30 +0000
parents 5e4a56d28815
children 4b9b0398c0f1 92c344270c8a
comparison
equal deleted inserted replaced
77489:51140433ba5c 77490:7923e1aa5600
222 .br 222 .br
223 \fI\-\-lang\=none \-\-regex\='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP 223 \fI\-\-lang\=none \-\-regex\='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP
224 224
225 .br 225 .br
226 A regexp can be preceded by {\fIlang\fP}, thus restricting it to match 226 A regexp can be preceded by {\fIlang\fP}, thus restricting it to match
227 lines of files of the specified language. Use \fBetags --help\fP to obtain 227 lines of files of the specified language. Use \fBetags \-\-help\fP to obtain
228 a list of the recognised languages. This feature is particularly useful inside 228 a list of the recognised languages. This feature is particularly useful inside
229 \fBregex files\fP. A regex file contains one regex per line. Empty lines, 229 \fBregex files\fP. A regex file contains one regex per line. Empty lines,
230 and those lines beginning with space or tab are ignored. Lines beginning 230 and those lines beginning with space or tab are ignored. Lines beginning
231 with @ are references to regex files whose name follows the @ sign. Other 231 with @ are references to regex files whose name follows the @ sign. Other
232 lines are considered regular expressions like those following \fB\-\-regex\fP. 232 lines are considered regular expressions like those following \fB\-\-regex\fP.