summaryrefslogtreecommitdiff
path: root/sbin/geom/class/multipath
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/multipath')
-rw-r--r--sbin/geom/class/multipath/Makefile2
-rw-r--r--sbin/geom/class/multipath/geom_multipath.c2
-rw-r--r--sbin/geom/class/multipath/gmultipath.82
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/multipath/Makefile b/sbin/geom/class/multipath/Makefile
index b4eb7837e8eb1..cbc851d665105 100644
--- a/sbin/geom/class/multipath/Makefile
+++ b/sbin/geom/class/multipath/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/geom/class/multipath/Makefile,v 1.2.12.1 2010/02/10 00:26:20 kensmith Exp $
.PATH: ${.CURDIR}/../../misc
CLASS= multipath
diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c
index 1bb3f32239a29..e8797314c28f8 100644
--- a/sbin/geom/class/multipath/geom_multipath.c
+++ b/sbin/geom/class/multipath/geom_multipath.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/geom/class/multipath/geom_multipath.c,v 1.2.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <errno.h>
#include <paths.h>
diff --git a/sbin/geom/class/multipath/gmultipath.8 b/sbin/geom/class/multipath/gmultipath.8
index 8c354e42bd654..296e07f82bdf5 100644
--- a/sbin/geom/class/multipath/gmultipath.8
+++ b/sbin/geom/class/multipath/gmultipath.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/multipath/gmultipath.8,v 1.4.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd February 26, 2007
.Dt GMULTIPATH 8