From owner-cvs-usrbin Thu Sep 11 19:25:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21141 for cvs-usrbin-outgoing; Thu, 11 Sep 1997 19:25:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21104; Thu, 11 Sep 1997 19:25:23 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA18016; Thu, 11 Sep 1997 19:22:22 -0700 (PDT) Date: Thu, 11 Sep 1997 19:22:22 -0700 (PDT) Message-Id: <199709120222.TAA18016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/09/11 19:22:22 PDT Modified files: usr.bin/w w.c Log: The "-d" option dumps out the entire process list on a per controlling tty basis, instead of just the top level process. Submitted by: terry Revision Changes Path 1.22 +40 -11 src/usr.bin/w/w.c