diff options
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/libacu/acucommon.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/libacu/unidialer.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/libacu/ventel.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/acu.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/acutab.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/cmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/cmdtab.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/cu.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/hunt.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/log.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/partab.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/remote.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/tip.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/tipout.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/value.c | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/vars.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/tip/libacu/acucommon.c b/usr.bin/tip/libacu/acucommon.c index fe0d146b1783..70adbc531805 100644 --- a/usr.bin/tip/libacu/acucommon.c +++ b/usr.bin/tip/libacu/acucommon.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acucommon.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: acucommon.c,v 1.1.6.1 1997/08/20 07:06:06 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/unidialer.c b/usr.bin/tip/libacu/unidialer.c index 6807706767ee..2d437f7b855c 100644 --- a/usr.bin/tip/libacu/unidialer.c +++ b/usr.bin/tip/libacu/unidialer.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unidialer.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unidialer.c,v 1.4.2.1 1997/08/20 07:06:09 charnier Exp $"; + "$Id: unidialer.c,v 1.4.2.2 1998/03/08 14:04:15 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index a438b4252e43..1d9928ed8b27 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ventel.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ventel.c,v 1.1.6.1 1997/08/20 07:06:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 4ad58cf391ca..c8c595311058 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: acu.c,v 1.2.6.1 1997/08/20 07:06:20 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index cb0dd85a1342..1ddf2e8266c4 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acutab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: acutab.c,v 1.2.6.1 1997/08/20 07:06:23 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 5ffe727cc463..1bad8d5cde18 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cmds.c,v 1.2.6.4 1997/09/01 01:48:23 eivind Exp $"; + "$Id: cmds.c,v 1.2.6.5 1998/07/17 07:25:11 jkh Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index f9efc7b05dc9..05e6c0189abd 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: cmdtab.c,v 1.1.6.1 1997/08/20 07:06:28 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index ea0c01b4477f..6d4f528a3c3f 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cu.c,v 1.1.6.1 1997/08/20 07:06:31 charnier Exp $"; + "$Id: cu.c,v 1.1.6.2 1998/07/17 07:25:14 jkh Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 001aefd57f44..52fb6df19e46 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: hunt.c,v 1.1.6.1 1997/08/20 07:06:37 charnier Exp $"; + "$Id: hunt.c,v 1.1.6.2 1997/09/15 08:42:07 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 89995e48881a..78f10975daab 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: log.c,v 1.1.6.1 1997/08/20 07:06:38 charnier Exp $"; + "$Id: log.c,v 1.1.6.2 1998/07/17 07:25:15 jkh Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index c49721e643f0..acec0f8d80c6 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)partab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: partab.c,v 1.1.6.1 1997/08/20 07:06:40 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index 9071eb62028f..4f604c67e2b2 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)remote.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: remote.c,v 1.2.6.1 1997/08/20 07:06:42 charnier Exp $"; #endif /* not lint */ #include <sys/syslimits.h> diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index c933d7d9a6c1..ae384bb8deaf 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tip.c,v 1.2.2.5 1998/03/08 14:04:24 jkh Exp $"; + "$Id: tip.c,v 1.2.2.6 1998/07/17 07:25:16 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index d1f7e7aef461..a214717f24e9 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tipout.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tipout.c,v 1.3.2.1 1997/08/20 07:06:48 charnier Exp $"; + "$Id: tipout.c,v 1.3.2.2 1997/08/25 05:02:54 imp Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 5b8cae9e5396..b4b52fd53ec0 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: value.c,v 1.2.6.1 1997/08/20 07:06:51 charnier Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index 38c7c1af1fa9..c5a155ea3384 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: vars.c,v 1.1.6.1 1997/08/20 07:06:54 charnier Exp $"; + "$Id: vars.c,v 1.1.6.2 1998/03/08 14:04:27 jkh Exp $"; #endif /* not lint */ #include "tipconf.h" |
