diff options
author | tuexen <tuexen@FreeBSD.org> | 2015-06-17 09:41:16 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2015-06-17 09:41:16 +0000 |
commit | 76dca5273f69ab8bd0c9074b3a337b6ed3ca439b (patch) | |
tree | ae146490e111a8ba8adcac161033a1a765d7d461 /lib/libc | |
parent | 1c50eac2f673ec552d0c807968fdc34d9265cb5c (diff) | |
download | FreeBSD-src-76dca5273f69ab8bd0c9074b3a337b6ed3ca439b.zip FreeBSD-src-76dca5273f69ab8bd0c9074b3a337b6ed3ca439b.tar.gz |
MFC r284386:
Fix name of a constant.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/sctp_bindx.3 | 4 |
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 |