diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
| commit | 90d6fa76a8141fc596ad376ecd86a8a493836298 (patch) | |
| tree | c3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /usr.bin/pathchk | |
| parent | 9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff) | |
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..2d5cc6b85433 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index 931f82f47e61..ec8487bab93e 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.22.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 1, 2010 .Dt PATHCHK 1 diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 2d8fa595d32d..625e949491e7 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.22.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
