From owner-cvs-all Fri May 31 6: 7:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 174C637B407; Fri, 31 May 2002 06:07:06 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4VD76b14794; Fri, 31 May 2002 06:07:06 -0700 (PDT) (envelope-from tjr) Message-Id: <200205311307.g4VD76b14794@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 31 May 2002 06:07:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/31 06:07:06 PDT Modified files: bin/sh jobs.c Log: Break the code to display status info for one job out from showjobs() into showjob(), use it inside dowait() to display status info for consistency, and in a format closer to what the standard requires. Revision Changes Path 1.37 +52 -63 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message