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/raid3 | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sbin/geom/class/raid3')
-rw-r--r-- | sbin/geom/class/raid3/Makefile | 2 | ||||
-rw-r--r-- | sbin/geom/class/raid3/geom_raid3.c | 2 | ||||
-rw-r--r-- | sbin/geom/class/raid3/graid3.8 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669dec92f..81ab54bc677c4 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/raid3/Makefile,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index 4a2dbe201ef2b..eaddd0da5b9b7 100644 --- a/sbin/geom/class/raid3/geom_raid3.c +++ b/sbin/geom/class/raid3/geom_raid3.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/raid3/geom_raid3.c,v 1.20.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8 index 21c6f181e773f..610ff4b1b78e7 100644 --- a/sbin/geom/class/raid3/graid3.8 +++ b/sbin/geom/class/raid3/graid3.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/raid3/graid3.8,v 1.18.12.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd November 1, 2006 .Dt GRAID3 8 |