[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils FAQ link in manpages and/or --help output
From: |
Pádraig Brady |
Subject: |
Re: coreutils FAQ link in manpages and/or --help output |
Date: |
Mon, 25 Feb 2013 15:47:24 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 |
On 02/25/2013 02:53 PM, Ondrej Oprala wrote:
> Hi,
> to reduce the amount of questions about date, sort and anything
> multibyte-related, I think
> it'd be a good idea to add a link to the coreutils FAQ to the man pages
> (and/or --help output), maybe something like
> "Report TOOL bugs to address@hidden but please make sure the behaviour is not
> listed in FAQ: link"
> What do you think?
There are already too many links in --help for each command:
$ truncate --help | tail -n4
Report truncate bugs to address@hidden
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
For complete documentation, run: info coreutils 'truncate invocation'
How about we assume people have a web browser and instead have:
$ truncate --help | tail -n4
GNU coreutils online help: <http://www.gnu.org/software/coreutils/#help>
For complete documentation, run: info coreutils 'truncate invocation'
Then the "online help section" can verbosely list,
bug email, faq, online manual, ... without restrictions to screen width etc.
cheers,
Pádraig.
- Re: coreutils FAQ link in manpages and/or --help output, (continued)
- Re: coreutils FAQ link in manpages and/or --help output, Pádraig Brady, 2013/02/25
- Re: coreutils FAQ link in manpages and/or --help output, Philipp Thomas, 2013/02/25
- Re: coreutils FAQ link in manpages and/or --help output, Assaf Gordon, 2013/02/25
- Re: coreutils FAQ link in manpages and/or --help output, Pádraig Brady, 2013/02/25
- Re: coreutils FAQ link in manpages and/or --help output, Pádraig Brady, 2013/02/27
- Re: coreutils FAQ link in manpages and/or --help output, Bernhard Voelker, 2013/02/28
- Re: coreutils FAQ link in manpages and/or --help output, Ondrej Vasik, 2013/02/28
- Re: coreutils FAQ link in manpages and/or --help output, Pádraig Brady, 2013/02/28
Re: coreutils FAQ link in manpages and/or --help output,
Pádraig Brady <=