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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile index 294aae0cc99b..af8e18b65b22 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# Makefile,v 1.2 1994/09/24 02:54:33 davidg Exp PROG= date SRCS= date.c netdate.c diff --git a/bin/date/date.1 b/bin/date/date.1 index 8b3f9324a09b..e915e5cced72 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.2 (Berkeley) 11/17/93 -.\" $Id: date.1,v 1.4 1994/09/24 02:54:34 davidg Exp $ +.\" date.1,v 1.5 1995/04/03 20:08:32 joerg Exp .\" .Dd November 17, 1993 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index 408c62194e57..05c216f8f49a 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: date.c,v 1.3 1994/12/26 12:59:28 bde Exp $ + * date.c,v 1.4 1995/04/03 20:08:33 joerg Exp */ #ifndef lint diff --git a/bin/date/extern.h b/bin/date/extern.h index c21fdc63d0b2..39386df7128c 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 - * $Id$ + * extern.h,v 1.2 1994/09/24 02:54:37 davidg Exp */ int netsettime __P((time_t)); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 0f12aae5ddf5..0724769b24a7 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: netdate.c,v 1.2 1994/09/24 02:54:38 davidg Exp $ + * netdate.c,v 1.3 1995/05/30 00:06:41 rgrimes Exp */ #ifndef lint |
