Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 18:37:15 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312554 - head/lib/libc/sys
Message-ID:  <201701201837.v0KIbFuC072659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701201837.v0KIbFuC072659>