aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/selrecord.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-30 13:33:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-30 13:33:59 +0000
commit05cb5024af59af7a081804ab367a2675ddef71ea (patch)
tree4b59be5168c264ac7620e0de02000bcdface9424 /share/man/man9/selrecord.9
parent3a4735993196efc119f6c8ca8f7397b0c458c7d6 (diff)
mdoc(7) police: minor markup nits.
Notes
Notes: svn path=/head/; revision=97597
Diffstat (limited to 'share/man/man9/selrecord.9')
-rw-r--r--share/man/man9/selrecord.913
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man9/selrecord.9 b/share/man/man9/selrecord.9
index d0b87153cbfc..879a30b0e4ce 100644
--- a/share/man/man9/selrecord.9
+++ b/share/man/man9/selrecord.9
@@ -31,7 +31,7 @@
.Os
.Sh NAME
.Nm selrecord ,
-.Nm selwakeup ,
+.Nm selwakeup
.Nd "record and wakeup select requests"
.Sh SYNOPSIS
.In sys/param.h
@@ -68,7 +68,7 @@ acquires and releases
.Fn selwakeup
is called by the underlying object handling code in order to notify any waiting
threads that an event of interest has occurred.
-If a collision has occurred
+If a collision has occurred,
.Fn selwakeup
will increment
.Va nselcoll ,
@@ -84,7 +84,7 @@ flag which should be noted by
.Xr select 2
and
.Xr poll 2
-when they wakeup.
+when they wake up.
.Pp
.Fn selwakeup
acquires and releases
@@ -92,10 +92,11 @@ acquires and releases
and may acquire and release
.Va sched_lock .
.Sh SEE ALSO
-.Xr poll 2
+.Xr poll 2 ,
.Xr select 2
.Sh AUTHORS
+.An -nosplit
This man page was written by
-.An Chad David Aq davidc@freebsd.org
+.An Chad David Aq davidc@FreeBSD.org
and
-.An Alfred Perlstein Aq alfred@freebsd.org
+.An Alfred Perlstein Aq alfred@FreeBSD.org .