]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Let readv_nonblock() recover from EINTR.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 Mar 2018 22:39:48 +0000 (00:39 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Apr 2018 12:06:46 +0000 (14:06 +0200)
commit033731a5b54d95ff950dd3963320407e1fae459d
treee8c218e26bd354e134f167a87f0590e9b0cd89bc
parent5bd68d32e37386c6a75b597a0fa1a940cd6876a7
fd: Let readv_nonblock() recover from EINTR.

No need to fail the operation if the read was interrupted by a signal.

The patch also fixes some minor issues in the documentation:
a typo ("The" was incorrectly capitalized) and a missing \ref
for xwrite().  We use the opportunity to get rid of the \a and \p
font annotations. This improves the readability of the source code,
which is more imporatant than nice looking web pages. However, we
only touch those parts of the documentation which are modified anyway.
fd.c