diff options
Diffstat (limited to 'usr.bin/pathchk')
| -rw-r--r-- | usr.bin/pathchk/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/pathchk/pathchk.1 | 2 | ||||
| -rw-r--r-- | usr.bin/pathchk/pathchk.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pathchk/Makefile b/usr.bin/pathchk/Makefile index b5bea85270aa..73ab3e915e3b 100644 --- a/usr.bin/pathchk/Makefile +++ b/usr.bin/pathchk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pathchk/Makefile,v 1.1 2002/05/22 10:30:16 tjr Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index d9476526db77..efe2a05281c1 100644 --- a/usr.bin/pathchk/pathchk.1 +++ b/usr.bin/pathchk/pathchk.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pathchk/pathchk.1,v 1.3 2002/12/12 17:26:01 ru Exp $ .\" .Dd May 21, 2002 .Dt PATHCHK 1 diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 2b31099317da..5e40939b5915 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pathchk/pathchk.c,v 1.4 2002/12/15 00:40:47 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> |
