aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 34a02f68..780bdcc7 100644
--- a/NEWS
+++ b/NEWS
@@ -82,12 +82,12 @@ before returning to the caller.
* `Open' function
The `open' function can be used to connect to TCP/IP sockets. To
-do so, its first argument must be a valid socket URL prefixes with
+do so, its first argument must be a valid socket URL prefixed with
`@'. E.g.:
number fd open("@ inet://127.0.0.1:25")
-The I/O operations on `fd' will write and read from the opened socket.
+The I/O operations on `fd' will write to and read from the opened socket.
* New I/O functions

Return to:

Send suggestions and report system problems to the System administrator.