%%
|									    |
|	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
