]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - signal.c
Misc documentation cleanups related to select().
[paraslash.git] / signal.c
index 27bda8407faf73a9812246e12bb3b98645a62fae..e5ef7a4119dc271320079d778313c5abf1d259d2 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -27,7 +27,7 @@ static int signal_pipe[2];
  * signal arrives, the signal handler writes the number of the signal received
  * to one end of the signal pipe. The application can test for pending signals
  * by checking if the file descriptor of the other end of the signal pipe is
- * ready for reading, see select(2).
+ * ready for reading.
  *
  * \return This function either succeeds or calls exit(3) to terminate the
  * current process. On success, a signal task structure is returned.