diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sbin/geom/class/concat | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sbin/geom/class/concat')
-rw-r--r-- | sbin/geom/class/concat/Makefile | 2 | ||||
-rw-r--r-- | sbin/geom/class/concat/gconcat.8 | 2 | ||||
-rw-r--r-- | sbin/geom/class/concat/geom_concat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index b3a3e23c449df..eeaf3df6d69c1 100644 --- a/sbin/geom/class/concat/Makefile +++ b/sbin/geom/class/concat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/concat/Makefile,v 1.3.32.1 2010/02/10 00:26:20 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index 2e1b79dadd1a2..f425f6f3268b6 100644 --- a/sbin/geom/class/concat/gconcat.8 +++ b/sbin/geom/class/concat/gconcat.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/class/concat/gconcat.8,v 1.18.12.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GCONCAT 8 diff --git a/sbin/geom/class/concat/geom_concat.c b/sbin/geom/class/concat/geom_concat.c index e1b7342a03765..92a7ee39aa6dd 100644 --- a/sbin/geom/class/concat/geom_concat.c +++ b/sbin/geom/class/concat/geom_concat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/concat/geom_concat.c,v 1.13.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <errno.h> |