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..94fb44e0841c 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.36.1 2009/04/15 03:14:26 kensmith Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index e8639559cf47..a4793d2a4321 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.5.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd May 21, 2002 .Dt PATHCHK 1 diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index dd9768a497e0..1780e2fe2b73 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.5.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
