remote revision 1.4       1 #	@(#)remote	5.2 (Berkeley) 6/30/90
      2 #
      3 # remote -- remote host description file
      4 # see tip(1), remote(5)
      5 #
      6 # dv	device to use for the tty
      7 # el	EOL marks (default is NULL)
      8 # du	make a call flag (dial up)
      9 # pn	phone numbers (@ =>'s search phones file; possibly taken from
     10 #	PHONES environment variable)
     11 # at	ACU type
     12 # ie	input EOF marks (default is NULL)
     13 # oe	output EOF string (default is NULL)
     14 # cu	call unit (default is dv)
     15 # br	baud rate (defaults to 300)
     16 # fs	frame size (default is BUFSIZ) -- used in buffering writes on
     17 #	receive operations
     18 # tc	to continue a capability
     19 
     20 # UNIX system definitions
     21 unix1200|1200 Baud dial-out to another UNIX system:\
     22 	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
     23 unix300|300 Baud dial-out to another UNIX system:\
     24 	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
     25 
     26 # General dialer definitions used below
     27 #
     28 dial2400|2400 Baud Hayes attributes:\
     29         :dv=/dev/tty00:br#2400:cu=/dev/tty00:at=hayes:du:
     30 dial1200|1200 Baud Hayes attributes:\
     31         :dv=/dev/tty00:br#1200:cu=/dev/tty00:at=hayes:du:
     32 
     33 # Hardwired line
     34 com0c|com0:dv=/dev/tty00:br#9600:
     35 com0b:dv=/dev/tty00:br#2400:
     36