fix syntax error in man page
authorPaul <paul@claws-mail.org>
Tue, 22 May 2018 10:21:58 +0000 (11:21 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 26 May 2018 13:09:05 +0000 (15:09 +0200)
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

AUTHORS
doc/man/claws-mail.1
src/gtk/authors.h

diff --git a/AUTHORS b/AUTHORS
index 204841fd1c74bf5feb293f874003d7c9ab472e9e..9bbc15628b7dc465e25302b28c6363e5ded2fd0d 100644 (file)
--- 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
index 06d026aa6285847e3c926b6fad48fc853579ed75..4b3fa7ed455c8b05aeb080cb1f67f997fc6a7007 100644 (file)
@@ -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"
index a093c42bd29963e9768d7ba1ed1eb366d7904f8e..360f51446cc774ccbc8ef4b3a3f0f1f9f7900b06 100644 (file)
@@ -256,6 +256,7 @@ static char *CONTRIBS_LIST[] = {
 "Steve Rader",
 "Jens Rantil",
 "Ravemax",
+"Eric S. Raymond",
 "Ivan Rayner",
 "David Relson",
 "Volker Ribbert",