Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 07:04:24 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh jobs.c jobs.h main.c sh.1
Message-ID:  <200205311404.g4VE4Ob21276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/05/31 07:04:23 PDT

  Modified files:
    bin/sh               jobs.c jobs.h main.c sh.1 
  Log:
  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.
  
  Revision  Changes    Path
  1.39      +67 -13    src/bin/sh/jobs.c
  1.15      +1 -1      src/bin/sh/jobs.h
  1.22      +1 -1      src/bin/sh/main.c
  1.65      +16 -3     src/bin/sh/sh.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205311404.g4VE4Ob21276>