gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Small fixes to hacking.html


From: Robert Norris
Subject: [gpsd-dev] [PATCH] Small fixes to hacking.html
Date: Fri, 14 Apr 2017 17:57:21 +0000

Makefile.am has long been replaced by SConstruct.
Also fix a typo.
---
 www/hacking.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/hacking.html.in b/www/hacking.html.in
index 4e290798..8c61d208 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -1321,7 +1321,7 @@ the null-terminated array in drivers.c.</p>
 
 <p>Unless your driver is a nearly trivial variant on an existing one,
 it should live in its own C source file named after the driver type.
-Add it to the libgps_c_sources name list in Makefile.am</p>
+Add it to the libgpsd_sources name list in the SConstruct file.</p>
 
 <p>The easiest way to write a driver is probably to copy the driver_proto.c
 file in the source distribution, change names appropriately, and write
@@ -1374,7 +1374,7 @@ packet state machine in packet.c recognizes a special 
packet type, or
 watches for.  When that string is recognized at the start of a
 line, the interpreter switches to its driver.</p>
 
-<p>A good thing to send from the NMEA confgure-event code is probe
+<p>A good thing to send from the NMEA configure-event code is probe
 strings.  These are strings which should elicit an identifying
 response from the GPS that you can use as a trigger string for a
 native-mode driver, or a response which has an identifiable binary
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]