cvs commit: src/bin/sh jobs.c jobs.h main.c sh.1

Stefan Farfeleder stefanf at FreeBSD.org
Sat Oct 7 09:51:24 PDT 2006


stefanf     2006-10-07 16:51:17 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               jobs.c jobs.h main.c sh.1 
  Log:
  Add the POSIX option -p to the jobs builtin command.  It prints the PID of the
  process leader for each job.  Now the last specified option for the output
  format (-l, -p or -s) wins, previously -s trumped -l.
  
  PR:             99926
  Submitted by:   Ed Schouten and novel (patches modified by me)
  
  Revision  Changes    Path
  1.72      +23 -17    src/bin/sh/jobs.c
  1.19      +8 -1      src/bin/sh/jobs.h
  1.29      +1 -1      src/bin/sh/main.c
  1.124     +8 -3      src/bin/sh/sh.1


More information about the cvs-all mailing list