summaryrefslogtreecommitdiff
path: root/contrib/libbegemot
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2006-03-17 10:04:10 +0000
committerHartmut Brandt <harti@FreeBSD.org>2006-03-17 10:04:10 +0000
commit5ae1be8157b5689f29f75f4621e9a65b91d29603 (patch)
tree43a5cfe8a8753b47dedf41f9c98dd8b36abd5dbd /contrib/libbegemot
parent63c7f40660abd8025acaee870dc446293878f598 (diff)
downloadsrc-test-5ae1be8157b5689f29f75f4621e9a65b91d29603.tar.gz
src-test-5ae1be8157b5689f29f75f4621e9a65b91d29603.zip
This is actually a section 3 man page, not section 1. Also fix a couple
of grammatical errors. Submitted by: jkoshy@
Notes
Notes: svn path=/vendor/libbegemot/dist/; revision=156803
Diffstat (limited to 'contrib/libbegemot')
-rw-r--r--contrib/libbegemot/rpoll.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libbegemot/rpoll.man b/contrib/libbegemot/rpoll.man
index eff37c0dfdebd..9b5c4064f25b0 100644
--- a/contrib/libbegemot/rpoll.man
+++ b/contrib/libbegemot/rpoll.man
@@ -28,7 +28,7 @@
'\"
'\" $Begemot: libbegemot/rpoll.man,v 1.4 2004/09/21 15:59:00 brandt Exp $
'\"
-.TH rpoll l "21 Oct 1996" "BEGEMOT" "BEGEMOT Library"
+.TH rpoll 3 "21 Oct 1996" "BEGEMOT" "BEGEMOT Library"
.SH NAME
rpoll - callback functions for file descriptors and timers
.SH SYNOPSIS
@@ -81,11 +81,11 @@ is the file descriptor to watch,
is an event mask.
It may be any combination of
.B POLL_IN
-to get informed, when input on the file descriptor is possible,
+to get informed when input on the file descriptor is possible,
.B POLL_OUT
-to get informed, when output is possible or
+to get informed when output is possible or
.B POLL_EXCEPT
-to get informed, when an exceptional condition occures.
+to get informed when an exceptional condition occures.
An example of an exceptional condition is the arrival of urgent data.
(Note, that an end of file condition is signaled via POLL_IN).
.I func