Benoît Knecht wrote: > Hi Alejandro, > > Alejandro Garrido Mota wrote: > > I am looking for a sponsor for my package "taskcoach". > > > > [...] > > > > Also is found in http://github.com/mogaal/taskcoach > > Just a minor comment: your man page is dated 2008-12-25, but your git > repository shows you last changed it on 2010-04-14. You should change > the date tag in the man page to reflect that; it will also make it > coherent with your debian/copyright file.
I also suggest you apply the changes below to your man page; it should make it more readable. And you may want to change the SEE ALSO link to point directly to the online documentation [1] (although it would be nice to have a local copy of the user manual too). [1] http://taskcoach.wikispaces.com/Task+Coach+Manual diff --git a/debian/taskcoach.1 b/debian/taskcoach.1 index 3da75ba..695445a 100644 --- a/debian/taskcoach.1 +++ b/debian/taskcoach.1 @@ -1,7 +1,4 @@ .\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) .TH TASKCOACH 1 "December 25, 2008" .SH NAME taskcoach \- friendly and simple task manager @@ -17,7 +14,7 @@ such as those provided with Outlook or Lotus Notes, do not provide facilities for composite tasks. .SH OPTIONS The application follows the usual GNU command line syntax, with long -options starting with two dashes (`-'). +options starting with two dashes (`\-'). A summary of options is included below. .TP .B \-h, \-\-help @@ -26,14 +23,20 @@ Show summary of options. .B \-v, \-\-version Show version of program. .TP -.B \-i INIFILE, \-\-ini=INIFILE -use the specified INIFILE for storing settings +.BI \-i\ INIFILE ,\ \-\-ini= INIFILE +Use the specified +.I INIFILE +for storing settings. .TP -.B \-l LANGUAGE, \-\-language=LANGUAGE -use the specified LANGUAGE for the GUI (e.g. "nl" or "fr") +.BI \-l\ LANGUAGE ,\ \-\-language= LANGUAGE +Use the specified +.I LANGUAGE +for the GUI (e.g. "nl" or "fr"). .TP -.B \-p POFILE, \-\-po=POFILE -use the specified POFILE for translation of the GUI +.BI \-p\ POFILE ,\ \-\-po= POFILE +Use the specified +.I POFILE +for translation of the GUI. .SH SEE ALSO Official web page: www.taskcoach.org .SH AUTHOR -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

