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..da622361188e 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.7.2.1 1999/08/29 14:12:02 peter Exp $ PROG= date SRCS= date.c netdate.c vary.c diff --git a/bin/date/date.1 b/bin/date/date.1 index 1366b6ed40fd..60867da91551 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/date/date.1,v 1.26.2.4 1999/12/15 13:57:03 sheldonh Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index 779ab2f3189f..9fd91f650234 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/date/date.c,v 1.26.2.4 1999/12/15 13:57:04 sheldonh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/extern.h b/bin/date/extern.h index 4726eb6a97c3..f60476085789 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/date/extern.h,v 1.4.2.1 1999/08/29 14:12:04 peter Exp $ */ int netsettime __P((time_t)); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 3ec041ad1813..9df156eb2278 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/date/netdate.c,v 1.10.2.1 1999/08/29 14:12:04 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/vary.c b/bin/date/vary.c index 689b77af10df..fe4564a20959 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/date/vary.c,v 1.4.2.2 1999/08/29 14:12:05 peter Exp $"; #endif /* not lint */ #include <time.h> diff --git a/bin/date/vary.h b/bin/date/vary.h index b39306a2bb23..2ff82b7875df 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.3.2.1 1999/08/29 14:12:05 peter Exp $ */ struct vary { |