talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ad478394f0083f9e963ea98873d69e54ca4f6e3c
parent 03fc22b60524a6357a6d80dd2f3604af650409c3
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:
MAUTHORS | 1+
Mdoc/man/claws-mail.1 | 11++++-------
Msrc/gtk/authors.h | 1+
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",