Hello Lucian, On Thu, Apr 23, 2009 at 9:22 AM, Lucian Adrian Grijincu <lucian.grijincu@xxxxxxxxx> wrote: > There is an unfinished string în an example în epoll.7 > Patch inline and attached. Thanks! Applied for 3.22. Cheers, Michael > diff --git a/man7/epoll.7 b/man7/epoll.7 > index ba9ec06..ff67371 100644 > --- a/man7/epoll.7 > +++ b/man7/epoll.7 > @@ -263,7 +263,7 @@ for (;;) { > ev.data.fd = conn_sock; > if (epoll_ctl(epollfd, EPOLL_CTL_ADD, conn_sock, > &ev) == \-1) { > - perror("epoll_ctl: conn_sock); > + perror("epoll_ctl: conn_sock"); > exit(EXIT_FAILURE); > } > } else { > > > -- > . > ..: Lucian > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html