[patch, obvious] debuginfod-find.1 man page

Frank Ch. Eigler fche@elastic.org
Wed Oct 7 23:20:08 GMT 2020


Hi -

Committing as obvious, thanks BenW!

Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Wed Oct 7 19:03:20 2020 -0400

    debuginfod-find.1: Fix formatting on wide consoles
    
    The SYNOPSIS section looks less funny with missing
    .br directives added in.
    
    Signed-off-by: Frank Ch. Eigler <fche@redhat.com>

diff --git a/doc/ChangeLog b/doc/ChangeLog
index e0485004826a..7f5572f1efbf 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-07  Frank Ch. Eigler  <fche@redhat.com>
+
+	* debuginfod-find.1: Add missing .br for SYNOPSIS section.
+
 2020-06-19  Mark Wielaard  <mark@klomp.org>
 
 	* Makefile.am: Guard all client manpages with LIBDEBUGINFOD.
diff --git a/doc/debuginfod-find.1 b/doc/debuginfod-find.1
index aeb1cb120918..12d4ec2d32fe 100644
--- a/doc/debuginfod-find.1
+++ b/doc/debuginfod-find.1
@@ -19,10 +19,15 @@ debuginfod-find \- request debuginfo-related data
 
 .SH SYNOPSIS
 .B debuginfod-find [\fIOPTION\fP]... debuginfo \fIBUILDID\fP
+.br
 .B debuginfod-find [\fIOPTION\fP]... debuginfo \fIPATH\fP
+.br
 .B debuginfod-find [\fIOPTION\fP]... executable \fIBUILDID\fP
+.br
 .B debuginfod-find [\fIOPTION\fP]... executable \fIPATH\fP
+.br
 .B debuginfod-find [\fIOPTION\fP]... source \fIBUILDID\fP \fI/FILENAME\fP
+.br
 .B debuginfod-find [\fIOPTION\fP]... source \fIPATH\fP \fI/FILENAME\fP
 
 .SH DESCRIPTION


More information about the Elfutils-devel mailing list