diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-11-29 00:08:35 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-11-29 00:08:35 +0000 |
commit | 0d597e1280d25ba6f32aaaa0e9ed6fc81f625247 (patch) | |
tree | 374781bad01d9abd19b9f9d4f75ce0335ea63576 | |
parent | 84b0e38d400e1e67adc9a2f4fbbac103687a8b25 (diff) |
Document the changes I committed earlier: If we use a device with PPS output,
the timestamp is copied from the tty timestamp (presuming tty timestamping has
been enabled) or taken when the initial '$' character is received otherwise.
-rw-r--r-- | share/man/man4/nmea.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/nmea.4 b/share/man/man4/nmea.4 index 161b9a559b5..2c0e6413e3e 100644 --- a/share/man/man4/nmea.4 +++ b/share/man/man4/nmea.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nmea.4,v 1.10 2006/10/07 06:53:28 mbalmer Exp $ +.\" $OpenBSD: nmea.4,v 1.11 2006/11/29 00:08:34 mbalmer Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -51,8 +51,10 @@ Only the time and date information is extracted. The warning indication is used to provide the sensor status (see below). If the attached device sends the GPRMC message in the 13-field format, the operation mode of the GPS device is reported in the sensor description. -The sensor timestamp is taken when the initial '$' character is received -from the NMEA device. +The sensor timestamp is copied from the tty timestamp if a device with PPS +is being used and tty timestamping has been turned on. Otherwise the sensor +timestamp is taken when the initial '$' character is received from the NMEA +device. .El .Sh SENSOR STATES The quality of the timedelta is reported as the sensor status: |