summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-06-16 18:11:34 -0700
committerGary E. Miller <gem@rellim.com>2018-06-16 18:11:34 -0700
commit7e5d00c745eadf1dee23c117ad438d72b29e812b (patch)
tree71c17a86c99b0fba7870e96bd0a67a1b0b857133
parent12b40099693a4f6780b1473245cf1d4330eb231f (diff)
downloadgpsd-7e5d00c745eadf1dee23c117ad438d72b29e812b.tar.gz
Webiste: add gpsdctl.8 html page.
-rw-r--r--SConstruct3
-rw-r--r--www/index.html.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3cbcb3a3..c0e14c77 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2180,6 +2180,7 @@ htmlpages = Split('''
www/gps2udp.html
www/gpscat.html
www/gpsctl.html
+ www/gpsdctl.html
www/gpsdecode.html
www/gpsd.html
www/gpsd_json.html
@@ -2194,8 +2195,8 @@ htmlpages = Split('''
www/libgps.html
www/libgpsmm.html
www/ntpshmmon.html
- www/ppscheck.html
www/performance/performance.html
+ www/ppscheck.html
www/replacing-nmea.html
www/srec.html
www/writing-a-driver.html
diff --git a/www/index.html.in b/www/index.html.in
index 6a664c64..44ef233f 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -299,6 +299,9 @@ standard output.</dd>
<dt><a href="gpsd_json.html">gpsd.5</a></dt> <dd>The request/response
protocol of the <code>gpsd</code> daemon.</dd>
+<dt><a href="gpsdctl.html">gpsdctl.8</a></dt>
+<dd>Tool for sending commands to <code>gpsd</code> over its control socket.</dd>
+
<dt><a href="gpsinit.html">gpsinit.8</a></dt>
<dd>Initialize kernel modules for use with <code>gpsd</code> daemon.</dd>