From owner-svn-src-stable@FreeBSD.ORG Wed Jun 17 12:43:12 2015 Return-Path: Delivered-To: svn-src-stable@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1603130; Wed, 17 Jun 2015 12:43:11 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98112C51; Wed, 17 Jun 2015 12:43:11 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5H9fHFv078422; Wed, 17 Jun 2015 09:41:17 GMT (envelope-from tuexen@FreeBSD.org) Received: (from tuexen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5H9fH57078421; Wed, 17 Jun 2015 09:41:17 GMT (envelope-from tuexen@FreeBSD.org) Message-Id: <201506170941.t5H9fH57078421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tuexen set sender to tuexen@FreeBSD.org using -f From: Michael Tuexen Date: Wed, 17 Jun 2015 09:41:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r284506 - stable/10/lib/libc/net X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 12:43:12 -0000 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