svn commit: r312554 - head/lib/libc/sys

Maxim Sobolev sobomax at FreeBSD.org
Fri Jan 20 18:37:16 UTC 2017


Author: sobomax
Date: Fri Jan 20 18:37:14 2017
New Revision: 312554
URL: https://svnweb.freebsd.org/changeset/base/312554

Log:
  Improve wording around SO_TS_CLOCK documentation.
  
  Submitted by:	wblock
  Differential Revision:	https://reviews.freebsd.org/D9171

Modified:
  head/lib/libc/sys/getsockopt.2

Modified: head/lib/libc/sys/getsockopt.2
==============================================================================
--- head/lib/libc/sys/getsockopt.2	Fri Jan 20 17:54:24 2017	(r312553)
+++ head/lib/libc/sys/getsockopt.2	Fri Jan 20 18:37:14 2017	(r312554)
@@ -456,10 +456,10 @@ Additional timestamp types are available
 .Dv SO_TIMESTAMP
 with
 .Dv SO_TS_CLOCK ,
-which requests specific timestamp format to be returned instead of
+which requests a specific timestamp format to be returned instead of
 .Dv SCM_TIMESTAMP when
 .Dv SO_TIMESTAMP is enabled.
-The following
+These
 .Dv SO_TS_CLOCK
 values are recognized in
 .Fx :


More information about the svn-src-all mailing list