diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-01 22:10:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-01 22:10:40 +0000 |
commit | 2698f3e912eebcd6d26ff806860b5a8a2a7b2997 (patch) | |
tree | 3a605c865a8a9323b04543d42203ea08d69dfaf8 /share | |
parent | 4976ffff1518a20fedec8f8c516f033a1ffa623a (diff) |
tweaks;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/nmea.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/nmea.4 b/share/man/man4/nmea.4 index 84bd3471ad3..d6c884f6d0a 100644 --- a/share/man/man4/nmea.4 +++ b/share/man/man4/nmea.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nmea.4,v 1.1 2006/06/01 20:10:28 mbalmer Exp $ +.\" $OpenBSD: nmea.4,v 1.2 2006/06/01 22:10:39 jmc Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -26,15 +26,15 @@ This line discipline provides an interface to NMEA talking devices which are connected to a host through a serial line. .Pp -The line discipline is enabled by a sequence: +The line discipline is enabled by the following sequence: .Bd -literal -offset indent #include <sys/ttycom.h> int ldisc = NMEADISC, fildes; ... ioctl(fildes, TIOCSETD, &ldisc); .Ed .Pp -While application program can still use the device as if it had the -default (termios) line discipline attached, the lince discipline +While applications can still use the device as if it had the +default (termios) line discipline attached, the line discipline maintains a timedelta sensor in the kernel. .Sh SEE ALSO .Xr tty 4 @@ -46,5 +46,5 @@ interface appeared in .Sh AUTHORS The .Nm -line discpiline was written by +line discipline was written by .An Marc Balmer Aq mbalmer@openbsd.org . |