ps: rename SZ to SIZE
Means we do not follow SCO but less confusion. A patch from Debian. Bug-Debian: http://bugs.debian.org/541061 Backported-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
@ -1494,7 +1494,7 @@ static const format_struct format_array[] = {
|
||||
{"sigcatch", "CAUGHT", pr_sigcatch, sr_nop, 9, 0, XXX, TO|SIGNAL}, /*caught*/
|
||||
{"sigignore", "IGNORED", pr_sigignore,sr_nop, 9, 0, XXX, TO|SIGNAL}, /*ignored*/
|
||||
{"sigmask", "BLOCKED", pr_sigmask, sr_nop, 9, 0, XXX, TO|SIGNAL}, /*blocked*/
|
||||
{"size", "SZ", pr_swapable, sr_swapable, 5, 0, SCO, PO|RIGHT},
|
||||
{"size", "SIZE", pr_swapable, sr_swapable, 5, 0, SCO, PO|RIGHT},
|
||||
{"sl", "SL", pr_nop, sr_nop, 3, 0, XXX, AN|RIGHT},
|
||||
{"spid", "SPID", pr_tasks, sr_tasks, 5, 0, SGI, TO|PIDMAX|RIGHT},
|
||||
{"stackp", "STACKP", pr_stackp, sr_start_stack, 8, 0, LNX, PO|RIGHT}, /*start_stack*/
|
||||
|
2
ps/ps.1
2
ps/ps.1
@ -1279,7 +1279,7 @@ sigmask BLOCKED T{
|
||||
see\ \fBblocked\fR. (alias\ \fBblocked\fR,\ \fBsig_block\fR).
|
||||
T}
|
||||
|
||||
size SZ T{
|
||||
size SIZE T{
|
||||
approximate amount of swap space that would be required
|
||||
if the process were to dirty all writable pages and then
|
||||
be swapped out.
|
||||
|
Reference in New Issue
Block a user