diff options
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 1791669dec92..6cc1be3a6073 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.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $  .PATH:	${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index f567761e6ef1..32f23477df28 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.10.2.2.1 2012/03/03 06:15:13 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 21c6f181e773..7784b810d79a 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.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $  .\"  .Dd November 1, 2006  .Dt GRAID3 8 | 
