summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-16 00:09:39 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-16 00:09:39 +0000
commit3a2480dbdfd7355513e29ad5f31f166fb0188924 (patch)
treed7d6934540ee1221590c9743c29ecc5b8ab97dda /README
parent15029e596b844ad9ca17370dc4990bd4c2b8e1de (diff)
downloadgpsd-3a2480dbdfd7355513e29ad5f31f166fb0188924.tar.gz
Alas, the attempt to factor out pthreads broke the build.
Revert this while we figure out a better way.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bbe191db..844f776a 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ Loran-C receivers and clients. gpsd listens on port 2947 for clients
requesting position/time/velocity information. The receivers are
expected to generate position information in a well-known format -- as
NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary
-format, and other vendor binary protocols. gpsd takes this
+format, or other vendor binary protocols. gpsd takes this
information from the GPS and translates it into something uniform and
easier to understand for clients. The distribution includes sample
clients, application interface libraries, and test/profiling tools.