From 308670ff00e5396bef41de4fa5a1c565f7d5f39a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 19 Jan 2018 14:18:09 +0000 Subject: [PATCH] etags(1): fix formatting problem * doc/man/etags.1: Remove spurious space. --- doc/man/etags.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/etags.1 b/doc/man/etags.1 index 45d2541ec13..558b249f31b 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -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, -- 2.39.5