aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-04 05:46:18 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-04 05:46:18 +1000
commit32e833f3319e279167e3c4cf50f73b5ff93e4d65 (patch)
tree9e97b8fe5b209fa0548fb642c142d2aca0fac8c1 /builtin.c
parent9b4c34aa4c95a8d2c6703b7c04443f82f086d359 (diff)
Remove old event hooks, add more event handler documentation
darcs-hash:20051203194618-ac50b-e90683cb69b19da789152164a89a34bf187fd4e4.gz
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index d15e49a2..a9de3605 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2322,7 +2322,7 @@ static int builtin_jobs( wchar_t **argv )
sb_printf( sb_out, L"%d\t%d\t", j->job_id, j->pgid );
#ifdef HAVE__PROC_SELF_STAT
- sb_printf( sb_out, L"%d\t", cpu_use(j) );
+ sb_printf( sb_out, L"%d%%\t", cpu_use(j) );
#endif
sb_append2( sb_out, job_is_stopped(j)?L"stopped\t":L"running\t",
// job_is_completed(j)?L"completed\t":L"unfinished\t",