Bug 104707

Summary: [fix] manpage: clock_gettime is in time.h instead of sys/time.h
Product: Documentation Reporter: Šimun Mikecin <numisemis>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Šimun Mikecin 2006-10-23 12:30:18 UTC
As defined in:

http://www.opengroup.org/onlinepubs/009695399/basedefs/time.h.html

clock_* functions and struct timespec should be defined in time.h instead of
sys/time.h. Actual time.h contains the right definition, it's just the man
page that is wrong.
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2006-11-01 09:49:39 UTC
Responsible Changed
From-To: freebsd-doc->danger

I will handle this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-04 09:35:45 UTC
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
  
  Revision  Changes    Path
  1.23      +3 -3      src/lib/libc/sys/clock_gettime.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Daniel Gerzo freebsd_committer freebsd_triage 2006-11-04 09:36:11 UTC
State Changed
From-To: open->patched

Fixed in -HEAD, MFC reminder. 
Thanks for your submission!
Comment 4 Daniel Gerzo freebsd_committer freebsd_triage 2007-01-01 11:13:15 UTC
State Changed
From-To: patched->closed

It has been MFCed to RELENG_6.