diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | 3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch) | |
tree | 09d2a69509b3515b773279fd0db04acc03aee4db /usr.bin/lsvfs | |
parent | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff) | |
download | FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz |
$Id$ -> $FreeBSD$
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 3b25443..b2b0611 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= lsvfs .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 3bd5083..bd075c8 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $Id: lsvfs.1,v 1.5 1997/02/22 19:55:59 peter Exp $ +.\" $FreeBSD$ .\" 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 d988904..cb6a032 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -3,7 +3,7 @@ * Garrett A. Wollman, September 1994 * This file is in the public domain. * - * $Id: lsvfs.c,v 1.11 1998/08/29 13:53:22 bde Exp $ + * $FreeBSD$ */ #define _NEW_VFSCONF |