summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-06-12 09:23:26 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-06-12 09:23:26 +0000
commit9ddd3e9e21e90db92090bafd330995023b8bb4a6 (patch)
tree489ea9ba809a55d3741039a436d209ada88683b7 /share/man
parent7b4f40bdb13363d7716c8ddb6471fa4557d6cf47 (diff)
Even more to the point now.
discussed with jmc...
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/nmea.47
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/nmea.4 b/share/man/man4/nmea.4
index fd73daf3255..497b1f1c5b6 100644
--- a/share/man/man4/nmea.4
+++ b/share/man/man4/nmea.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nmea.4,v 1.4 2006/06/12 09:11:08 mbalmer Exp $
+.\" $OpenBSD: nmea.4,v 1.5 2006/06/12 09:23:25 mbalmer Exp $
.\"
.\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org>
.\"
@@ -32,9 +32,8 @@ int ldisc = NMEADISC, fildes; ...
ioctl(fildes, TIOCSETD, &ldisc);
.Ed
.Pp
-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.
+The byte stream is unaltered by the line discipline which
+maintains a timedelta sensor using the NMEA data.
.Sh SEE ALSO
.Xr tty 4
.Sh HISTORY