commit 4bfea623b0e391cb1ebd709cc40466ec40db3f11
parent 6c2d65635e407490dd2199f22d349e076c57fdaf
Author: Paul <paul@claws-mail.org>
Date: Tue, 22 May 2018 11:21:58 +0100
fix syntax error in man page
List syntax error. This means .IP, .TP or .RS/.RE markup is garbled.
Common causes include .TP just before a section header, .TP entries
with tags but no bodies, and mandoc lists with no trailing .El.
These confuse doclifter, and may also mess up stricter man-page
browsers like Xman and Rosetta.
Patch by Eric S. Raymond
Diffstat:
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -322,3 +322,4 @@ contributors (in addition to the above; based on Changelog)
Michael Gmelin
Ralph Sennhauser
Michael Schwendt
+ Eric S. Raymond
diff --git a/doc/man/claws-mail.1 b/doc/man/claws-mail.1
@@ -252,15 +252,12 @@ User\-specified tag list.
$HOME/.claws\-mail/toolbar*.xml
User\-defined custom toolbars.
.TP
-.B "Windows only"
-.LP
-.TP
%TEMP%\\claws\-win32.log
-Claws Mail output file when \-\-debug is enabled. If %TEMP% is not set it
-defaults to windows directory (usually C:\\Windows) or C:\\ if windows
-directory is not available.
+(Windows only) Claws Mail output file when \-\-debug is enabled. If
+%TEMP% is not set it defaults to windows directory (usually
+C:\\Windows) or C:\\ if windows directory is not available.
.TP
-%APPDATA%\\Claws\-mail\\claws.log
+(Windows only) %APPDATA%\\Claws\-mail\\claws.log
Claws Mail log file.
.SH "EXAMPLES"
diff --git a/src/gtk/authors.h b/src/gtk/authors.h
@@ -256,6 +256,7 @@ static char *CONTRIBS_LIST[] = {
"Steve Rader",
"Jens Rantil",
"Ravemax",
+"Eric S. Raymond",
"Ivan Rayner",
"David Relson",
"Volker Ribbert",