V10/cmd/wwb/wwbinfo.sh

# NOTICE-NOT TO BE DISCLOSED OUTSIDE BELL SYS EXCEPT UNDER WRITTEN AGRMT
for i in $*
	do case $i in
		-ver) echo $0 version 2.0;exit;;
		-flags) echo $0 \[-flags\] \[-ver\];exit;;
		-*) echo unknown wwbinfo flag $i;exit;;
		*) echo wwbinfo takes no files;shift;continue;;
	esac
done
cat << !
		       COMMAND-FUNCTION	TABLE
______________________________________________________________________
			     _C_o_m_m_a_n_d_s
acro file..................finds acronyms
chunk file.................segments at phrase boundaries
match stylefile1 2  N......collates statistics from different texts
org file...................shows text structure
rewrite file...............first draft of document with probs. highlighted
sexist file................finds sexist phrases and suggests changes
spelltell pattern..........prints commonly misspelled words containing pattern
style file file1...........summarizes stylistic features
syl -n file................prints words	of n syllables or longer
topic file.................summarizes content
   parts file..............assigns grammatical parts of	speech
wwb file...................runs	proofreading and sytlistic analysis
   proofr file.............proofreading	comments
      dictplus file........finds awkward phrases, and suggests changes
	 diction file......finds awkward phrases
	 suggest phrase....suggests substitutions for awkward phrases
      double file..........detects repeated typings of words
      punct file...........corrects punctuation
      spellwwb file........checks spelling, using spelldict
      gram file........finds split infinitives and incorrect indefinite articles
	 parts file........assigns grammatical parts of	speech
   prose file..............extended editorial comments
      style file...........summarizes stylistic	features
	 parts file........assigns grammatical parts of	speech
wwbmail....................sends mail to WWB Development group

			   _E_x_p_l_a_n_a_t_i_o_n_s
punctrules.................explains punctuation	rules
splitrules.................explains split infinitives
worduse word...............a glossary of words often confused in writing
wwbhelp word...............gets information about word (e.g. spell)
wwbinfo....................prints a copy of this table
wwbstand...................prints standards used by prose to evaluate documents

		      _E_n_v_i_r_o_n_m_e_n_t_a_l _T_a_i_l_o_r_i_n_g
dictadd....................adds	phrases	to ddict dictionary
spelladd...................adds	words to spelldict dictionary
mkstand....................builds standards for prose from user documents

		      _U_s_e_r _S_p_e_c_i_f_i_e_d _D_i_c_t_i_o_n_a_r_i_e_s
ddict......................personal list of awkward phrases
spelldict..................personal list of spellings
______________________________________________________________________
    Note.  Indented commands are automatically run by the less 
indented commands that immediately precede them.
!