Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2007 02:19:09 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/df df.c
Message-ID:  <200701200219.l0K2JA80064312@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2007-01-20 02:19:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    bin/df               df.c 
  Log:
  MFC df.c revision 1.66
  
  Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our
  current implementation of df(1) is does not properly format the output under
  certain conditions. Right now -kP and -Pk are not the same thing. Further,
  when we set the BLOCKSIZE environment variable, we use "1k" instead of "1024",
  making the header display incorrectly.
  
  Revision  Changes    Path
  1.64.2.1  +11 -2     src/bin/df/df.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701200219.l0K2JA80064312>