diff options
Diffstat (limited to 'bin/date')
| -rw-r--r-- | bin/date/Makefile | 2 | ||||
| -rw-r--r-- | bin/date/date.1 | 2 | ||||
| -rw-r--r-- | bin/date/date.c | 2 | ||||
| -rw-r--r-- | bin/date/extern.h | 2 | ||||
| -rw-r--r-- | bin/date/netdate.c | 2 | ||||
| -rw-r--r-- | bin/date/vary.c | 2 | ||||
| -rw-r--r-- | bin/date/vary.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile index 8a1dc8579330..d5ba10f54585 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/date/Makefile,v 1.11 2003/06/13 07:04:01 markm Exp $ PROG= date SRCS= date.c netdate.c vary.c diff --git a/bin/date/date.1 b/bin/date/date.1 index a514ffe4a63f..ebcb39bf796c 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/date/date.1,v 1.72 2005/02/13 22:25:09 ru Exp $ .\" .Dd August 9, 2004 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index be296a1f3b34..d330c9d4cf1b 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/date/date.c,v 1.47 2005/01/10 08:39:21 imp Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/date/extern.h b/bin/date/extern.h index 76b8d5e16105..fe2baee4effc 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/date/extern.h,v 1.7 2004/04/06 20:06:45 markm Exp $ */ int netsettime(time_t); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 77e07882f19c..4f7852a492ee 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/date/netdate.c,v 1.18 2004/04/06 20:06:45 markm Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/date/vary.c b/bin/date/vary.c index 5f0123110ee3..82a6cea2ad2d 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/date/vary.c,v 1.16 2004/08/09 13:43:39 yar Exp $"); #include <err.h> #include <time.h> diff --git a/bin/date/vary.h b/bin/date/vary.h index b39306a2bb23..27eddf7e74fe 100644 --- a/bin/date/vary.h +++ b/bin/date/vary.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/date/vary.h,v 1.4 1999/08/27 23:14:00 peter Exp $ */ struct vary { |
