aboutsummaryrefslogtreecommitdiff
path: root/Manual.md
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2018-02-05 16:18:39 +0100
committerGitHub <noreply@github.com>2018-02-05 16:18:39 +0100
commitee9c88c98129ab9c8e61522771025cc08964e089 (patch)
tree09d6ca0abca641d16fedf2e695a077c6e5457f8a /Manual.md
parentf815cf962c5762b5b764093c88011755eefe76d6 (diff)
parent92b719864c926e9b6f2db4e96368dc1ae14da65f (diff)
downloadusrsctp-ee9c88c98129ab9c8e61522771025cc08964e089.tar.gz
Merge pull request #199 from waywardmonkeys/manual-corrections
Minor corrections to manual.
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md
index 6aa0fda2..4ae392e3 100644
--- a/Manual.md
+++ b/Manual.md
@@ -213,7 +213,7 @@ usrsctp_connect(struct socket *so,
* name: Address of the peer to connect to (`struct sockaddr_in` for an IPv4 address or `struct sockaddr_in6` for an IPv6 address).
* addrlen: Size of the peer's address.
-usrsctp_connect() returns 0 on success and -1 in case of an error.
+`usrsctp_connect()` returns 0 on success and -1 in case of an error.
### usrsctp_shutdown()
@@ -228,7 +228,7 @@ usrsctp_shutdown(struct socket *so, int how)
* SHUT_WR: Disables further send operations, and initiates the SCTP shutdown sequence.
* SHUT_RDWR: Disables further send and receive operations, and initiates the SCTP shutdown sequence.
-`usrsctp_listen()` returns 0 on success and -1 in case of an error.
+`usrsctp_shutdown()` returns 0 on success and -1 in case of an error.
## Sending and Receiving Data
Since the publication of [RFC 6458](http://tools.ietf.org/html/rfc6458) there is only one function for sending and one for receiving