summaryrefslogtreecommitdiffstats
path: root/share/man/man4/msts.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)deraadt2015-01-151-3/+3
| | | | | | led this program and the associated manual pages to including that file directly, rather than the canonical include path of <sys/ioctl.h> discussed with millert
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* Document signal/clock status.mbalmer2008-05-061-3/+12
|
* Add support for the Meinberg Standard Time String format that all Meinbergmbalmer2008-01-051-0/+86
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt