On Thu, 21 Sep 2006 14:24:36 -1000 (HST) Joseph Kowalski wrote:
> What about ksh98's libcmd.  Why is this considered Public?  (If it
> is Public, where are the man pages?)

save a top level man page that lists the commands foo implemented as
        extern int b_foo(int _argc, char* const _argv[]);
each b_foo self documents and produces its documentation on stderr
when invoked with a single option operand of one of
        --man --html --nroff --usage

-- Glenn Fowler -- AT&T Research, Florham Park NJ --


Reply via email to