diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-06 09:01:09 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-06 09:01:09 +0000 |
commit | ac5c2eeab237a0c4b895e2b848b73f99d90de2a8 (patch) | |
tree | e9fb14b76f61d3224668bab46782506cf31b1d18 /share | |
parent | 025baacefefda684c24425f07bcf0938d3ea1b36 (diff) |
Better formatting.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/nmea.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/nmea.4 b/share/man/man4/nmea.4 index d1f03e2b2f0..a6064f4d9ff 100644 --- a/share/man/man4/nmea.4 +++ b/share/man/man4/nmea.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nmea.4,v 1.21 2008/05/05 20:04:11 mbalmer Exp $ +.\" $OpenBSD: nmea.4,v 1.22 2008/05/06 09:01:08 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: May 5 2008 $ +.Dd $Mdocdate: May 6 2008 $ .Dt NMEA 4 .Os .Sh NAME @@ -58,7 +58,7 @@ a message block is received from the NMEA device. .El .Sh SENSOR STATES The quality of the timedelta is reported as the sensor status: -.Bl -tag -width "WARNXX" +.Bl -tag -width "CRITICALXX" -offset indent .It OK The time information is valid. The timedelta is safe to use for applications like @@ -75,7 +75,8 @@ 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: +The status of 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. |