summaryrefslogtreecommitdiff
path: root/sbin/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ddb')
-rw-r--r--sbin/ddb/Makefile2
-rw-r--r--sbin/ddb/ddb.82
-rw-r--r--sbin/ddb/ddb.c2
-rw-r--r--sbin/ddb/ddb.h2
-rw-r--r--sbin/ddb/ddb_capture.c2
-rw-r--r--sbin/ddb/ddb_script.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile
index b9189c1c0d9e3..fbf350e261fdf 100644
--- a/sbin/ddb/Makefile
+++ b/sbin/ddb/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/ddb/Makefile,v 1.1.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $
PROG= ddb
SRCS= ddb.c ddb_capture.c ddb_script.c
diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8
index bfd6ccd1a721b..9ecef680f68e1 100644
--- a/sbin/ddb/ddb.8
+++ b/sbin/ddb/ddb.8
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/ddb/ddb.8,v 1.3.2.6.4.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd April 24, 2008
.Dt DDB 8
diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c
index f5c5dd0264511..976a8670019af 100644
--- a/sbin/ddb/ddb.c
+++ b/sbin/ddb/ddb.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/ddb/ddb.c,v 1.2.2.4.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <err.h>
#include <stdio.h>
diff --git a/sbin/ddb/ddb.h b/sbin/ddb/ddb.h
index 8363bccfd8892..fcd3fed3541d5 100644
--- a/sbin/ddb/ddb.h
+++ b/sbin/ddb/ddb.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sbin/ddb/ddb.h,v 1.1.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef DDB_H
diff --git a/sbin/ddb/ddb_capture.c b/sbin/ddb/ddb_capture.c
index 9f83acbb03a5f..7d22b1efce906 100644
--- a/sbin/ddb/ddb_capture.c
+++ b/sbin/ddb/ddb_capture.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/ddb/ddb_capture.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/types.h>
#include <sys/sysctl.h>
diff --git a/sbin/ddb/ddb_script.c b/sbin/ddb/ddb_script.c
index 13829049dbea2..d0ab583fcf8d3 100644
--- a/sbin/ddb/ddb_script.c
+++ b/sbin/ddb/ddb_script.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/ddb/ddb_script.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/types.h>
#include <sys/sysctl.h>