#! /bin/sh
#OpenScript
#(OS)Describes what a command  is. whatis uses the  whatis  database.
#(OS)This  database  can  be created using the -w option of catman(8).
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="echo -n Enter a command name:;  read string; whatis \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
