diff options
Diffstat (limited to 'sbin/geom/core')
-rw-r--r-- | sbin/geom/core/Makefile | 2 | ||||
-rw-r--r-- | sbin/geom/core/geom.8 | 2 | ||||
-rw-r--r-- | sbin/geom/core/geom.c | 2 | ||||
-rw-r--r-- | sbin/geom/core/geom.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index d76c35b0512dc..fecbccc666131 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/core/Makefile,v 1.10.24.1 2010/02/10 00:26:20 kensmith Exp $ .PATH: ${.CURDIR}/../misc diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index e308cfb9a4c9e..10c2a590013fe 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.19.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GEOM 8 diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index 0a19331ba02cf..a349fcd9022f2 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.32.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/geom/core/geom.h b/sbin/geom/core/geom.h index e79e8559cf03a..3878b5dd30bf1 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.6.10.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _GEOM_H_ |