diff options
Diffstat (limited to 'usr.sbin/ofwdump')
-rw-r--r-- | usr.sbin/ofwdump/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/ofwdump/ofw_util.c | 2 | ||||
-rw-r--r-- | usr.sbin/ofwdump/ofw_util.h | 2 | ||||
-rw-r--r-- | usr.sbin/ofwdump/ofwdump.8 | 2 | ||||
-rw-r--r-- | usr.sbin/ofwdump/ofwdump.c | 2 | ||||
-rw-r--r-- | usr.sbin/ofwdump/pathnames.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ofwdump/Makefile b/usr.sbin/ofwdump/Makefile index b94ffd1bf59b..42132b274368 100644 --- a/usr.sbin/ofwdump/Makefile +++ b/usr.sbin/ofwdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ofwdump/Makefile,v 1.4.30.1 2010/02/10 00:26:20 kensmith Exp $ PROG= ofwdump MAN= ofwdump.8 diff --git a/usr.sbin/ofwdump/ofw_util.c b/usr.sbin/ofwdump/ofw_util.c index 71361d452511..344fbd5f2d70 100644 --- a/usr.sbin/ofwdump/ofw_util.c +++ b/usr.sbin/ofwdump/ofw_util.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ofwdump/ofw_util.c,v 1.5.32.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.sbin/ofwdump/ofw_util.h b/usr.sbin/ofwdump/ofw_util.h index af8f01f233b2..c8f05e1e36c2 100644 --- a/usr.sbin/ofwdump/ofw_util.h +++ b/usr.sbin/ofwdump/ofw_util.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ofwdump/ofw_util.h,v 1.3.32.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef OFW_UTIL_H diff --git a/usr.sbin/ofwdump/ofwdump.8 b/usr.sbin/ofwdump/ofwdump.8 index 995d93704d18..68404d0a7d66 100644 --- a/usr.sbin/ofwdump/ofwdump.8 +++ b/usr.sbin/ofwdump/ofwdump.8 @@ -21,7 +21,7 @@ .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ofwdump/ofwdump.8,v 1.5.30.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd October 18, 2002 .Dt OFWDUMP 8 sparc64 diff --git a/usr.sbin/ofwdump/ofwdump.c b/usr.sbin/ofwdump/ofwdump.c index ea25caa16daf..65805e103719 100644 --- a/usr.sbin/ofwdump/ofwdump.c +++ b/usr.sbin/ofwdump/ofwdump.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ofwdump/ofwdump.c,v 1.2.32.1 2010/02/10 00:26:20 kensmith Exp $"); #include <dev/ofw/openfirm.h> #include <dev/ofw/openfirmio.h> diff --git a/usr.sbin/ofwdump/pathnames.h b/usr.sbin/ofwdump/pathnames.h index 32f5fe624db6..06760b38d15c 100644 --- a/usr.sbin/ofwdump/pathnames.h +++ b/usr.sbin/ofwdump/pathnames.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ofwdump/pathnames.h,v 1.1.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <paths.h> |