Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2017 15:15:40 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322458 - head/lib/libc/sys
Message-ID:  <201708131515.v7DFFeKE024257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Sun Aug 13 15:15:40 2017
New Revision: 322458
URL: https://svnweb.freebsd.org/changeset/base/322458

Log:
  Fix minor formatting issue.

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

Modified: head/lib/libc/sys/getsockopt.2
==============================================================================
--- head/lib/libc/sys/getsockopt.2	Sun Aug 13 14:50:38 2017	(r322457)
+++ head/lib/libc/sys/getsockopt.2	Sun Aug 13 15:15:40 2017	(r322458)
@@ -188,7 +188,7 @@ The following options are recognized in
 .It Dv SO_LISTENINCQLEN Ta "get incomplete queue length of the socket (get only)"
 .It Dv SO_USER_COOKIE Ta "set the 'so_user_cookie' value for the socket (uint32_t, set only)"
 .It Dv SO_TS_CLOCK Ta "set specific format of timestamp returned by SO_TIMESTAMP"
-.It Dv SO_MAX_PACING_RATE "set the maximum transmit rate in bytes per second for the socket"
+.It Dv SO_MAX_PACING_RATE Ta "set the maximum transmit rate in bytes per second for the socket"
 .El
 .Pp
 .Dv SO_DEBUG



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