aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/raid
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
committerKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
commit039ea811636f62633b18bcadb9f5332b215f7900 (patch)
tree2b6265c3f691194eb9ff68f608c028eb43e14708 /sbin/geom/class/raid
parent0724db41d65f0854fe1349e284feceb8c5c047ed (diff)
Diffstat (limited to 'sbin/geom/class/raid')
-rw-r--r--sbin/geom/class/raid/Makefile2
-rw-r--r--sbin/geom/class/raid/geom_raid.c2
-rw-r--r--sbin/geom/class/raid/graid.82
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/raid/Makefile b/sbin/geom/class/raid/Makefile
index 03f6e87e3a68..ecaa50061e36 100644
--- a/sbin/geom/class/raid/Makefile
+++ b/sbin/geom/class/raid/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/geom/class/raid/Makefile,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
.PATH: ${.CURDIR}/../../misc
diff --git a/sbin/geom/class/raid/geom_raid.c b/sbin/geom/class/raid/geom_raid.c
index ec14157f76ff..96b784186bbc 100644
--- a/sbin/geom/class/raid/geom_raid.c
+++ b/sbin/geom/class/raid/geom_raid.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/geom/class/raid/geom_raid.c,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <errno.h>
diff --git a/sbin/geom/class/raid/graid.8 b/sbin/geom/class/raid/graid.8
index 4ed3296e0749..b9ad38151a9e 100644
--- a/sbin/geom/class/raid/graid.8
+++ b/sbin/geom/class/raid/graid.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/raid/graid.8,v 1.1.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $
.\"
.Dd October 26, 2011
.Dt GRAID 8