DOC: add manpage references to all system calls

Add a man section to every system call reference, giving users pointers to the
respective manpages.

Signed-off-by: Apollon Oikonomopoulos <apoikos@gmail.com>
This commit is contained in:
Apollon Oikonomopoulos 2013-09-29 23:03:51 +03:00 committed by Willy Tarreau
parent 6712bb7796
commit 7ef0edf7ff
1 changed files with 6 additions and 6 deletions

View File

@ -110,25 +110,25 @@ Show even more statistics (implies '\-s').
.TP
\fB\-dk\fP
Disable use of kqueue(). kqueue() is available only on BSD systems.
Disable use of \fBkqueue\fP(2). \fBkqueue\fP(2) is available only on BSD systems.
.TP
\fB\-ds\fP
Disable use of speculative epoll(). epoll() is available only on Linux 2.6
and some custom Linux 2.4 systems.
Disable use of speculative \fBepoll\fP(7). \fBepoll\fP(7) is available only on
Linux 2.6 and some custom Linux 2.4 systems.
.TP
\fB\-de\fP
Disable use of epoll(). epoll() is available only on Linux 2.6
Disable use of \fBepoll\fP(7). \fBepoll\fP(7) is available only on Linux 2.6
and some custom Linux 2.4 systems.
.TP
\fB\-dp\fP
Disables use of poll(). select() might be used instead.
Disables use of \fBpoll\fP(2). \fBselect\fP(2) might be used instead.
.TP
\fB\-dS\fP
Disables use of splice(), which is broken on older kernels.
Disables use of \fBsplice\fP(2), which is broken on older kernels.
.TP
\fB\-db\fP