Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 1997 04:40:01 -0700 (PDT)
From:      Wolfram Schneider <wosch@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/du du.c
Message-ID:  <199708291140.EAA25179@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wosch       1997/08/29 04:40:01 PDT

  Modified files:
    usr.bin/du           du.c 
  Log:
  du(1) always exit with value zero.
  
  $ du /foobar
  du: /foobar: No such file or directory
  $ echo $?
  0
  
  Revision  Changes    Path
  1.10      +1 -1      src/usr.bin/du/du.c



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