Deleted Added
full compact
remote (125927) remote (130151)
1# $FreeBSD: head/etc/remote 125927 2004-02-17 05:10:12Z rwatson $
1# $FreeBSD: head/etc/remote 130151 2004-06-06 11:46:29Z schweikh $
2#
3# @(#)remote 5.2 (Berkeley) 6/30/90
4#
5# remote -- remote host description file
6# see tip(1), remote(5)
7#
8# at ACU type
9# br bit rate (defaults to 9600)

--- 5 unchanged lines hidden (view full) ---

15# receive operations
16# ie input EOF marks (default is NULL)
17# oe output EOF string (default is NULL)
18# pa The parity type to use: even, odd, none, zero, one (default even)
19# pn phone numbers (@ =>'s search phones file; possibly taken from
20# PHONES environment variable)
21# tc to continue a capability
22
2#
3# @(#)remote 5.2 (Berkeley) 6/30/90
4#
5# remote -- remote host description file
6# see tip(1), remote(5)
7#
8# at ACU type
9# br bit rate (defaults to 9600)

--- 5 unchanged lines hidden (view full) ---

15# receive operations
16# ie input EOF marks (default is NULL)
17# oe output EOF string (default is NULL)
18# pa The parity type to use: even, odd, none, zero, one (default even)
19# pn phone numbers (@ =>'s search phones file; possibly taken from
20# PHONES environment variable)
21# tc to continue a capability
22
23# Example systems
23# Example systems
24unixshell|Unix Access:\
25 :pn=\@:tc=unix57600:
26dosbbs|DOS-based BBS:\
27 :pn=\@:tc=dos57600:
28
29# UNIX system definitions
30unix57600|57600 Baud dial-out to a UNIX system:\
31 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:

--- 37 unchanged lines hidden ---
24unixshell|Unix Access:\
25 :pn=\@:tc=unix57600:
26dosbbs|DOS-based BBS:\
27 :pn=\@:tc=dos57600:
28
29# UNIX system definitions
30unix57600|57600 Baud dial-out to a UNIX system:\
31 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:

--- 37 unchanged lines hidden ---