summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-10-07 19:03:20 -0400
committerFrank Ch. Eigler <fche@redhat.com>2020-10-07 19:19:48 -0400
commit759ee34bd265bf2aa54fab3158c6a498b26cc649 (patch)
tree3cd07fc030bc55084147d75b07f5cd3b1ac691c9 /doc
parent82341762d78c5eeb7a8a53abb7d5e17980701f14 (diff)
downloadelfutils-759ee34bd265bf2aa54fab3158c6a498b26cc649.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/debuginfod-find.15
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e0485004..ad17e992 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 aeb1cb12..12d4ec2d 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