From owner-cvs-all Mon Jul 27 09:19:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13927 for cvs-all-outgoing; Mon, 27 Jul 1998 09:19:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13411; Mon, 27 Jul 1998 09:16:46 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA22431; Tue, 28 Jul 1998 02:16:12 +1000 Date: Tue, 28 Jul 1998 02:16:12 +1000 From: Bruce Evans Message-Id: <199807271616.CAA22431@godzilla.zeta.org.au> To: dag-erli@ifi.uio.no, thepish@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/time time.1 time.c Cc: ac199@hwcn.org, bde@zeta.org.au, cvs-committers@FreeBSD.ORG, phk@critter.freebsd.dk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Nonetheless, the patch is a kludge and the wording of the man page is >clumsy at best. I'm working on correcting this (and changing the -f >option to -o, which others have pointed out as the Right Thing) Don't forget -a. In gnu time, it's just a flag that modifies -o. Multiple multiple -o's and -a's after -o's are permitted: time -o foo -a ls # -a modifies -o despite being later time -o foo -o bar ls # -o foo is ignored Bruce