Package: manpages
Version: 2.02-2
Severity: minor
Tags: patch

Found a few typos in '/usr/share/man/man4/epoll.4.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

-- no debconf information
--- -   2005-05-16 03:51:15.798521000 -0400
+++ /tmp/epoll4.gz.25982        2005-05-16 03:51:15.000000000 -0400
@@ -163,7 +163,7 @@
 when employed like a Level Triggered interface does have the same
 semantics of
 .BR poll (2),
-an Edge Triggered usage requires more clarifiction to avoid stalls
+an Edge Triggered usage requires more clarification to avoid stalls
 in the application event loop. In this example, listener is a
 non-blocking socket on which
 .BR listen (2)
@@ -345,7 +345,7 @@
 then make sure to provide a way to mark its closure dynamically (ie- caused by 
 a previous event's processing). Suppose you receive 100 events from 
 .BR epoll_wait (2),
-and in eventi #47 a condition causes event #13 to be closed. 
+and in event #47 a condition causes event #13 to be closed. 
 If you remove the structure and close() the fd for event #13, then your 
 event cache might still say there are events waiting for that fd causing 
 confusion.

Reply via email to