Date: Thu, 10 May 2001 11:40:05 -0700 (PDT) From: Peter Pentchev <roam@orbitel.bg> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/27240: df does not support '-l' option Message-ID: <200105101840.f4AIe5f38194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/27240; it has been noted by GNATS. From: Peter Pentchev <roam@orbitel.bg> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105101840.f4AIe5f38194>