brueffer2008-02-28 06:09:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/sys clock_gettime.2
Log:
MFC: rev. 1.25
Add missing words.
Revision ChangesPath
1.20.8.2 +2 -2 src/lib/libc/sys/clock_gettime.2
___
brueffer2008-02-28 06:08:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libc/sys clock_gettime.2
Log:
MFC: rev. 1.25
Add missing words.
Revision ChangesPath
1.24.2.1 +2 -2 src/lib/libc/sys/clock_gettime.2
___
brueffer2008-02-25 13:03:18 UTC
FreeBSD src repository
Modified files:
lib/libc/sys clock_gettime.2
Log:
Add missing words.
MFC after: 3 days
Revision ChangesPath
1.25 +2 -2 src/lib/libc/sys/clock_gettime.2
_
danger 2006-12-29 23:35:08 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
lib/libc/sys clock_gettime.2
Log:
MFC:
- Markup fixes.
- clock_gettime is in time.h instead of sys/time.h
Approved by: trhodes (mentor), keramida (men
danger 2006-11-04 09:35:36 UTC
FreeBSD src repository (doc committer)
Modified files:
lib/libc/sys clock_gettime.2
Log:
- clock_gettime is in time.h instead of sys/time.h
Approved by: trhodes (mentor), keramida (mentor)
PR: docs/104707
MFC-after: 3 days
Rev
andre 2005-11-18 17:13:23 UTC
FreeBSD src repository
Modified files:
lib/libc/sys clock_gettime.2
Log:
Document CLOCK_UPTIME which returns the current uptime in SI seconds.
At the moment it is just an alias for CLOCK_MONOTONIC which reports
the same number.
Spo