From owner-freebsd-bugs Fri May 11 0:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB19337B422 for ; Fri, 11 May 2001 00:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4B7A4U37759; Fri, 11 May 2001 00:10:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 11 May 2001 00:10:04 -0700 (PDT) Message-Id: <200105110710.f4B7A4U37759@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/27240: df does not support '-l' option Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/27240; it has been noted by GNATS. From: Bruce Evans To: Peter Pentchev Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/27240: df does not support '-l' option Date: Fri, 11 May 2001 17:02:55 +1000 (EST) On Thu, 10 May 2001, Peter Pentchev wrote: > > (void)fprintf(stderr, > > - "usage: df [-b | -H | -h | -k | -m | -P] [-ain] [-t type] [file | filesystem ...]\n"); > > + "usage: df [-b | -H | -h | -k | -l | -m | -P] [-ain] [-t type] [file | filesystem ...]\n"); > > exit(EX_USAGE); > > } > > Er, oops :) > > OK, so "-l" should be added to the second set of flags [-ailn], not > to the blocksize-specification ones. Copying the output of `man df | col -b' should help avoid this bug and the misformatting of the output into more than 80 columns. (Previously, the line was only too long in the source code.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message