diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
| commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
| tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /usr.bin/limits | |
| parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) | |
Diffstat (limited to 'usr.bin/limits')
| -rw-r--r-- | usr.bin/limits/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/limits/limits.1 | 2 | ||||
| -rw-r--r-- | usr.bin/limits/limits.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile index 5999cdbe060c..cb0644e23c8e 100644 --- a/usr.bin/limits/Makefile +++ b/usr.bin/limits/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/limits/Makefile,v 1.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= limits DPADD= ${LIBUTIL} diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index edc6bb974ae7..cd767d489819 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/limits/limits.1,v 1.30.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd September 18, 2002 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 2da69a23c64f..b05ff0d3e621 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/limits/limits.c,v 1.19.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <err.h> #include <stdio.h> |
