summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-10-06 12:48:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-10-06 12:48:40 +0000
commit82d243ee5b8b3e8a8634dda2cc6479859ff6385e (patch)
tree94c087d252d5544aa3405fbb031a7dfbb874a41e /README
parent22cb57d61c006cbefedec54f4243a66cbd8026d3 (diff)
downloadgpsd-82d243ee5b8b3e8a8634dda2cc6479859ff6385e.tar.gz
Documentation update.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index d4706762..5d5ed274 100644
--- a/README
+++ b/README
@@ -77,7 +77,7 @@ His new features include:
* The GPS-bashing code the daemon uses can now be directly linked as a
library, libgpsd(3).
* C and Python libraries are available to encapsulate the client side of
- querying gpsd.
+ querying gpsd, see libgps(3).
* Cleaned-up error reporting, we don't use syslog when running in foreground
but send all error and status messages to the tty instead.
* Added -n option to do batch monitoring of GPSes.
@@ -86,3 +86,4 @@ His new features include:
are available.
* New gpsprobe program probes the capabilities of GPSes and generates
error scattergrams from fixes.
+ * All this in fewer lines of code than the 1.10 version.