summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-22 20:46:09 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-22 20:46:09 +0000
commit0d626154f000d430f7434657e4001fd41969ae23 (patch)
tree2e2dc5fcdec5c6c35f6e29d21f89453cc4df58c9 /www
parente136763e2d0133517ed7489a486728d728e49f69 (diff)
downloadgpsd-0d626154f000d430f7434657e4001fd41969ae23.tar.gz
Make gps_stream do the right thing when a raw hook is set.
Diffstat (limited to 'www')
-rw-r--r--www/proto-transition.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/proto-transition.txt b/www/proto-transition.txt
index 0b17db3b..a9e7669e 100644
--- a/www/proto-transition.txt
+++ b/www/proto-transition.txt
@@ -81,10 +81,10 @@ interface - you've had years of warning that this choice would
fail to insulate you from protocol details and cost you pain in the
future -- and that future is now.
-In the remainder of this document we will try to help you minimize it.
-The main strategy for doing so is to *use libgps (or its functional
-equivalents in languages other than C)*. Scrap your hand-rolled
-interface code now. When you use libgps, compatibility issues
+In the remainder of this document we will try to help you minimize the
+pain. The main strategy for doing so is to *use libgps* (or its
+functional equivalents in languages other than C). Scrap your
+hand-rolled interface code! When you use libgps, compatibility issues
become *our* problem to solve rather than *yours*.
== When the bough breaks ==