Add URLs to documentation for gpsd, radioclk and linuxpps
This commit is contained in:
parent
1d289787b6
commit
9c398051bb
2 changed files with 10 additions and 7 deletions
9
INSTALL
9
INSTALL
|
@ -39,10 +39,11 @@ with line editing support. If you don't want this, specify the
|
||||||
--disable-readline flag to configure. Please refer to the chrony.txt
|
--disable-readline flag to configure. Please refer to the chrony.txt
|
||||||
file for more information.
|
file for more information.
|
||||||
|
|
||||||
If a `timepps.h' header is available, chronyd will be built with PPS
|
If a 'timepps.h' header is available (e.g. from the LinuxPPS project
|
||||||
API reference clock driver. If the header is installed in a location
|
(http://linuxpps.org/)), chronyd will be built with PPS API reference
|
||||||
that isn't normally searched by the compiler, you can add it to the
|
clock driver. If the header is installed in a location that isn't
|
||||||
searched locations by setting CPPFLAGS variable to -I/path/to/timepps.
|
normally searched by the compiler, you can add it to the searched
|
||||||
|
locations by setting 'CPPFLAGS' variable to '-I/path/to/timepps'.
|
||||||
|
|
||||||
Now type
|
Now type
|
||||||
|
|
||||||
|
|
|
@ -391,7 +391,8 @@ If editline or readline library is available, chronyc will be built with line
|
||||||
editing support. If you don't want this, specify the --disable-readline flag
|
editing support. If you don't want this, specify the --disable-readline flag
|
||||||
to configure. Please refer to @pxref{line editing support} for more information.
|
to configure. Please refer to @pxref{line editing support} for more information.
|
||||||
|
|
||||||
If a @file{timepps.h} header is available, chronyd will be built with PPS API
|
If a @file{timepps.h} header is available (e.g. from the
|
||||||
|
@uref{http://linuxpps.org/, LinuxPPS project}), chronyd will be built with PPS API
|
||||||
reference clock driver. If the header is installed in a location that isn't
|
reference clock driver. If the header is installed in a location that isn't
|
||||||
normally searched by the compiler, you can add it to the searched locations by
|
normally searched by the compiler, you can add it to the searched locations by
|
||||||
setting @code{CPPFLAGS} variable to @code{-I/path/to/timepps}.
|
setting @code{CPPFLAGS} variable to @code{-I/path/to/timepps}.
|
||||||
|
@ -2493,8 +2494,9 @@ A driver option in form @code{:perm=NNN} can be appended to the
|
||||||
segment number to create the segment with permissions other than the
|
segment number to create the segment with permissions other than the
|
||||||
default @code{0600}.
|
default @code{0600}.
|
||||||
|
|
||||||
Some examples of applications that can be used as SHM sources are @code{gpsd},
|
Some examples of applications that can be used as SHM sources are
|
||||||
@code{shmpps} and @code{radioclk}.
|
@uref{http://catb.org/gpsd/, @code{gpsd}}, @code{shmpps} and
|
||||||
|
@uref{http://www.buzzard.me.uk/jonathan/radioclock.html, @code{radioclk}}.
|
||||||
@item SOCK
|
@item SOCK
|
||||||
Unix domain socket driver. It is similar to the SHM driver, but uses a
|
Unix domain socket driver. It is similar to the SHM driver, but uses a
|
||||||
different format and uses a socket instead of shared memory. It does not
|
different format and uses a socket instead of shared memory. It does not
|
||||||
|
|
Loading…
Reference in a new issue