diff options
author | Sanjeev <ghane0@gmail.com> | 2016-12-24 03:27:29 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-04 16:39:26 -0500 |
commit | e1235e18b502610becb99a1b6971a2afbbe02fa5 (patch) | |
tree | bbd8c279648b42a2e72a756b35efce59a3543acd | |
parent | 0a4cbc53d7986967503c1fc6450110fbf1db3b4b (diff) |
Doc: Correct PPS doc to reflect code location
timepps.h , as well as PPS sample test utilities, are
no longer in the kernel tree. Update documentation
to point to new locations.
Signed-off-by: Sanjeev Gupta <ghane0@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/pps/pps.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/pps/pps.txt b/Documentation/pps/pps.txt index 50022b3c8ebf..a15a1169cbd9 100644 --- a/Documentation/pps/pps.txt +++ b/Documentation/pps/pps.txt | |||
@@ -166,7 +166,8 @@ Testing the PPS support | |||
166 | 166 | ||
167 | In order to test the PPS support even without specific hardware you can use | 167 | In order to test the PPS support even without specific hardware you can use |
168 | the ktimer driver (see the client subsection in the PPS configuration menu) | 168 | the ktimer driver (see the client subsection in the PPS configuration menu) |
169 | and the userland tools provided in the Documentation/pps/ directory. | 169 | and the userland tools available in your distribution's pps-tools package, |
170 | http://linuxpps.org , or https://github.com/ago/pps-tools . | ||
170 | 171 | ||
171 | Once you have enabled the compilation of ktimer just modprobe it (if | 172 | Once you have enabled the compilation of ktimer just modprobe it (if |
172 | not statically compiled): | 173 | not statically compiled): |
@@ -183,8 +184,8 @@ and the run ppstest as follow: | |||
183 | source 0 - assert 1186592700.388931295, sequence: 365 - clear 0.000000000, sequence: 0 | 184 | source 0 - assert 1186592700.388931295, sequence: 365 - clear 0.000000000, sequence: 0 |
184 | source 0 - assert 1186592701.389032765, sequence: 366 - clear 0.000000000, sequence: 0 | 185 | source 0 - assert 1186592701.389032765, sequence: 366 - clear 0.000000000, sequence: 0 |
185 | 186 | ||
186 | Please, note that to compile userland programs you need the file timepps.h | 187 | Please, note that to compile userland programs you need the file timepps.h . |
187 | (see Documentation/pps/). | 188 | This is available in the pps-tools repository mentioned above. |
188 | 189 | ||
189 | 190 | ||
190 | Generators | 191 | Generators |