diff options
-rw-r--r-- | share/man/man4/nmea.4 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/nmea.4 b/share/man/man4/nmea.4 index 936eff9b780..d1f03e2b2f0 100644 --- a/share/man/man4/nmea.4 +++ b/share/man/man4/nmea.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nmea.4,v 1.20 2008/01/06 09:53:17 mbalmer Exp $ +.\" $OpenBSD: nmea.4,v 1.21 2008/05/05 20:04:11 mbalmer Exp $ .\" .\" Copyright (c) 2006, 2007 Marc Balmer <mbalmer@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 6 2008 $ +.Dd $Mdocdate: May 5 2008 $ .Dt NMEA 4 .Os .Sh NAME @@ -74,6 +74,14 @@ minutes. Check your hardware. Some GPS units need PPS to be manually turned on. .El +.Pp +A second sensor is used to report the status of the device itself: +.Bl -tag -width "CRITICALXX" -offset indent +.It OK +The clock is synchronized, e.g. a GPS receiver has a fix. +.It WARN +The device issued a warning condition, e.g. a GPS receiver has no fix. +.El .Sh SEE ALSO .Xr tty 4 , .Xr ldattach 8 , |