summaryrefslogtreecommitdiffstats
path: root/bin/sh/main.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-05-31 14:04:23 +0000
committertjr <tjr@FreeBSD.org>2002-05-31 14:04:23 +0000
commit1f8bb8d729f20a8d5b24026ce730df4a62db28db (patch)
tree8c0ae8c6b41224d3a4d8ce7115141f17cc2c12af /bin/sh/main.c
parent7bc059de3ec1804876e2c07e586291159b861c5d (diff)
downloadFreeBSD-src-1f8bb8d729f20a8d5b24026ce730df4a62db28db.zip
FreeBSD-src-1f8bb8d729f20a8d5b24026ce730df4a62db28db.tar.gz
Add -s (output PID's only) and -l (show PID's) options to the jobs(1)
builtin. Modify the output format to match what SUSv3 requires.
Diffstat (limited to 'bin/sh/main.c')
-rw-r--r--bin/sh/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/main.c b/bin/sh/main.c
index 595c212..460693a 100644
--- a/bin/sh/main.c
+++ b/bin/sh/main.c
@@ -229,7 +229,7 @@ cmdloop(int top)
inter = 0;
if (iflag && top) {
inter++;
- showjobs(1);
+ showjobs(1, 0, 0);
chkmail(0);
flushout(&output);
}
OpenPOWER on IntegriCloud