diff options
author | 2006-06-13 10:14:28 +0000 | |
---|---|---|
committer | 2006-06-13 10:14:28 +0000 | |
commit | 8eeebd0c6625370acd5223f7caed7efa9172047f (patch) | |
tree | 7a3bfcddd9f0390551aabe241bf83e917a1dfd05 | |
parent | typo; from sstull (diff) | |
download | wireguard-openbsd-8eeebd0c6625370acd5223f7caed7efa9172047f.tar.xz wireguard-openbsd-8eeebd0c6625370acd5223f7caed7efa9172047f.zip |
NMEA0183 is actually NMEA 0183 as discussed with jmc.
-rw-r--r-- | share/man/man4/tty.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index ec2171be951..8d8d0b7c35a 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.28 2006/06/01 22:06:59 jmc Exp $ +.\" $OpenBSD: tty.4,v 1.29 2006/06/13 10:14:28 mbalmer Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -214,7 +214,7 @@ Point to Point Protocol line discipline. .It STRIPDISC Starmode Radio IP line discipline. .It NMEADISC -NMEA0183 line discipline. +NMEA 0183 line discipline. .El .Pp .It Dv TIOCGETD Fa int *ldisc @@ -497,7 +497,7 @@ controlling terminal, if any .Xr getty 8 .Sh HISTORY The cua support is inspired by similar support in SunOS. -The NMEA0183 line discipline was added in +The NMEA 0183 line discipline was added in .Ox 4.0 by .An Marc Balmer Aq mbalmer@openbsd.org . |