From owner-freebsd-bugs Thu May 10 11:40:10 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 C03F237B42C for ; Thu, 10 May 2001 11:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4AIe5f38194; Thu, 10 May 2001 11:40:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 10 May 2001 11:40:05 -0700 (PDT) Message-Id: <200105101840.f4AIe5f38194@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/27240: df does not support '-l' option Reply-To: Peter Pentchev 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: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/27240: df does not support '-l' option Date: Thu, 10 May 2001 21:38:15 +0300 On Thu, May 10, 2001 at 11:30:02AM -0700, Peter Pentchev wrote: > The following reply was made to PR bin/27240; it has been noted by GNATS. [snip] > > (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. G'luck, Peter -- No language can express every thought unambiguously, least of all this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message