mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix name of a constant.
MFC after: 3 days
This commit is contained in:
parent
c5e7289c10
commit
b96e9390db
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue