Fix markup. Fix backslashes to surive roff.
[netbsd-mini2440.git] / etc / remote
blobc863d4d79473a90d8a634a0a5ba1bc4c84e8d359
1 #       $NetBSD: remote,v 1.7 1997/04/24 00:35:47 mellon Exp $
2 #       from: @(#)remote        8.1 (Berkeley) 6/10/93
4 # remote -- remote host description file
5 # see tip(1), remote(5)
7 # dv    device to use for the tty
8 # el    EOL marks (default is NULL)
9 # du    make a call flag (dial up)
10 # pn    phone numbers (@ =>'s search phones file; possibly taken from
11 #       PHONES environment variable)
12 # at    ACU type
13 # ie    input EOF marks (default is NULL)
14 # oe    output EOF string (default is NULL)
15 # cu    call unit (default is dv)
16 # br    baud rate (defaults to 300)
17 # fs    frame size (default is BUFSIZ) -- used in buffering writes on
18 #       receive operations
19 # dc    direct connect -- the remote system is hardwired to a tty and
20 #       doesn't set Carrier Detect.
21 # tc    to continue a capability
23 # General dialer definitions used below
25 dialdty00defs:dv=/dev/dty00:at=hayes:du:
26 dial2400|2400 Baud Hayes attributes:\
27         :br#2400:tc=dialdty00defs:
28 dial1200|1200 Baud Hayes attributes:\
29         :br#1200:tc=dialdty00defs:
31 # UNIX system definitions
33 unix2400|2400 Baud dial-out to another UNIX system:\
34         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial2400:
35 unix1200|1200 Baud dial-out to another UNIX system:\
36         :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial1200:
38 # Hardwired lines
40 dty0c|dty0:dv=/dev/dty00:br#9600:pa=none:dc:
41 dty0b:dv=/dev/dty00:br#2400:pa=none:dc:
43 dty1c|dty1:dv=/dev/dty01:br#9600:pa=none:dc:
44 dty1b:dv=/dev/dty01:br#2400:pa=none:dc:
46 # REMEMBER NOT TO USE PARITY!
47 console:dv=/dev/dty01:br#9600:pa=none:dc: