summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c
index b09cde7..1f3d499 100644
--- a/usr.bin/tip/tip.c
+++ b/usr.bin/tip/tip.c
@@ -55,7 +55,7 @@ static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93";
*/
int bauds[] = {
0, 50, 75, 110, 134, 150, 200, 300, 600,
- 1200, 1800, 2400, 4800, 9600, 19200, -1
+ 1200, 1800, 2400, 4800, 9600, 19200, 38400, 57600, 115200, -1
};
int disc = OTTYDISC; /* tip normally runs this way */
OpenPOWER on IntegriCloud