cc: [email protected]
Subject: Re: Re: [ast-developers] typeset -u -n no longer works
--------


> What does typeset -m do?  This option is not documented in the ksh man 
> page (shipped with ksh-20100202-1.el5_5.1).
> 
> Thanks,
> Herbert.
> 
> 

If you do
        typeset --?m
it will tell you what -m does.  All the built-in commands and AST commands
can be invoked as
        name --man
to get the man page and  
        command --?
to get all the description of all options and
        command --?x
to get the description of option x. 

The next update will have typeset -m documented in the man page.

David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to