1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

mdoc(4) police: Markup. Fix 1 hard sentence break.

This commit is contained in:
Tom Rhodes 2003-01-03 23:06:10 +00:00
parent 7538a3c022
commit 62058fa939
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108618

View File

@ -82,8 +82,10 @@ when a large number of processes are sleeping on the same address,
but only one of them can actually do any useful work when made
runnable.
.Pp
.Nm Tsleep
is the general sleep call. Suspends the current process until a wakeup is
The
.Nm tsleep
function is the general sleep call.
Suspends the current process until a wakeup is
performed on the specified identifier.
The process will then be made
runnable with the specified
@ -110,8 +112,9 @@ is returned if the system call should be interrupted by the signal
(return
.Er EINTR ) .
.Pp
.Nm Msleep
is a variation on tsleep.
The
.Nm sleep
function is a variation on tsleep.
The parameter
.Ar mtx
is a mutex, which will be exited before sleeping, and entered before