Fix wording and spelling in the trapsignal() description.

This commit is contained in:
Chad David 2002-06-10 17:08:42 +00:00
parent 85441ab5f2
commit d99146a1f3

View File

@ -382,7 +382,7 @@ will deliver it directly; otherwise,
.Fn trapsignal
will call
.Xr psignal 9
to cuase signal to will be delivered later.
to cause the signal to be delivered.
Giant is acquired and released, as is the lock for
.Fa p .
.Sh RETURN VALUES