correct man page; strings prints decimal offsets, not octal
[unix-history] / usr / src / usr.bin / window / wwdata.c
#ifndef lint
static char sccsid[] = "@(#)wwdata.c 3.14 %G%";
#endif
/*
* Copyright (c) 1983 Regents of the University of California,
* All rights reserved. Redistribution permitted subject to
* the terms of the Berkeley Software License Agreement.
*/
#include "ww.h"
int wwbaudmap[] = {
0,
50,
75,
110,
134,
150,
200,
300,
600,
1200,
1800,
2400,
4800,
9600,
19200,
38400
};