summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-27 16:05:28 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-27 16:05:28 +0000
commitda9bd5e7292ab4e6049a4ca07a21ea3262b661b2 (patch)
tree7a7ef1313433cb74a735f3fa028e9f71e785819a
parenta97f7adf3d422b71f3ba5912cbcf0d2b272a3ef4 (diff)
Fix a small typo in the manpage and while here add some space between
functions.
-rw-r--r--sbin/nmeaattach/nmeaattach.84
-rw-r--r--sbin/nmeaattach/nmeaattach.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/sbin/nmeaattach/nmeaattach.8 b/sbin/nmeaattach/nmeaattach.8
index c5f74eab688..b862d08cac4 100644
--- a/sbin/nmeaattach/nmeaattach.8
+++ b/sbin/nmeaattach/nmeaattach.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nmeaattach.8,v 1.2 2006/07/09 09:03:19 jmc Exp $
+.\" $OpenBSD: nmeaattach.8,v 1.3 2006/10/27 16:05:27 mbalmer Exp $
.\"
.\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org>
.\"
@@ -28,7 +28,7 @@
.Ar device
.Sh DESCRIPTION
.Nm
-is used to designate a serial line with an NMEA 0183 device as a source of
+is used to designate a serial line with a NMEA 0183 device as a source of
timedelta sensors.
The following operands are supported by
.Nm nmeaattach :
diff --git a/sbin/nmeaattach/nmeaattach.c b/sbin/nmeaattach/nmeaattach.c
index 0a443b2fe89..bb5a69fea9c 100644
--- a/sbin/nmeaattach/nmeaattach.c
+++ b/sbin/nmeaattach/nmeaattach.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nmeaattach.c,v 1.3 2006/09/17 16:57:22 mbalmer Exp $ */
+/* $OpenBSD: nmeaattach.c,v 1.4 2006/10/27 16:05:27 mbalmer Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -72,6 +72,7 @@ usage(void)
__progname);
exit(1);
}
+
int
main(int argc, char *argv[])
{