summaryrefslogtreecommitdiff
path: root/sbin/geom/core
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
commit8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch)
tree81a52679e3e7f6958a04688cb683eaf21a140f5c /sbin/geom/core
parentde7242811fa5d383ece9325e6864e857b2997f20 (diff)
Diffstat (limited to 'sbin/geom/core')
-rw-r--r--sbin/geom/core/Makefile2
-rw-r--r--sbin/geom/core/geom.82
-rw-r--r--sbin/geom/core/geom.c2
-rw-r--r--sbin/geom/core/geom.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index 13c6a09e24fdb..eff26bdd7a31f 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/geom/core/Makefile,v 1.9 2004/08/12 13:15:52 pjd Exp $
.PATH: ${.CURDIR}/../misc
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index 72aff692d2b41..c9b4d9be25efc 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/geom/core/geom.8,v 1.4.2.5 2005/03/23 20:54:56 pjd Exp $
.\"
.Dd May 21, 2004
.Dt GEOM 8
diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c
index 17a4ad8287fff..ba1107527bbfe 100644
--- a/sbin/geom/core/geom.c
+++ b/sbin/geom/core/geom.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/geom/core/geom.c,v 1.6.2.6 2005/04/29 07:58:29 pjd Exp $");
#include <sys/param.h>
#include <sys/linker.h>
diff --git a/sbin/geom/core/geom.h b/sbin/geom/core/geom.h
index e4d94beee1614..8290160d547fb 100644
--- a/sbin/geom/core/geom.h
+++ b/sbin/geom/core/geom.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/geom/core/geom.h,v 1.1.2.1 2005/03/23 20:54:56 pjd Exp $
*/
#ifndef _GEOM_H_