remote revision 1.1
11.1Scgd#	@(#)remote	5.2 (Berkeley) 6/30/90
21.1Scgd#
31.1Scgd# remote -- remote host description file
41.1Scgd# see tip(1), remote(5)
51.1Scgd#
61.1Scgd# dv	device to use for the tty
71.1Scgd# el	EOL marks (default is NULL)
81.1Scgd# du	make a call flag (dial up)
91.1Scgd# pn	phone numbers (@ =>'s search phones file; possibly taken from
101.1Scgd#	PHONES environment variable)
111.1Scgd# at	ACU type
121.1Scgd# ie	input EOF marks (default is NULL)
131.1Scgd# oe	output EOF string (default is NULL)
141.1Scgd# cu	call unit (default is dv)
151.1Scgd# br	baud rate (defaults to 300)
161.1Scgd# fs	frame size (default is BUFSIZ) -- used in buffering writes on
171.1Scgd#	receive operations
181.1Scgd# tc	to continue a capability
191.1Scgd
201.1Scgd# UNIX system definitions
211.1Scgdunix1200|1200 Baud dial-out to another UNIX system:\
221.1Scgd	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
231.1Scgdunix300|300 Baud dial-out to another UNIX system:\
241.1Scgd	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
251.1Scgd
261.1Scgd# General dialer definitions used below
271.1Scgd#
281.1Scgd# COURIER switch settings:
291.1Scgd# switch:	1 2 3 4 5 6 7 8 9 10
301.1Scgd# setting:	D U D U D D U D U U
311.1Scgd# Rackmount:	U U D U D U D D U D
321.1Scgd#
331.1Scgddial2400|2400 Baud Hayes attributes:\
341.1Scgd        :dv=/dev/tty19:br#2400:cu=/dev/tty19:at=hayes:du:
351.1Scgddial1200|1200 Baud Hayes attributes:\
361.1Scgd        :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du:
371.1Scgd
381.1Scgd# Hardwired line
391.1Scgdcom1c|com1:dv=/dev/com1:br#9600:
401.1Scgdcom1b:dv=/dev/com1:br#2400:
41