Subject: CVS commit: basesrc/usr.bin/stat
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/08/2002 21:48:43
Module Name:	basesrc
Committed By:	atatat
Date:		Mon Jul  8 18:48:43 UTC 2002

Modified Files:
	basesrc/usr.bin/stat: Makefile stat.1 stat.c

Log Message:
A new command line option, -q, suppresses *stat(2) failure messages.
Output is now done via stdio, instead of with my stupid homegrown
buffering (I don't even know why I did it that way in the first
place).  Also, from Johan Karlsson <johan@freebsd.org>, eliminate a
spurious newline if no output was generated, and link stat(1) to
readlink(1) for similarity to OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/usr.bin/stat/Makefile
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/stat/stat.1
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/stat/stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.