Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/stat
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@localhost>, 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.
Home |
Main Index |
Thread Index |
Old Index