From owner-cvs-all Tue Jun 4 2:52:33 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 8F5DA37B403; Tue, 4 Jun 2002 02:52:30 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g549qUF70772; Tue, 4 Jun 2002 02:52:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200206040952.g549qUF70772@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 02:52:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/who who.1 who.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/06/04 02:52:30 PDT Modified files: usr.bin/who who.1 who.c Log: Respect the setting of the COLUMNS environment variable, use it instead of the TTY width obtained by ioctl() when set & non-null. (SUSv3) Revision Changes Path 1.13 +13 -0 src/usr.bin/who/who.1 1.16 +15 -5 src/usr.bin/who/who.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message