From owner-cvs-usrbin Fri Aug 8 05:22:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA10850 for cvs-usrbin-outgoing; Fri, 8 Aug 1997 05:22:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA10767; Fri, 8 Aug 1997 05:20:50 -0700 (PDT) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA07438; Fri, 8 Aug 1997 05:20:24 -0700 (PDT) Date: Fri, 8 Aug 1997 05:20:24 -0700 (PDT) Message-Id: <199708081220.FAA07438@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/rwho rwho.1 rwho.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/08/08 05:20:24 PDT Modified files: usr.bin/rwho rwho.1 rwho.c Log: Use err(3). Add usage() and prototypes. Add Xr to who(1). Revision Changes Path 1.3 +7 -6 src/usr.bin/rwho/rwho.1 1.11 +27 -14 src/usr.bin/rwho/rwho.c