summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2015-06-14 20:16:36 +0000
committertuexen <tuexen@FreeBSD.org>2015-06-14 20:16:36 +0000
commiteedf79175aef6a1b2eee42a1498b5c87d36b4681 (patch)
tree1c3146c95546ad690329d45f7e9dbde1ed161051 /lib/libc/net
parent19fcbfd4869cc13983e46663b10de3d27ba59e64 (diff)
downloadFreeBSD-src-eedf79175aef6a1b2eee42a1498b5c87d36b4681.zip
FreeBSD-src-eedf79175aef6a1b2eee42a1498b5c87d36b4681.tar.gz
Fix name of a constant.
MFC after: 3 days
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/sctp_bindx.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/sctp_bindx.3 b/lib/libc/net/sctp_bindx.3
index 263cb63..96d63cd 100644
--- a/lib/libc/net/sctp_bindx.3
+++ b/lib/libc/net/sctp_bindx.3
@@ -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
OpenPOWER on IntegriCloud