procps-3.1.9 --> procps-3.1.10
+kill: better man page
+skill: better man page
procps-3.1.8 --> procps-3.1.9
.\" Michael K. Johnson
.TH KILL 1 "November 21, 1999" "Linux" "Linux User's Manual"
.SH NAME
-kill \- report process status
+kill \- send a signal to a process
.SH SYNOPSIS
.TS
kill -l List all signal names.
kill -L List all signal names in a nice table.
kill -l signal Convert a signal number into a name.
-kill -V,--version Show version of program
+kill -V,--version Show version of program
.TE
.SH DESCRIPTION
lfCW r l l.
Name Num Action Description
.TH
+0 0 n/a exit code indicates if a signal may be sent
ALRM 14 exit
HUP 1 exit
INT 2 exit
.fi
.PP
.SH "SEE ALSO"
-top(1) skill(1) kill(2) renice(1) nice(1)
+pkill(1) skill(1) kill(2) renice(1) nice(1) signal(7) killall(1)
.SH STANDARDS
This command meets appropriate standards. The -L flag is Linux-specific.
p = xcalloc(p, sizeof *p); /* passed buf or alloced mem */
p->euid = sb.st_uid; /* need a way to get real uid */
+ p->egid = sb.st_gid; /* need a way to get real gid */
#ifdef FLASK_LINUX
p->secsid = secsid;
#endif
p = xcalloc(p, sizeof *p); /* passed buf or alloced mem */
p->euid = sb.st_uid; /* need a way to get real uid */
+ p->egid = sb.st_gid; /* need a way to get real gid */
#ifdef FLASK_LINUX
p->secsid = secsid;
#endif
.\"
.TH SKILL 1 "March 12, 1999" "Linux" "Linux User's Manual"
.SH NAME
-skill, snice \- report process status
+skill, snice \- send a signal or report process status
.SH SYNOPSIS
.nf
lfCW r l l.
Name Num Action Description
.TH
+0 0 n/a exit code indicates if a signal may be sent
ALRM 14 exit
HUP 1 exit
INT 2 exit
.TE
.SH "SEE ALSO"
-killall(1) pkill(1) kill(1) renice(1) nice(1)
+killall(1) pkill(1) kill(1) renice(1) nice(1) signal(7) kill(2)
.SH STANDARDS
No standards apply.
#endif
// next entry's special: '.head' will be formatted using table entry's own
// '.fmts' plus runtime supplied conversion args!
- { "XxXx", "Command ", "%-*.*s ", -1, -1, SF(CMD), "Command name/line", L_EITHER },
+ { "XxXx", "COMMAND ", "%-*.*s ", -1, -1, SF(CMD), "Command name/line", L_EITHER },
{ "YyUu", "WCHAN ", "%-9.9s ", -1, -1, SF(WCH), "Sleeping in Function", L_stat },
// next entry's special: the 0's will be replaced with '.'!
#ifdef CASEUP_HEXES