]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Mar 2007 01:27:34 +0000 (01:27 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Mar 2007 01:27:34 +0000 (01:27 +0000)
man2/poll.2

index 7071ca481104d2e73bbee2ba79580fd1fcaf99ea..4984d83bc66fa03ee4a2e5f6d2d7cccad34c8844 100644 (file)
@@ -204,7 +204,7 @@ executing the following calls:
     sigset_t origmask;
 
     sigprocmask(SIG_SETMASK, &sigmask, &origmask);
-    ready = ppoll(&fds, nfds, timeout);
+    ready = poll(&fds, nfds, timeout);
     sigprocmask(SIG_SETMASK, &origmask, NULL);
 .fi
 .PP