diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /usr.bin/lsvfs | |
parent | de7242811fa5d383ece9325e6864e857b2997f20 (diff) |
Diffstat (limited to 'usr.bin/lsvfs')
-rw-r--r-- | usr.bin/lsvfs/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/lsvfs/lsvfs.1 | 2 | ||||
-rw-r--r-- | usr.bin/lsvfs/lsvfs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 0c33583257cf4..9e7f1916c8c64 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lsvfs/Makefile,v 1.8 2002/08/10 20:19:03 mux Exp $ PROG= lsvfs WARNS?= 6 diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index c9874d8d870e7..8ef16a5a9a6db 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lsvfs/lsvfs.1,v 1.12 2004/07/02 22:22:27 ru Exp $ .\" Garrett A. Wollman, September 1994 .\" This file is in the public domain. .\" diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 1e486d7ca4628..ddbc6768939cc 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -6,7 +6,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lsvfs/lsvfs.c,v 1.17 2002/08/11 02:07:43 mux Exp $"); #include <sys/param.h> #include <sys/mount.h> |