diff options
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r-- | sbin/mount_udf/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_udf/mount_udf.8 | 2 | ||||
-rw-r--r-- | sbin/mount_udf/mount_udf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index c5351fdc8782..b4364d0c5559 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_udf/Makefile,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $ PROG= mount_udf SRCS= mount_udf.c getmntopts.c diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8 index fb39419aea48..c20c96df7d22 100644 --- a/sbin/mount_udf/mount_udf.8 +++ b/sbin/mount_udf/mount_udf.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_udf/mount_udf.8,v 1.6.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd March 23, 2002 .Dt MOUNT_UDF 8 diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index 0175f20f24fd..21a575c89ac0 100644 --- a/sbin/mount_udf/mount_udf.c +++ b/sbin/mount_udf/mount_udf.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_udf/mount_udf.c,v 1.13.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* |