summaryrefslogtreecommitdiff
path: root/usr.bin/pathchk
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-05-07 17:51:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-05-07 17:51:10 +0000
commite87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch)
tree5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/pathchk
parentbbe327aea67f046183f949450d6271765b9ebfb0 (diff)
Diffstat (limited to 'usr.bin/pathchk')
-rw-r--r--usr.bin/pathchk/Makefile2
-rw-r--r--usr.bin/pathchk/pathchk.12
-rw-r--r--usr.bin/pathchk/pathchk.c2
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>