diff options
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index c38fa02..ee07a84 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -115,6 +115,8 @@ command which is similar or identical to this utility. Consult the .Xr builtin 1 manual page. +.Sh EXIT STATUS +.Ex -std .Sh EXAMPLES Terminate the processes with pids 142 and 157: @@ -130,8 +132,6 @@ to the process with pid 507: Terminate the process group with pgid 117: .Pp .Dl "kill -- -117" -.Sh DIAGNOSTICS -.Ex -std .Sh SEE ALSO .Xr builtin 1 , .Xr csh 1 , |