Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2006 16:51:17 +0000 (UTC)
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh jobs.c jobs.h main.c sh.1
Message-ID:  <200610071651.k97GpHZW019865@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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