diff options
Diffstat (limited to 'sbin/geom/class/raid')
| -rw-r--r-- | sbin/geom/class/raid/Makefile | 2 | ||||
| -rw-r--r-- | sbin/geom/class/raid/geom_raid.c | 2 | ||||
| -rw-r--r-- | sbin/geom/class/raid/graid.8 | 2 | 
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 | 
