From owner-cvs-usrbin Sun Sep 14 12:06:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA24236 for cvs-usrbin-outgoing; Sun, 14 Sep 1997 12:06:08 -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 MAA24182; Sun, 14 Sep 1997 12:05:37 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA09514; Sun, 14 Sep 1997 12:02:15 -0700 (PDT) Date: Sun, 14 Sep 1997 12:02:15 -0700 (PDT) Message-Id: <199709141902.MAA09514@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tail forward.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/09/14 12:02:15 PDT Modified files: usr.bin/tail forward.c Log: In these days, waiting one full second for more to appear is far too long. Let's try 250ms. Revision Changes Path 1.7 +2 -2 src/usr.bin/tail/forward.c