diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/stat | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
Diffstat (limited to 'usr.bin/stat')
| -rw-r--r-- | usr.bin/stat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/stat/stat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/stat/stat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile index d33f0bfe634c..c21e96957a6b 100644 --- a/usr.bin/stat/Makefile +++ b/usr.bin/stat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/stat/Makefile,v 1.2 2002/08/13 08:23:49 dougb Exp $ PROG= stat MAN= stat.1 diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index 31b77123f06b..4f4a78428867 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/stat/stat.1,v 1.6 2003/06/02 11:19:23 ru Exp $ .\" .Dd May 8, 2003 .Dt STAT 1 diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index b67627e94716..b9eaf9f8ff4b 100644 --- a/usr.bin/stat/stat.c +++ b/usr.bin/stat/stat.c @@ -41,7 +41,7 @@ __RCSID("$NetBSD: stat.c,v 1.13 2003/07/25 03:21:17 atatat Exp $"); #endif #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/stat/stat.c,v 1.6 2003/10/06 01:55:17 dougb Exp $"); #if HAVE_CONFIG_H #include "config.h" |
