April Chin wrote:
> > After installing nv_72 I can't find the manual page for ksh93:
> > # which ksh93
> > /usr/bin/ksh93
> > # man ksh93
> > No manual entry for ksh93.
> >
> > Is the manual page in a different package or just missing?
> 
> The official ksh93.1 manpage (up to date from the version of ksh93s+
> in OpenSolaris) has not yet integrated.   However, the untouched
> version of the manpage is in the Opensolaris source at
> usr/src/lib/libshell/common/sh.1.
> 
> You can do this to view it:
> 
> mkdir -p /tmp/man/man1
> cp usr/src/lib/libshell/common/sh.1 /tmp/man/man1
> man -M /tmp/man sh

Quick&dirty hack to download&&bypass /usr/bin/man: $ wget --quiet
--output-document='/dev/stdout'
'http://src.opensolaris.org/source/raw/onnv/onnv-gate/usr/src/lib/libshell/common/sh.1'
| tbl | neqn /usr/share/lib/pub/eqnchar -  | nroff -u0 -Tlp -man - | col
-x -b >ksh93_manual.txt # ... :-)

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to