Fix default device in rtcdevice description
This commit is contained in:
parent
e77b0070af
commit
46a39716b6
1 changed files with 1 additions and 1 deletions
|
@ -2654,7 +2654,7 @@ This would set the threshold error to 30 seconds.
|
||||||
@node rtcdevice directive
|
@node rtcdevice directive
|
||||||
@subsection rtcdevice
|
@subsection rtcdevice
|
||||||
The @code{rtcdevice} directive defines the name of the device file for
|
The @code{rtcdevice} directive defines the name of the device file for
|
||||||
accessing the real time clock. By default this is @code{/dev/rtc/}, unless the
|
accessing the real time clock. By default this is @code{/dev/rtc}, unless the
|
||||||
directive is used to set a different value. This applies to Linux systems with
|
directive is used to set a different value. This applies to Linux systems with
|
||||||
devfs. An example of use is
|
devfs. An example of use is
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue