Re: [PATCH] Documentation: help: describe 'man.viewer' config variable.
From: Christian Couder <hidden>
Date: 2016-06-15 22:44:18
Le mercredi 27 février 2008, しらいしななこ a écrit :
Quoting Christian Couder [off-list ref]:quoted
+man.viewer:: + Specify the program that will be used to display help in the + 'man' format. See linkgit:git-help[1]. + -i|--info:: - Use the 'info' program to display the manual page, instead of - the 'man' program that is used by default. + Display manual documentation about the command in Info + format. The 'info' program will be used for that purpose.I am not a native speaker of the English language, but "manual documentation about" feels duplicatedly redundant, at least to me. I think it is more common to say "the manual page for", or "the man page for".
Yes, I will send an updated patch saying "manual page for" soon.
quoted
-m|--man:: - Use the 'man' program to display the manual page. This may be - used to override a value set in the 'help.format' - configuration variable. + Display manual documentation about the command in Man format.An earlier description for man.viewer says "in the 'man' format".
Ok, it will say "'man' format" everywhere.
quoted
+ This option may be used to override a value set in the + 'help.format' configuration variable. ++ +By default the 'man' program will be used to display the man pages,And this part says "the man pages".quoted
-w|--web:: - Use a web browser to display the HTML manual page, instead of - the 'man' program that is used by default. + Display manual documentation about the command in HTLM format. + A web browser will be used for that purpose.Is this a mistyped "HTML format"?
Right, it will be fixed. Thanks, Christian.