diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-11-29 00:16:36 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-11-29 00:16:36 +0000 |
commit | 19c1623dcb07aa05e841640a1077a3376db8efa8 (patch) | |
tree | c9cad5070bfd7f47c01c801b12d2344f5e149de8 /sbin/nmeaattach | |
parent | 0d597e1280d25ba6f32aaaa0e9ed6fc81f625247 (diff) |
Document the new timestamping behaviour here, too, and note that enabling
PPS is a device specific operation that might need special software (e.g.
from our ports tree).
gpsd is such an application and it has just been enabled to nicely play with
the new timestamping.
Diffstat (limited to 'sbin/nmeaattach')
-rw-r--r-- | sbin/nmeaattach/nmeaattach.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/nmeaattach/nmeaattach.8 b/sbin/nmeaattach/nmeaattach.8 index e2ee6ef7429..3354ae5ff20 100644 --- a/sbin/nmeaattach/nmeaattach.8 +++ b/sbin/nmeaattach/nmeaattach.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nmeaattach.8,v 1.4 2006/10/27 18:46:52 mbalmer Exp $ +.\" $OpenBSD: nmeaattach.8,v 1.5 2006/11/29 00:16:35 mbalmer Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -45,8 +45,9 @@ Specifically, this disables HUPCL. Specifies the speed of the connection. If not specified, the default of 4800 baud is used. .It Fl t Ar cond -Chooses the condition which will cause the current system -time to be immediately copied to the terminal timestamp storage. +Chooses the condition which will cause the current system time to be +immediately copied to the terminal timestamp storage for subsequent use by +.Xr nmea 4 . Only one can be used. .Pp .Bl -tag -width DCDXX -offset indent -compact @@ -65,6 +66,9 @@ If no condition is specified, the line discipline will timestamp on receiving the leading .Sq $ character of each GPRMC sentence. +.Pp +Configuring the NMEA device to issue a PPS signal is device specific and +should be done by device specific applications. .It Ar device Specifies the name of the serial line. .Ar device |