From: Paul Date: Tue, 22 May 2018 10:21:58 +0000 (+0100) Subject: fix syntax error in man page X-Git-Tag: 3.17.0~99 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=ad478394f0083f9e963ea98873d69e54ca4f6e3c 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 --- diff --git a/AUTHORS b/AUTHORS index 204841fd1..9bbc15628 100644 --- 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 index 06d026aa6..4b3fa7ed4 100644 --- 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 index a093c42bd..360f51446 100644 --- 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",