Date: Fri, 11 May 2001 00:10:04 -0700 (PDT) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/27240: df does not support '-l' option Message-ID: <200105110710.f4B7A4U37759@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: Bruce Evans <bde@zeta.org.au> To: Peter Pentchev <roam@orbitel.bg> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105110710.f4B7A4U37759>