diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
| commit | c115df18cd0d5b01a18af0c608bc8b519b62273b (patch) | |
| tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/lsvfs | |
| parent | 53faa0dadee0318c35cdacdd47ca75f8606f745d (diff) | |
Notes
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 2fbe688c16012..3b25443ca3a2d 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= lsvfs .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 9e693f33cabab..82a4798c05ef7 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" 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 d16954e9342ac..124aa04343153 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. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> |
