Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Auto-merge pull request #2745 from reducetoflow/patch-1
Browse files Browse the repository at this point in the history
Update accept.lcdoc

Remove <number>, replaced with portNumber, as read in Ali's blog post.
  • Loading branch information
livecode-vulcan committed Aug 24, 2015
2 parents 7e3f76a + f348c68 commit 3e7b497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/dictionary/command/accept.lcdoc
Expand Up @@ -2,7 +2,7 @@ Name: accept

Type: command

Syntax: accept [datagram] connections on port <number> with message <callbackMessage>
Syntax: accept [datagram] connections on port <portNumber> with message <callbackMessage>

Summary: Accepts an internet connection and creates a <socket> for that connection.

Expand Down Expand Up @@ -30,7 +30,6 @@ on connectionMade pIPAddress
end connectionMade

Parameters:
number:
callbackMessage: The name of a message to be sent when a connection is made or a datagram is received.
portNumber: The TCP port number on which to accept connections.

Expand Down

0 comments on commit 3e7b497

Please sign in to comment.