summaryrefslogtreecommitdiff
path: root/usr.bin/stat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/stat')
-rw-r--r--usr.bin/stat/Makefile2
-rw-r--r--usr.bin/stat/stat.12
-rw-r--r--usr.bin/stat/stat.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index d33f0bfe634c..c21e96957a6b 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/stat/Makefile,v 1.2 2002/08/13 08:23:49 dougb Exp $
PROG= stat
MAN= stat.1
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1
index 31b77123f06b..4f4a78428867 100644
--- a/usr.bin/stat/stat.1
+++ b/usr.bin/stat/stat.1
@@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/stat/stat.1,v 1.6 2003/06/02 11:19:23 ru Exp $
.\"
.Dd May 8, 2003
.Dt STAT 1
diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c
index b67627e94716..b9eaf9f8ff4b 100644
--- a/usr.bin/stat/stat.c
+++ b/usr.bin/stat/stat.c
@@ -41,7 +41,7 @@ __RCSID("$NetBSD: stat.c,v 1.13 2003/07/25 03:21:17 atatat Exp $");
#endif
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/stat/stat.c,v 1.6 2003/10/06 01:55:17 dougb Exp $");
#if HAVE_CONFIG_H
#include "config.h"