Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 1995 12:24:06 +0100
From:      Hinrich Eilts <eilts@iwte01.dialin.rrze.uni-erlangen.de>
To:        Donald Burr <d_burr@ix.netcom.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: What is the FreeBSD equivalent of "CBAUD"?
Message-ID:  <199511051124.MAA00418@odin>

next in thread | raw e-mail | index | archive | help

> What is CBAUD?  I have access to several workstations from Sun, DEC, etc. 

> and they all have it, but my poor FreeBSD box doesn't -- I grepped all 

> over the /usr/include tree, and even in the libraries, kernel source, 

> etc.  It just isn't there.
> 

CBAUD is a bit-mask for defining baud rate in c_cflag from termio.
Because FreeBSD uses termios and not termio, baud rate is controlled
by several routines like cfsetospeed.
You can access HP-UX man-pages by WWW:
http://late5.e-technik/cgi-bin/docquery.pl
(The form is in german, but it is simple and has the same functionality
and options as the english http://late5.e-technik/cgi-bin/bsddocquery.pl
for FreeBSD).

Hinrich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511051124.MAA00418>