git: kernel - Fix documentation for time_second
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 5 12:28:47 PST 2015
commit 3dc002aea725e80c2884022ead6c648fa3f9b3cb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Feb 5 12:27:55 2015 -0800
kernel - Fix documentation for time_second
* time_second was improperly documented as an uptime. It is not.
It is an approximate real time and might not be monotonic.
time_uptime should be used if an approximate monotonic uptime is
desired.
Summary of changes:
sys/kern/kern_clock.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3dc002aea725e80c2884022ead6c648fa3f9b3cb
--
DragonFly BSD source repository
More information about the Commits
mailing list