summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2006-03-17 10:04:10 +0000
committerharti <harti@FreeBSD.org>2006-03-17 10:04:10 +0000
commitadc178a6ae16a56157a3e31fdc17aafa912937c7 (patch)
tree65b26b057b25499f70400d50e40679dd432acb31 /contrib
parentb62a05af93f3a7451513ddc41f51bd696b74847e (diff)
parent283e6cb1edbe21520b26d3b343bcc9428340be6e (diff)
downloadFreeBSD-src-adc178a6ae16a56157a3e31fdc17aafa912937c7.zip
FreeBSD-src-adc178a6ae16a56157a3e31fdc17aafa912937c7.tar.gz
This commit was generated by cvs2svn to compensate for changes in r156803,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-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 eff37c0..9b5c406 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
OpenPOWER on IntegriCloud