head     1.2;
access   ;
symbols  ;
locks    bin:1.2;
comment  @@;


1.2
date     91.05.09.14.36.40;  author bin;  state Exp;
branches ;
next	1.1;

1.1
date     91.05.06.19.09.27;  author bin;  state Exp;
branches ;
next	;


desc
@by cef for v3.2 uuinstall
@


1.2
log
@modified by cef, changed messages per Doug's input
@
text
@%%
|									    |
|	Subentries					Escape Codes        |
An expect entry may take the form	    ""           Expect a null string
expect-subsend-subexpect		    \b                 Send backspace
Where subsend is a possibly		    \c    If send string ends with \c
empty string enclosed in hyphens	        suppress newline after string
to be sent if the expect string		    \d   Delay 1 second after sending
is not recieved. For example:		    \n                 Send a newline
ogin:--ogin:				    \r          Send a carrage return
If ogin: is not recieved send a		    \s                   Send a space
newline and wait for ogin: again	    \t                     Send a tab
@


1.1
log
@Initial revision
@
text
@d2 11
a12 11


					    ""           Expect a null string
					    \b                 Send backspace
					    \c    If send string ends with \c
					        suppress newline after string
					    \d   Delay 1 second after sending
					    \n                 Send a newline
					    \r          Send a carrage return
					    \s                   Send a space
					    \t                     Send a tab
@
