Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 15:22:34 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/getfacl getfacl.1 getfacl.c
Message-ID:  <200211032322.gA3NMYIo009605@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/11/03 15:22:34 PST

  Modified files:
    bin/getfacl          getfacl.1 getfacl.c 
  Log:
  - Consistent use of warn() vs. perror().
  - Gracefully handle the case where standard input is missing
    a newline at EOF.
  - Exit with status 1 instead of -1 (really 255) on error.
  - Add a Diagnostics section to the manual page documenting
    exit status.
  
  Approved by:    rwatson
  
  Revision  Changes    Path
  1.5       +2 -0      src/bin/getfacl/getfacl.1
  1.8       +8 -9      src/bin/getfacl/getfacl.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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