diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /sbin/geom/class/raid3 | |
parent | bbe327aea67f046183f949450d6271765b9ebfb0 (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..6873990db0fbe 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.1.2.1 2004/09/14 15:50:51 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index f6967aa30ccaf..de80013d76883 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.1.2.6 2005/03/23 20:54:56 pjd 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 b2da0bf9e7919..ce762c6c372bc 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.4.2.4 2005/03/23 20:54:56 pjd Exp $ .\" .Dd August 22, 2004 .Dt GRAID3 8 |