summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/networking/networkapp.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/networking/networkapp.t b/doc/networking/networkapp.t
index 4263da4aac..2a6517e4bd 100644
--- a/doc/networking/networkapp.t
+++ b/doc/networking/networkapp.t
@@ -238,7 +238,8 @@ with the following exceptions:
@itemize @bullet
@item A given socket can be read or written by only one task at a time.
-@item There is no @code{select} function.
+@item The @code{select} function only works for file descriptors associated
+with sockets.
@item You must call @code{openlog} before calling any of the @code{syslog} functions.
@item @b{Some of the network functions are not thread-safe.}
For example the following functions return a pointer to a static