diff options
-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 . |