This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (Getting rid of) man pages
- To: egcs at egcs dot cygnus dot com, espie at quatramaran dot ens dot fr
- Subject: Re: (Getting rid of) man pages
- From: Josh Stern <jstern at citilink dot com>
- Date: Fri, 23 Apr 1999 13:09:49 -0500 (CDT)
- Posted-Date: Fri, 23 Apr 1999 13:09:49 -0500 (CDT)
If anyone ever introduces a replacement format for manpages,
it should be one that requires a sample of example usage (perhaps
listed at the bottom of the page, or accessible through a hyperlink)
for each of the major features of the utility in question
(this isn't a problem for pages that document APIs).
It would be an interesting thought experiment to try and estimate
the amount, in dollars, of productivity that could have been
saved by allowing people to quickly see examples of the major
syntactic forms and usage of utilities that they are not
familiar with - I think that a number described as "many billions"
would be an appropriate guess. It shouldn't matter whether
some originator thought of manpages as only a reminder for
the already initiated - in practice they have come to serve
as primary, and sometimes only documentation for the command line
interface on many systems.
- Josh