- fix description of what processes SIGCONT can be sent to

PR:		docs/58413
Reviewed by:	rwatson
Approved by:	blackend (mentor)
This commit is contained in:
Ken Smith 2003-10-24 21:20:26 +00:00
parent 0eb3b7bb7f
commit 13b5f02d60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121484

View file

@ -72,7 +72,7 @@ the real or effective user ID of the receiving process must match
that of the sending process or the user must have appropriate privileges
(such as given by a set-user-ID program or the user is the super-user).
A single exception is the signal SIGCONT, which may always be sent
to any descendant of the current process.
to any process with the same session ID as the caller.
.Bl -tag -width Ds
.It \&If Fa pid No \&is greater than zero :
The