This commit is contained in:
Michael Kerrisk 2008-02-26 12:35:07 +00:00
parent 4fecd70377
commit 7647b3a10b
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
.\"
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
.TH EPOLL 7 2007-06-22 "Linux" "Linux Programmer's Manual"
.TH EPOLL 7 2008-02-26 "Linux" "Linux Programmer's Manual"
.SH NAME
epoll \- I/O event notification facility
.SH SYNOPSIS
@ -277,7 +277,7 @@ file descriptor inside another epoll file descriptor set.
.B Q5
Can I send the
.B epoll
file descriptor over a unix-socket to another process?
file descriptor over a Unix domain socket to another process?
.TP
.B A5
No.