etags(1): fix formatting problem

* doc/man/etags.1: Remove spurious space.
This commit is contained in:
Reuben Thomas
2018-01-19 14:18:09 +00:00
parent 35e4a0def9
commit 308670ff00

View File

@@ -145,7 +145,7 @@ May be used (only once) in place of a file name on the command line.
\fBetags\fP will read from standard input and mark the produced tags
as belonging to the file \fBFILE\fP.
.TP
\fB \-Q, \-\-class\-qualify\fP
\fB\-Q, \-\-class\-qualify\fP
Qualify tag names with their class name in C++, ObjC, Java, and Perl.
This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP
for C++ and Perl,