diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-23 08:51:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-24 20:53:38 -0400 |
commit | 91705c61b52029ab5da67a15a23eef08667bf40e (patch) | |
tree | 703e4a25d5ad698b927fd7b59e6c9b0fa109b28d /Documentation/networking | |
parent | d97185466cc83902de49c7bea512651c7af12566 (diff) |
net: sctp: trivial: update mailing list address
The SCTP mailing list address to send patches or questions
to is linux-sctp@vger.kernel.org and not
lksctp-developers@lists.sourceforge.net anymore. Therefore,
update all occurences.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/sctp.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/networking/sctp.txt b/Documentation/networking/sctp.txt index 0c790a76910e..97b810ca9082 100644 --- a/Documentation/networking/sctp.txt +++ b/Documentation/networking/sctp.txt | |||
@@ -19,7 +19,6 @@ of SCTP that is RFC 2960 compliant and provides an programming interface | |||
19 | referred to as the UDP-style API of the Sockets Extensions for SCTP, as | 19 | referred to as the UDP-style API of the Sockets Extensions for SCTP, as |
20 | proposed in IETF Internet-Drafts. | 20 | proposed in IETF Internet-Drafts. |
21 | 21 | ||
22 | |||
23 | Caveats: | 22 | Caveats: |
24 | 23 | ||
25 | -lksctp can be built as statically or as a module. However, be aware that | 24 | -lksctp can be built as statically or as a module. However, be aware that |
@@ -33,6 +32,4 @@ For more information, please visit the lksctp project website: | |||
33 | http://www.sf.net/projects/lksctp | 32 | http://www.sf.net/projects/lksctp |
34 | 33 | ||
35 | Or contact the lksctp developers through the mailing list: | 34 | Or contact the lksctp developers through the mailing list: |
36 | <lksctp-developers@lists.sourceforge.net> | 35 | <linux-sctp@vger.kernel.org> |
37 | |||
38 | |||