Deleted Added
full compact
gettytab (36017) gettytab (37818)
1# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
2#
3# Most of the table entries here are just copies of the old getty table,
4# it is by no means certain, or even likely, that any of them are optimal
5# for any purpose whatever. Nor is it likely that more than a couple are
6# even correct.
7#
8# The default gettytab entry, used to set defaults for all other

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

70g|std.19200|19200-baud:\
71 :np:sp#19200:
72std.38400|38400-baud:\
73 :np:sp#38400:
74std.57600|57600-baud:\
75 :np:sp#57600:
76std.115200|115200-baud:\
77 :np:sp#115200:
1# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
2#
3# Most of the table entries here are just copies of the old getty table,
4# it is by no means certain, or even likely, that any of them are optimal
5# for any purpose whatever. Nor is it likely that more than a couple are
6# even correct.
7#
8# The default gettytab entry, used to set defaults for all other

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

70g|std.19200|19200-baud:\
71 :np:sp#19200:
72std.38400|38400-baud:\
73 :np:sp#38400:
74std.57600|57600-baud:\
75 :np:sp#57600:
76std.115200|115200-baud:\
77 :np:sp#115200:
78std.230400|230400-baud:\
79 :np:sp#230400:
78
79#
80# Entry specifying explicit device settings. See termios(4) and
81# /usr/include/termios.h, too. The entry forces the tty into
82# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
83#
84# cflags: CLOCAL | HUPCL | CREAD | CS8
85# oflags: OPOST | ONLCR | OXTABS

--- 112 unchanged lines hidden ---
80
81#
82# Entry specifying explicit device settings. See termios(4) and
83# /usr/include/termios.h, too. The entry forces the tty into
84# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
85#
86# cflags: CLOCAL | HUPCL | CREAD | CS8
87# oflags: OPOST | ONLCR | OXTABS

--- 112 unchanged lines hidden ---