svn commit: r284386 - head/lib/libc/net

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 14 20:16:37 UTC 2015


Author: tuexen
Date: Sun Jun 14 20:16:36 2015
New Revision: 284386
URL: https://svnweb.freebsd.org/changeset/base/284386

Log:
  Fix name of a constant.
  
  MFC after: 3 days

Modified:
  head/lib/libc/net/sctp_bindx.3

Modified: head/lib/libc/net/sctp_bindx.3
==============================================================================
--- head/lib/libc/net/sctp_bindx.3	Sun Jun 14 19:19:46 2015	(r284385)
+++ head/lib/libc/net/sctp_bindx.3	Sun Jun 14 20:16:36 2015	(r284386)
@@ -28,7 +28,7 @@
 .\"     From: @(#)send.2	8.2 (Berkeley) 2/21/94
 .\" $FreeBSD$
 .\"
-.Dd December 15, 2006
+.Dd June 14, 2015
 .Dt SCTP_BINDX 3
 .Os
 .Sh NAME
@@ -71,7 +71,7 @@ must be one of the following values.
 This value indicates that the listed address(es) need to
 be added to the endpoint.
 .Pp
-.Dv SCTP_BINDX_DEL_ADDR
+.Dv SCTP_BINDX_REM_ADDR
 This value indicates that the listed address(es) need to
 be removed from the endpoint.
 .Pp


More information about the svn-src-all mailing list