From 607d79bfcfe90679716aaa9c8efcc07ddb58260f Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 20 Sep 2015 09:42:12 +0200 Subject: [PATCH] Fix manpage formatting of AUTHOR block. The AUTHOR block was formatted using fixed with font and no line break by mistake. Change this to normal text formatting. The problem was discovered by Debian thanks to lintian, and is fixed there in using a local change in debian/patches/man-page-adjustment.patch. --- doc/lmms.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lmms.1 b/doc/lmms.1 index 1b0a1801a..bed99fd1d 100644 --- a/doc/lmms.1 +++ b/doc/lmms.1 @@ -77,4 +77,4 @@ Show usage information and exit. .BR https://lmms.io/documentation/ .BR https://github.com/LMMS/lmms .SH AUTHORS -.BR Tobias Doerffel , Paul Giblock and others. See AUTHORS for details. +Tobias Doerffel , Paul Giblock and others. See AUTHORS for details.