From 0c82b0cedabf29998539a53331a85ca40e2e712b Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 5 Oct 2009 10:49:04 +0000 Subject: [PATCH] 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 --- ps/output.c | 2 +- ps/ps.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ps/output.c b/ps/output.c index bb5ec38b..f496ec92 100644 --- a/ps/output.c +++ b/ps/output.c @@ -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*/ diff --git a/ps/ps.1 b/ps/ps.1 index 1fd6e094..b84447b4 100644 --- a/ps/ps.1 +++ b/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.