Author: tuexen Date: Wed Jun 17 09:41:16 2015 New Revision: 284506 URL: https://svnweb.freebsd.org/changeset/base/284506
Log: MFC r284386: Fix name of a constant. Modified: stable/10/lib/libc/net/sctp_bindx.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/net/sctp_bindx.3 ============================================================================== --- stable/10/lib/libc/net/sctp_bindx.3 Wed Jun 17 09:39:40 2015 (r284505) +++ stable/10/lib/libc/net/sctp_bindx.3 Wed Jun 17 09:41:16 2015 (r284506) @@ -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 _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"