summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-28 23:45:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-28 23:45:51 -0400
commit2fa8b7e787ba3c58b1eb535bf338b6ef81fc3418 (patch)
tree97fc464c39cc3e16435785f1e3969ccc618b6a6f /contrib/README
parent9a23b6a45cecae8be99c4d3fe2d69c76e0b194c3 (diff)
downloadgpsd-2fa8b7e787ba3c58b1eb535bf338b6ef81fc3418.tar.gz
Polish ppscheck.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README
index 133c3875..849bae44 100644
--- a/contrib/README
+++ b/contrib/README
@@ -50,5 +50,5 @@ ppscheck watches a specified serial device for changes in handshake lines
CD, RI, and CTS by running ioctl(...., TIOCMIWAIT, ...) in a loop. When it
sees a state change it emits a timestamped line of output dumping the state
of the handshake signals. It's useful for checking whether a device is
-emitting 1PPS.
+emitting 1PPS. There is troubleshooting advice in the header comment.