util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Subject: [PATCH] Fix adjtime documentation
@ 2019-12-04 14:37 pierre
  2019-12-06 11:52 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: pierre @ 2019-12-04 14:37 UTC (permalink / raw)
  To: util-linux

The first line of the adjtime file is made of three numbers (see 
hwclock.c)
- a drift factor as a decimal float
- the time of last adjust as a decimal integer
- a zero (for compatibility) as a decimal float.
but both man pages (hwclock.8 and adj_time.5) tell that the third number
is a decimal integer.
Of course this is harmless if somebody edits the adjtime file with "0" 
as
the third number: it will be correctly read by hwclock anyway.
But if for some reason, a program reads the adjtime file and expects an
integer, it will fail, because hwclock writes O.OOOO0O as the third 
number.

Signed-off-by: Pierre Labastie <pierre.labastie@neuf.fr>
---
  sys-utils/adjtime_config.5 | 2 +-
  sys-utils/hwclock.8.in     | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-utils/adjtime_config.5 b/sys-utils/adjtime_config.5
index 049d4c585..fcdc7bf6c 100644
--- a/sys-utils/adjtime_config.5
+++ b/sys-utils/adjtime_config.5
@@ -36,7 +36,7 @@ the systematic drift rate in seconds per day (floating 
point d
ecimal)
  the resulting number of seconds since  1969  UTC  of  most recent 
adjustment or calibration (decimal integer)
  .TP
  .B "adjustment status"
-zero (for compatibility with clock(8)) as a decimal integer.
+zero (for compatibility with clock(8)) as a floating point decimal.

  .SS Second line
  .TP
diff --git a/sys-utils/hwclock.8.in b/sys-utils/hwclock.8.in
index 6c3a2e6ac..e62b4ad09 100644
--- a/sys-utils/hwclock.8.in
+++ b/sys-utils/hwclock.8.in
@@ -652,7 +652,7 @@ in seconds per day, floating point decimal; 2) the 
resulting number of
  seconds since 1969 UTC of most recent adjustment or calibration,
  decimal integer; 3) zero (for compatibility with
  .BR \%clock (8))
-as a decimal integer.
+as a floating point decimal.
  .PP
  Line 2: One number: the resulting number of seconds since 1969 UTC of 
most
  recent calibration.  Zero if there has been no calibration yet or it
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Subject: [PATCH] Fix adjtime documentation
  2019-12-04 14:37 Subject: [PATCH] Fix adjtime documentation pierre
@ 2019-12-06 11:52 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2019-12-06 11:52 UTC (permalink / raw)
  To: pierre; +Cc: util-linux

On Wed, Dec 04, 2019 at 03:37:06PM +0100, pierre@irsamc.ups-tlse.fr wrote:
>  sys-utils/adjtime_config.5 | 2 +-
>  sys-utils/hwclock.8.in     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-06 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04 14:37 Subject: [PATCH] Fix adjtime documentation pierre
2019-12-06 11:52 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).