svn commit: r322458 - head/lib/libc/sys
Michael Tuexen
tuexen at FreeBSD.org
Sun Aug 13 15:15:41 UTC 2017
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
More information about the svn-src-all
mailing list