Bug 107696

Summary: getsockopt(2) does not document SO_TIMESTAMP and SO_BINSTAMP options
Product: Documentation Reporter: Rob Robertson <rob>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Rob Robertson 2007-01-08 22:20:12 UTC
getsockopt(2) does not document SO_TIMESTAMP and SO_BINSTAMP options

Fix: I have cribbed the documentation from NetBSD and added the bintime stuff.


Attached is a context diff patch file.

Patch attached with submission follows:
How-To-Repeat: man getsockopt
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2007-01-11 18:45:59 UTC
State Changed
From-To: open->patched

A modified version of your patch was committed to HEAD.  Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-11 18:46:40 UTC
maxim       2007-01-11 18:45:42 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         getsockopt.2 
  Log:
  o Document SO_TIMESTAMP and SO_BINSTAMP socket options.
  
  PR:             docs/107696
  Submitted by:   Rob Robertson
  Reviewed by:    ru
  Obtained from:  NetBSD (mostly)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.36      +46 -2     src/lib/libc/sys/getsockopt.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 Maxim Konovalov freebsd_committer freebsd_triage 2007-01-18 11:09:00 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6.