diff options
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/Makefile | 2 | ||||
-rw-r--r-- | bin/dd/args.c | 2 | ||||
-rw-r--r-- | bin/dd/conv.c | 2 | ||||
-rw-r--r-- | bin/dd/conv_tab.c | 2 | ||||
-rw-r--r-- | bin/dd/dd.1 | 2 | ||||
-rw-r--r-- | bin/dd/dd.c | 2 | ||||
-rw-r--r-- | bin/dd/dd.h | 2 | ||||
-rw-r--r-- | bin/dd/extern.h | 2 | ||||
-rw-r--r-- | bin/dd/gen.c | 2 | ||||
-rw-r--r-- | bin/dd/misc.c | 2 | ||||
-rw-r--r-- | bin/dd/position.c | 2 | ||||
-rw-r--r-- | bin/dd/ref.ascii | 2 | ||||
-rw-r--r-- | bin/dd/ref.ebcdic | 2 | ||||
-rw-r--r-- | bin/dd/ref.ibm | 2 | ||||
-rw-r--r-- | bin/dd/ref.lcase | 2 | ||||
-rw-r--r-- | bin/dd/ref.oldascii | 2 | ||||
-rw-r--r-- | bin/dd/ref.oldebcdic | 2 | ||||
-rw-r--r-- | bin/dd/ref.oldibm | 2 | ||||
-rw-r--r-- | bin/dd/ref.pareven | 2 | ||||
-rw-r--r-- | bin/dd/ref.parnone | 2 | ||||
-rw-r--r-- | bin/dd/ref.parodd | 2 | ||||
-rw-r--r-- | bin/dd/ref.parset | 2 | ||||
-rw-r--r-- | bin/dd/ref.swab | 2 | ||||
-rw-r--r-- | bin/dd/ref.ucase | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index eb8ec8527b17..f7471ced7c0c 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/dd/Makefile,v 1.19.8.1 2009/04/15 03:14:26 kensmith Exp $ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c diff --git a/bin/dd/args.c b/bin/dd/args.c index 161fbfcb0d48..d16eccec2ef7 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/args.c,v 1.40.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/dd/conv.c b/bin/dd/conv.c index cd66258c2945..d69168617c3a 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/conv.c,v 1.19.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 9bfd10921823..af8ce8117750 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/conv_tab.c,v 1.12.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 60b0b3e3b3c0..cc1b60583d77 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/dd/dd.1,v 1.31.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd January 23, 2009 .Dt DD 1 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 0bb43f789b1a..9d50e71c4583 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/dd.c,v 1.43.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/bin/dd/dd.h b/bin/dd/dd.h index ad283fd516a1..5bb0f8bf2b89 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dd.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/dd/dd.h,v 1.22.28.1 2009/04/15 03:14:26 kensmith Exp $ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 9c540ad36546..f416f7787ca6 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/dd/extern.h,v 1.15.28.1 2009/04/15 03:14:26 kensmith Exp $ */ void block(void); diff --git a/bin/dd/gen.c b/bin/dd/gen.c index 9c7571a9ab91..e20a24b06579 100644 --- a/bin/dd/gen.c +++ b/bin/dd/gen.c @@ -1,7 +1,7 @@ /*- * This program is in the public domain * - * $FreeBSD$ + * $FreeBSD: src/bin/dd/gen.c,v 1.2.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <stdio.h> diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 4f538bc4bfbd..0730e2ddde6b 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/misc.c,v 1.27.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/dd/position.c b/bin/dd/position.c index a638597707dd..32e4e345a0d9 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/position.c,v 1.23.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/mtio.h> diff --git a/bin/dd/ref.ascii b/bin/dd/ref.ascii index 7ff13e5a80ed..6a8bbf2b8a84 100644 --- a/bin/dd/ref.ascii +++ b/bin/dd/ref.ascii @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.ascii,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 9c 09 86 7f 97 8d 8e 0b 0c 0d 0e 0f |................| 00000010 10 11 12 13 9d 85 08 87 18 19 92 8f 1c 1d 1e 1f |................| 00000020 80 81 82 83 84 0a 17 1b 88 89 8a 8b 8c 05 06 07 |................| diff --git a/bin/dd/ref.ebcdic b/bin/dd/ref.ebcdic index 605716552cab..c2eeecc09bec 100644 --- a/bin/dd/ref.ebcdic +++ b/bin/dd/ref.ebcdic @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.ebcdic,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 37 2d 2e 2f 16 05 25 0b 0c 0d 0e 0f |....7-./..%.....| 00000010 10 11 12 13 3c 3d 32 26 18 19 3f 27 1c 1d 1e 1f |....<=2&..?'....| 00000020 40 5a 7f 7b 5b 6c 50 7d 4d 5d 5c 4e 6b 60 4b 61 |@Z.{[lP}M]\Nk`Ka| diff --git a/bin/dd/ref.ibm b/bin/dd/ref.ibm index 4836baf221aa..ad340b80916e 100644 --- a/bin/dd/ref.ibm +++ b/bin/dd/ref.ibm @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.ibm,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 37 2d 2e 2f 16 05 25 0b 0c 0d 0e 0f |....7-./..%.....| 00000010 10 11 12 13 3c 3d 32 26 18 19 3f 27 1c 1d 1e 1f |....<=2&..?'....| 00000020 40 5a 7f 7b 5b 6c 50 7d 4d 5d 5c 4e 6b 60 4b 61 |@Z.{[lP}M]\Nk`Ka| diff --git a/bin/dd/ref.lcase b/bin/dd/ref.lcase index 9f9567296468..e3e98e171bf0 100644 --- a/bin/dd/ref.lcase +++ b/bin/dd/ref.lcase @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.lcase,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f |................| 00000010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f |................| 00000020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f | !"#$%&'()*+,-./| diff --git a/bin/dd/ref.oldascii b/bin/dd/ref.oldascii index bb1ad0a7242b..2cf838c26a7c 100644 --- a/bin/dd/ref.oldascii +++ b/bin/dd/ref.oldascii @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.oldascii,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 9c 09 86 7f 97 8d 8e 0b 0c 0d 0e 0f |................| 00000010 10 11 12 13 9d 85 08 87 18 19 92 8f 1c 1d 1e 1f |................| 00000020 80 81 82 83 84 0a 17 1b 88 89 8a 8b 8c 05 06 07 |................| diff --git a/bin/dd/ref.oldebcdic b/bin/dd/ref.oldebcdic index 4a7fde7e65b6..e3f7a187e721 100644 --- a/bin/dd/ref.oldebcdic +++ b/bin/dd/ref.oldebcdic @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.oldebcdic,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 37 2d 2e 2f 16 05 25 0b 0c 0d 0e 0f |....7-./..%.....| 00000010 10 11 12 13 3c 3d 32 26 18 19 3f 27 1c 1d 1e 1f |....<=2&..?'....| 00000020 40 4f 7f 7b 5b 6c 50 7d 4d 5d 5c 4e 6b 60 4b 61 |@O.{[lP}M]\Nk`Ka| diff --git a/bin/dd/ref.oldibm b/bin/dd/ref.oldibm index 4836baf221aa..4996f2bf935d 100644 --- a/bin/dd/ref.oldibm +++ b/bin/dd/ref.oldibm @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.oldibm,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 37 2d 2e 2f 16 05 25 0b 0c 0d 0e 0f |....7-./..%.....| 00000010 10 11 12 13 3c 3d 32 26 18 19 3f 27 1c 1d 1e 1f |....<=2&..?'....| 00000020 40 5a 7f 7b 5b 6c 50 7d 4d 5d 5c 4e 6b 60 4b 61 |@Z.{[lP}M]\Nk`Ka| diff --git a/bin/dd/ref.pareven b/bin/dd/ref.pareven index c64e63e30660..4aa0a5dc8540 100644 --- a/bin/dd/ref.pareven +++ b/bin/dd/ref.pareven @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.pareven,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 81 82 03 84 05 06 87 88 09 0a 8b 0c 8d 8e 0f |................| 00000010 90 11 12 93 14 95 96 17 18 99 9a 1b 9c 1d 1e 9f |................| 00000020 a0 21 22 a3 24 a5 a6 27 28 a9 aa 2b ac 2d 2e af |.!".$..'(..+.-..| diff --git a/bin/dd/ref.parnone b/bin/dd/ref.parnone index fba31c142448..c12c14b1f588 100644 --- a/bin/dd/ref.parnone +++ b/bin/dd/ref.parnone @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.parnone,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f |................| 00000010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f |................| 00000020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f | !"#$%&'()*+,-./| diff --git a/bin/dd/ref.parodd b/bin/dd/ref.parodd index f0bc449e3648..3edb08b7c18d 100644 --- a/bin/dd/ref.parodd +++ b/bin/dd/ref.parodd @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.parodd,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 80 01 02 83 04 85 86 07 08 89 8a 0b 8c 0d 0e 8f |................| 00000010 10 91 92 13 94 15 16 97 98 19 1a 9b 1c 9d 9e 1f |................| 00000020 20 a1 a2 23 a4 25 26 a7 a8 29 2a ab 2c ad ae 2f | ..#.%&..)*.,../| diff --git a/bin/dd/ref.parset b/bin/dd/ref.parset index baa1c57163a2..2857495fe44c 100644 --- a/bin/dd/ref.parset +++ b/bin/dd/ref.parset @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.parset,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f |................| 00000010 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f |................| 00000020 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af |................| diff --git a/bin/dd/ref.swab b/bin/dd/ref.swab index 79e57b79b738..a4d1028c1986 100644 --- a/bin/dd/ref.swab +++ b/bin/dd/ref.swab @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.swab,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 01 00 03 02 05 04 07 06 09 08 0b 0a 0d 0c 0f 0e |................| 00000010 11 10 13 12 15 14 17 16 19 18 1b 1a 1d 1c 1f 1e |................| 00000020 21 20 23 22 25 24 27 26 29 28 2b 2a 2d 2c 2f 2e |! #"%$'&)(+*-,/.| diff --git a/bin/dd/ref.ucase b/bin/dd/ref.ucase index 70d8a903c354..ac6ddc88d448 100644 --- a/bin/dd/ref.ucase +++ b/bin/dd/ref.ucase @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/dd/ref.ucase,v 1.1.28.1 2009/04/15 03:14:26 kensmith Exp $ 00000000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f |................| 00000010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f |................| 00000020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f | !"#$%&'()*+,-./| |