; Fix groff warnings in man pages
This fixes check-man-pages warnings such as: troff: doc/man/etags.1:203: warning: escape character ignored before '=' * doc/man/etags.1: Fix groff warnings.
This commit is contained in:
parent
d3d9676bf8
commit
bdbb709978
1 changed files with 5 additions and 5 deletions
|
@ -209,7 +209,7 @@ otherwise. This is particularly useful when storing many predefined
|
||||||
regexps in a file.
|
regexps in a file.
|
||||||
.br
|
.br
|
||||||
In its second form, \fIregexfile\fP is the name of a file that contains
|
In its second form, \fIregexfile\fP is the name of a file that contains
|
||||||
a number of arguments to the \fI\-\-regex\=\fP option,
|
a number of arguments to the \fI\-\-regex=\fP option,
|
||||||
one per line. Lines beginning with a space or tab are assumed
|
one per line. Lines beginning with a space or tab are assumed
|
||||||
to be comments, and ignored.
|
to be comments, and ignored.
|
||||||
|
|
||||||
|
@ -220,22 +220,22 @@ from shell interpretation.
|
||||||
|
|
||||||
Tag the DEFVAR macros in the emacs source files:
|
Tag the DEFVAR macros in the emacs source files:
|
||||||
.br
|
.br
|
||||||
\fI\-\-regex\='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"/'\fP
|
\fI\-\-regex='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"/'\fP
|
||||||
.\"" This comment is to avoid confusion to Emacs syntax highlighting
|
.\"" This comment is to avoid confusion to Emacs syntax highlighting
|
||||||
.br
|
.br
|
||||||
|
|
||||||
Tag VHDL files (this example is a single long line, broken here for
|
Tag VHDL files (this example is a single long line, broken here for
|
||||||
formatting reasons):
|
formatting reasons):
|
||||||
.br
|
.br
|
||||||
\fI\-\-language\=none\ \-\-regex='/[\ \\t]*\\(ARCHITECTURE\\|\\
|
\fI\-\-language=none\ \-\-regex='/[\ \\t]*\\(ARCHITECTURE\\|\\
|
||||||
CONFIGURATION\\)\ +[^\ ]*\ +OF/'\ \-\-regex\='/[\ \\t]*\\
|
CONFIGURATION\\)\ +[^\ ]*\ +OF/'\ \-\-regex='/[\ \\t]*\\
|
||||||
\\(ATTRIBUTE\\|ENTITY\\|FUNCTION\\|PACKAGE\\(\ BODY\\)?\\
|
\\(ATTRIBUTE\\|ENTITY\\|FUNCTION\\|PACKAGE\\(\ BODY\\)?\\
|
||||||
\\|PROCEDURE\\|PROCESS\\|TYPE\\)[\ \\t]+\\([^\ \\t(]+\\)/\\3/'\fP
|
\\|PROCEDURE\\|PROCESS\\|TYPE\\)[\ \\t]+\\([^\ \\t(]+\\)/\\3/'\fP
|
||||||
.br
|
.br
|
||||||
|
|
||||||
Tag Tcl files (this last example shows the usage of a \fItagregexp\fP):
|
Tag Tcl files (this last example shows the usage of a \fItagregexp\fP):
|
||||||
.br
|
.br
|
||||||
\fI\-\-lang\=none \-\-regex\='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP
|
\fI\-\-lang=none \-\-regex='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP
|
||||||
|
|
||||||
.br
|
.br
|
||||||
A regexp can be preceded by {\fIlang\fP}, thus restricting it to match
|
A regexp can be preceded by {\fIlang\fP}, thus restricting it to match
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue