175900Sjoe#	@(#)remote	5.2 (Berkeley) 6/30/90
275900Sjoe# $FreeBSD: releng/11.0/release/picobsd/mfs_tree/etc/remote 244040 2012-12-08 22:16:36Z eadler $
375900Sjoe# remote -- remote host description file
475900Sjoe# see tip(1), remote(5)
575900Sjoe#
675900Sjoe# dv	device to use for the tty
775900Sjoe# el	EOL marks (default is NULL)
875900Sjoe# du	make a call flag (dial up)
975900Sjoe# pn	phone numbers (@ =>'s search phones file; possibly taken from
1075900Sjoe#	PHONES environment variable)
1175900Sjoe# at	ACU type
1275900Sjoe# ie	input EOF marks (default is NULL)
1375900Sjoe# oe	output EOF string (default is NULL)
1475900Sjoe# cu	call unit (default is dv)
1575900Sjoe# br	baud rate (defaults to 300)
1675900Sjoe# fs	frame size (default is BUFSIZ) -- used in buffering writes on
1775900Sjoe#	receive operations
1875900Sjoe# tc	to continue a capability
1975900Sjoe
2075900Sjoe# Systems definitions
2175900Sjoenetcom|Netcom Unix Access:\
2275900Sjoe	:pn=\@:tc=unix1200:
2375900Sjoeomen|Omen BBS:\
2475900Sjoe	:pn=\@:tc=dos1200:
2575900Sjoe
2675900Sjoe# UNIX system definitions
2775900Sjoeunix1200|1200 Baud dial-out to a UNIX system:\
2875900Sjoe	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
2975900Sjoeunix300|300 Baud dial-out to a UNIX system:\
3075900Sjoe	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial300:
3175900Sjoe
3275900Sjoe# DOS system definitions
3375900Sjoedos1200|1200 Baud dial-out to a DOS system:\
3475900Sjoe	:el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial1200:
3575900Sjoe
3675900Sjoe# General dialer definitions used below
3775900Sjoe#
3875900Sjoe# COURIER switch settings:
3975900Sjoe# switch:	1 2 3 4 5 6 7 8 9 10
4075900Sjoe# setting:	D U D U D D U D U U
4175900Sjoe# Rackmount:	U U D U D U D D U D
4275900Sjoe#
4375900Sjoedial2400|2400 Baud Hayes attributes:\
44244040Seadler	:dv=/dev/cuau0:br#2400:cu=/dev/cuau0:at=hayes:du:
4575900Sjoedial1200|1200 Baud Hayes attributes:\
46244040Seadler	:dv=/dev/cuau0:br#1200:cu=/dev/cuau0:at=hayes:du:
4775900Sjoe
4875900Sjoe# Hardwired line
49244040Seadlercuau0b|cua0b:dv=/dev/cuau0:br#2400
50244040Seadlercuau0c|cua0c:dv=/dev/cuau0:br#9600
51