aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjeev <ghane0@gmail.com>2016-12-24 03:27:30 -0500
committerJonathan Corbet <corbet@lwn.net>2017-01-04 16:39:42 -0500
commitfe4c56c98c1338c0b8b69d08ccf5694bf8e1dcaf (patch)
tree4d29e8590d3c02b190bf2a6c8e6188dd68073126
parente1235e18b502610becb99a1b6971a2afbbe02fa5 (diff)
Doc: Typos in documentation
No semantic changes. The next patch in this series will do the actual changes to sync with NTP current best practices Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/pps/pps.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pps/pps.txt b/Documentation/pps/pps.txt
index a15a1169cbd9..a9f53bba910d 100644
--- a/Documentation/pps/pps.txt
+++ b/Documentation/pps/pps.txt
@@ -63,7 +63,7 @@ for instance) is a PPS source too, and if not they should provide the
63possibility to open another device as PPS source. 63possibility to open another device as PPS source.
64 64
65In LinuxPPS the PPS sources are simply char devices usually mapped 65In LinuxPPS the PPS sources are simply char devices usually mapped
66into files /dev/pps0, /dev/pps1, etc.. 66into files /dev/pps0, /dev/pps1, etc.
67 67
68 68
69PPS with USB to serial devices 69PPS with USB to serial devices
@@ -71,7 +71,7 @@ PPS with USB to serial devices
71 71
72It is possible to grab the PPS from an USB to serial device. However, 72It is possible to grab the PPS from an USB to serial device. However,
73you should take into account the latencies and jitter introduced by 73you should take into account the latencies and jitter introduced by
74the USB stack. Users has reported clock instability around +-1ms when 74the USB stack. Users have reported clock instability around +-1ms when
75synchronized with PPS through USB. This isn't suited for time server 75synchronized with PPS through USB. This isn't suited for time server
76synchronization. 76synchronization.
77 77