On 3/12/07, Roland Mainz <roland.mainz at nrubsig.org> wrote:
>
> Hi!
>
> ----
>
> Is there any special manual page section for:
> 1. shell functions (e.g. $ function foobar { echo "blabla" ; } #)
> 2. math shell functions (e.g. $ print $(( cos(666) )) #)
>
> [1] is close to normal commands (e.g. shell functions behave in many
> cases just like normal commands) while [2] are closer to normal C/C++
> library functions... but I am still not sure how I should categorise
> this stuff...

Since both of them are (I presume) specific to ksh93, rather than
available for general use (e.g. callable from C programs directly) I
wonder whether a new section may be suited -- 1ksh or something?

Boyd

Reply via email to