diff options
Diffstat (limited to 'lib/libc/sys/kill.2')
-rw-r--r-- | lib/libc/sys/kill.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index f0b9654..23bacb0 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -87,9 +87,12 @@ this is a variant of If the user has super-user privileges, the signal is sent to all processes excluding system processes -.Pq with Dv P_SYSTEM flag set , +(with +.Dv P_SYSTEM +flag set), process with ID 1 -.Pq usually Xr init 8 , +(usually +.Xr init 8 ) , and the process sending the signal. If the user is not the super user, the signal is sent to all processes with the same uid as the user excluding the process sending the signal. |