Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/sys
Module Name: src
Committed By: uwe
Date: Thu Sep 23 13:49:59 UTC 2021
Modified Files:
src/lib/libc/sys: timer_settime.2
Log Message:
Spell the number of nanoseconds as 10^9.
10^9 is 1e9 (it's "e" that spells 10 here), not 10e9. The target
audience of this man page is not likely to be very fluent in floating
point, so avoid significand/exponent spelling and use the spelling
that it is familiar with.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/sys/timer_settime.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index