diff options
Diffstat (limited to 'usr.bin')
685 files changed, 701 insertions, 698 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b5c48ce095e1..8256763b6785 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id: Makefile,v 1.121 1998/11/09 11:08:48 dima Exp $ +# $Id: Makefile,v 1.122 1998/11/10 12:19:26 bde Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index 7392d139db4d..a89d7ff7b55f 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.7 1998/10/10 12:48:48 bde Exp $ +# $Id: Makefile,v 1.8 1998/12/06 07:36:44 archie Exp $ PROG= ar CFLAGS+=-I${.CURDIR} -Wall diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index e9118e7f2e54..a02bc6a2efc7 100644 --- a/usr.bin/ar/ar.1 +++ b/usr.bin/ar/ar.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ar.1 8.1 (Berkeley) 6/29/93 -.\" $Id: ar.1,v 1.4 1997/02/22 19:54:01 peter Exp $ +.\" $Id: ar.1,v 1.5 1997/06/23 06:41:29 charnier Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.1aout b/usr.bin/ar/ar.1aout index e9118e7f2e54..464126bb040c 100644 --- a/usr.bin/ar/ar.1aout +++ b/usr.bin/ar/ar.1aout @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ar.1 8.1 (Berkeley) 6/29/93 -.\" $Id: ar.1,v 1.4 1997/02/22 19:54:01 peter Exp $ +.\" $Id: ar.1aout,v 1.5 1997/06/23 06:41:29 charnier Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index b2c85fc79537..9cc3350be9ff 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ar.c,v 1.6 1997/06/23 06:41:30 charnier Exp $ + * $Id: ar.c,v 1.7 1998/12/06 07:36:44 archie Exp $ */ #ifndef lint diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 393af8387875..763190ee00be 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/09/19 22:42:03 obrien Exp $ +# $Id: Makefile,v 1.9 1998/12/06 07:42:09 archie Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 3264d5502a2d..96093edb536b 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ /* File scope variables */ -static const char rcsid[] = "$Id: at.c,v 1.14 1998/10/15 13:30:48 mckay Exp $"; +static const char rcsid[] = "$Id: at.c,v 1.15 1998/12/06 07:42:09 archie Exp $"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index f20222c60e7e..e87240e69778 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $Id: at.man,v 1.7 1998/03/23 07:40:30 charnier Exp $ +.\" $Id: at.man,v 1.8 1998/06/04 21:05:53 steve Exp $ .Dd April 12, 1995 .Dt "AT" 1 .Os "FreeBSD 2.1" diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index c111dd823384..918d6be99313 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -38,7 +38,7 @@ /* File scope variables */ static const char rcsid[] = - "$Id: panic.c,v 1.7 1997/06/23 06:44:18 charnier Exp $"; + "$Id: panic.c,v 1.8 1998/12/06 07:42:09 archie Exp $"; /* External variables */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 8cde1dceeb01..6ca2fbd4abc8 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -144,7 +144,7 @@ static int sc_tokid; /* scanner - token id */ static int sc_tokplur; /* scanner - is token plural? */ static const char rcsid[] = - "$Id: parsetime.c,v 1.15 1998/08/30 17:33:05 steve Exp $"; + "$Id: parsetime.c,v 1.16 1998/12/06 07:42:09 archie Exp $"; /* Local functions */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index f1d435246a7d..24a1c8343eb2 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -48,7 +48,7 @@ /* File scope variables */ -static const char rcsid[] = "$Id: perm.c,v 1.5 1997/02/22 19:54:08 peter Exp $"; +static const char rcsid[] = "$Id: perm.c,v 1.6 1998/12/06 07:42:09 archie Exp $"; /* Function declarations */ diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index 2d773715a337..277fb436dfac 100644 --- a/usr.bin/banner/banner.6 +++ b/usr.bin/banner/banner.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)banner.6 8.2 (Berkeley) 4/29/95 -.\" $Id: banner.6,v 1.2 1997/08/23 15:49:52 joerg Exp $ +.\" $Id: banner.6,v 1.3 1998/03/23 07:40:40 charnier Exp $ .\" .Dd April 29, 1995 .Dt BANNER 6 diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 697125cc0407..14a7d272d9a7 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)basename.1 8.2 (Berkeley) 4/18/94 -.\" $Id: basename.1,v 1.4 1997/02/22 19:54:11 peter Exp $ +.\" $Id: basename.1,v 1.5 1998/04/14 22:08:48 danny Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index c0caf75658e2..164387799db4 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)biff.1 8.1 (Berkeley) 6/6/93 -.\" $Id: biff.1,v 1.4 1997/02/22 19:54:13 peter Exp $ +.\" $Id: biff.1,v 1.5 1997/06/23 06:45:37 charnier Exp $ .\" .Dd June 6, 1993 .Dt BIFF 1 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 185d6349167e..e247d0fa21f8 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biff.c,v 1.4 1997/12/29 00:08:50 alex Exp $ + * $Id: biff.c,v 1.5 1998/12/06 22:58:12 archie Exp $ */ #ifndef lint diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 77a6aa7490c8..9b4bbfbcb7c7 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: brandelf.c,v 1.9 1998/04/21 02:31:09 eivind Exp $ + * $Id: brandelf.c,v 1.10 1998/04/21 02:44:12 eivind Exp $ */ #include <elf.h> diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 75b4c770d30f..08c04fc2c463 100644 --- a/usr.bin/c89/c89.1 +++ b/usr.bin/c89/c89.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: c89.1,v 1.1.1.1 1997/09/17 20:44:54 joerg Exp $ +.\" $Id: c89.1,v 1.2 1997/09/18 20:55:48 joerg Exp $ .\" " .Dd September 17, 1997 .Os diff --git a/usr.bin/c89/c89.sh b/usr.bin/c89/c89.sh index a9ad3d0c35d0..1c13e4b88645 100755 --- a/usr.bin/c89/c89.sh +++ b/usr.bin/c89/c89.sh @@ -24,7 +24,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: c89.sh,v 1.2 1997/09/18 20:55:50 joerg Exp $ +# $Id: c89.sh,v 1.3 1997/10/05 18:44:37 helbig Exp $ # # This is the Posix.2 mandated C compiler. Basically, a hook to the # cc(1) command. diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 35a40cc1ce79..085b6b55c5ae 100644 --- a/usr.bin/calendar/calendars/calendar.all +++ b/usr.bin/calendar/calendars/calendar.all @@ -1,7 +1,7 @@ /* * International and national calendar files * - * $Id$ + * $Id: calendar.all,v 1.5 1997/02/22 19:28:16 peter Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index 10ea34328ca9..34bab0344d36 100644 --- a/usr.bin/calendar/calendars/calendar.birthday +++ b/usr.bin/calendar/calendars/calendar.birthday @@ -1,7 +1,7 @@ /* * Birthday * - * $Id: calendar.birthday,v 1.9 1998/10/22 07:56:22 torstenb Exp $ + * $Id: calendar.birthday,v 1.10 1998/10/22 18:17:30 bde Exp $ */ #ifndef _calendar_birthday_ diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian index e238918a00cd..b8adc2453484 100644 --- a/usr.bin/calendar/calendars/calendar.christian +++ b/usr.bin/calendar/calendars/calendar.christian @@ -1,7 +1,7 @@ /* * Christian * - * $Id$ + * $Id: calendar.christian,v 1.7 1997/02/22 19:28:19 peter Exp $ */ #ifndef _calendar_christian_ diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index 55fb081f6a89..fd9b20c127a7 100644 --- a/usr.bin/calendar/calendars/calendar.computer +++ b/usr.bin/calendar/calendars/calendar.computer @@ -1,7 +1,7 @@ /* * Computer * - * $Id: calendar.computer,v 1.4 1997/02/22 19:28:19 peter Exp $ + * $Id: calendar.computer,v 1.5 1998/01/07 07:40:54 charnier Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index 187a0c7cc2db..b15dde5b2f76 100644 --- a/usr.bin/calendar/calendars/calendar.croatian +++ b/usr.bin/calendar/calendars/calendar.croatian @@ -1,7 +1,7 @@ /* * Croatian calendar files * - * $Id$ + * $Id: calendar.croatian,v 1.3 1997/02/22 19:28:20 peter Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index 7ee93eb0b9ba..9b7f31b1b634 100644 --- a/usr.bin/calendar/calendars/calendar.german +++ b/usr.bin/calendar/calendars/calendar.german @@ -1,7 +1,7 @@ /* * German calendar file(s) * - * $Id$ + * $Id: calendar.german,v 1.4 1997/02/22 19:28:20 peter Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index 961f4292c020..4701a9b640fd 100644 --- a/usr.bin/calendar/calendars/calendar.history +++ b/usr.bin/calendar/calendars/calendar.history @@ -1,7 +1,7 @@ /* * History * - * $Id: calendar.history,v 1.6 1997/02/22 19:28:21 peter Exp $ + * $Id: calendar.history,v 1.7 1997/02/25 01:20:25 mpp Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index 6da2a1acd7dd..1a45fc1d3c98 100644 --- a/usr.bin/calendar/calendars/calendar.holiday +++ b/usr.bin/calendar/calendars/calendar.holiday @@ -1,7 +1,7 @@ /* * Holiday * - * $Id: calendar.holiday,v 1.6 1997/02/22 19:28:22 peter Exp $ + * $Id: calendar.holiday,v 1.7 1997/02/25 01:20:26 mpp Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index e0dfab22a5d9..5d24cac15a94 100644 --- a/usr.bin/calendar/calendars/calendar.judaic +++ b/usr.bin/calendar/calendars/calendar.judaic @@ -1,7 +1,7 @@ /* * Judaic * - * $Id: calendar.judaic,v 1.5 1998/01/19 14:34:53 jgrosch Exp $ + * $Id: calendar.judaic,v 1.6 1998/02/08 22:57:59 steve Exp $ */ #ifndef _calendar_judaic_ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 5a60e595d26e..46e4ea5038de 100644 --- a/usr.bin/calendar/calendars/calendar.music +++ b/usr.bin/calendar/calendars/calendar.music @@ -1,7 +1,7 @@ /* * Music * - * $Id: calendar.music,v 1.6 1997/02/22 19:28:23 peter Exp $ + * $Id: calendar.music,v 1.7 1997/02/25 01:20:28 mpp Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index ce192a0b5198..bbb57f359028 100644 --- a/usr.bin/calendar/calendars/calendar.russian +++ b/usr.bin/calendar/calendars/calendar.russian @@ -1,7 +1,7 @@ /* * Russian calendar files * - * $Id$ + * $Id: calendar.russian,v 1.3 1997/02/22 19:28:23 peter Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday index 1d3e45d0b367..ceb20208f29d 100644 --- a/usr.bin/calendar/calendars/calendar.usholiday +++ b/usr.bin/calendar/calendars/calendar.usholiday @@ -1,7 +1,7 @@ /* * USA holiday * - * $Id$ + * $Id: calendar.usholiday,v 1.6 1997/02/22 19:28:24 peter Exp $ */ #ifndef _calendar_usholiday_ diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world index 87201392b43a..31637d4bc135 100644 --- a/usr.bin/calendar/calendars/calendar.world +++ b/usr.bin/calendar/calendars/calendar.world @@ -1,7 +1,7 @@ /* * World wide calendar files, except national calendars * - * $Id$ + * $Id: calendar.world,v 1.3 1997/02/22 19:28:25 peter Exp $ */ #ifndef _calendar_world_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all index 72068aa760ea..96474e5e2f51 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all @@ -1,7 +1,7 @@ /* * deutscher Kalender * - * $Id$ + * $Id: calendar.all,v 1.4 1997/02/22 19:28:29 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_all_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag index d723afa2fa23..919d92458d48 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag @@ -1,7 +1,7 @@ /* * Feiertage * - * $Id$ + * $Id: calendar.feiertag,v 1.5 1997/02/22 19:28:29 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_feiertag_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte index 6a2a25e484c8..6c74fc1e7030 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte @@ -13,7 +13,7 @@ * * ISBN 3-924521-59-X * - * $Id$ + * $Id: calendar.geschichte,v 1.5 1997/02/22 19:28:30 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_geschichte_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche index efa73245aee0..0e25ffdcd90a 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche @@ -1,7 +1,7 @@ /* * Kirche in Deutschland * - * $Id$ + * $Id: calendar.kirche,v 1.5 1997/02/22 19:28:30 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_kirche_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur index 865e88e988ef..cfc1439a4335 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur @@ -1,7 +1,7 @@ /* * Literatur * - * $Id$ + * $Id: calendar.literatur,v 1.5 1997/02/22 19:28:30 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_literatur_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik index d08fcd77e5da..4aefa1cefa82 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik @@ -1,7 +1,7 @@ /* * Musik * - * $Id$ + * $Id: calendar.musik,v 1.5 1997/02/22 19:28:31 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_musik_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft index 87f9c726d51c..6b1d328d2e11 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft @@ -1,7 +1,7 @@ /* * Wissenschaft * - * $Id$ + * $Id: calendar.wissenschaft,v 1.5 1997/02/22 19:28:31 peter Exp $ */ #ifndef _de_DE_ISO_8859_1_wissenschaft_ diff --git a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all index 17285bd2d3f5..ba0e671c3500 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all +++ b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all @@ -1,7 +1,7 @@ /* * hrvatski calendar * - * $Id$ + * $Id: calendar.all,v 1.3 1997/02/22 19:28:33 peter Exp $ */ #ifndef _hr_HR_ISO_8859_2_all diff --git a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici index c1ecd5972175..0f49767d5329 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici +++ b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici @@ -1,7 +1,7 @@ /* * hrvatski praznici * - * $Id: calendar.praznici,v 1.4 1997/02/22 19:28:33 peter Exp $ + * $Id: calendar.praznici,v 1.5 1997/10/26 12:48:50 wosch Exp $ */ #ifndef _hr_HR_ISO_8859_2_praznici diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all index 89548e84c192..3fbfe6230ded 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÊ ËÁÌÅÎÄÁÒØ * - * $Id$ + * $Id: calendar.all,v 1.3 1997/02/22 19:28:34 peter Exp $ */ #ifndef _ru_SU_KOI8_R_all diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common index 6bd7764fa82d..c597594a72a7 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $Id: calendar.common,v 1.6 1997/05/01 14:39:55 ache Exp $ + * $Id: calendar.common,v 1.7 1997/06/11 16:32:11 ache Exp $ */ #ifndef _ru_SU_KOI8_R_common_ diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk index 25c0eef3f577..2ff1e5dbf632 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk @@ -1,7 +1,7 @@ /* * ðÅÒÅ×ÏÄ ÞÁÓÏ× ÄÌÑ ÍÏÓËÏ×ÓËÏÊ ×ÒÅÍÅÎÎÏÊ ÚÏÎÙ * - * $Id$ + * $Id: calendar.msk,v 1.4 1997/02/22 19:28:35 peter Exp $ */ #ifndef _ru_SU_KOI8_R_msk_ diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox index 51ef35baa737..078ac8fa354a 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox @@ -1,7 +1,7 @@ /* * ðÒÁ×ÏÓÌÁ×ÎÙÅ ÐÒÁÚÄÎÉËÉ * - * $Id$ + * $Id: calendar.orthodox,v 1.3 1997/02/22 19:28:36 peter Exp $ */ #ifndef _ru_SU_KOI8_R_orthodox_ diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan index 993a32dca5af..667d3b1b1cef 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan @@ -1,7 +1,7 @@ /* * ñÚÙÞÅÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $Id$ + * $Id: calendar.pagan,v 1.3 1997/02/22 19:28:36 peter Exp $ */ #ifndef _ru_SU_KOI8_R_pagan_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index 1f7cac732199..84a2447c52b3 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: day.c,v 1.10 1997/09/18 14:06:43 phk Exp $ + * $Id: day.c,v 1.11 1997/10/26 12:51:30 wosch Exp $ */ diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 7747fa12e16e..a6441198debc 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: io.c,v 1.10 1997/06/23 06:52:13 charnier Exp $ + * $Id: io.c,v 1.11 1998/10/13 15:05:00 des Exp $ */ #ifndef lint diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index 2527eb0da4b5..e2cdb7f74881 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ostern.c,v 1.7 1997/02/22 19:28:12 peter Exp $ */ #include <stdio.h> diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index c7e5dec31776..bc1c263e2895 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93 -.\" $Id: cap_mkdb.1,v 1.4 1997/02/22 19:54:19 peter Exp $ +.\" $Id: cap_mkdb.1,v 1.5 1997/06/23 04:02:49 steve Exp $ .\" .Dd June 6, 1993 .Dt CAP_MKDB 1 diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 1154024e846f..e7bf32c64ac7 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $ +# $Id: Makefile,v 1.6 1998/12/06 22:58:13 archie Exp $ PROG= chat CFLAGS+=-Wall diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index 26ef735b53c9..657ef96dee29 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $Id: chat.8,v 1.11 1998/06/03 04:21:36 jkoshy Exp $ +.\" $Id: chat.8,v 1.12 1998/06/23 21:58:41 peter Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index c25b8cfd8775..1f9df5bd92b9 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -79,7 +79,7 @@ #ifndef lint static const char rcsid[] = - "$Id: chat.c,v 1.12 1998/06/23 21:58:41 peter Exp $"; + "$Id: chat.c,v 1.13 1998/12/06 22:58:13 archie Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 99424f8a437b..afcc580a8905 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.2 (Berkeley) 3/31/94 -.\" $Id$ +.\" $Id: chflags.1,v 1.6 1997/06/24 06:57:11 charnier Exp $ .\" .Dd March 31, 1994 .Dt CHFLAGS 1 diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index 032743af039c..d439d6a4ce2f 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/05/28 15:54:04 wpaul Exp $ +# $Id: Makefile,v 1.2 1997/12/16 14:42:08 bde Exp $ PROG= chkey SRCS= chkey.c update.c generic.c diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 8bcd8c826358..7cf168acb6fb 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" $Id: chpass.1,v 1.13 1998/12/13 02:48:43 dillon Exp $ +.\" $Id: chpass.1,v 1.14 1998/12/13 15:32:26 bde Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 2809f8bef74f..635d21d20697 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -40,7 +40,7 @@ static const char copyright[] = #ifndef lint static const char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; static const char rcsid[] = - "$Id: chpass.c,v 1.14 1997/03/29 04:28:38 imp Exp $"; + "$Id: chpass.c,v 1.15 1998/12/06 22:58:14 archie Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index 9cae42e753fc..df6269742bef 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: edit.c,v 1.11 1998/08/14 03:18:32 thepish Exp $ + * $Id: edit.c,v 1.12 1998/12/06 22:58:14 archie Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index 57542704392a..16fb33f315eb 100644 --- a/usr.bin/chpass/pw_yp.c +++ b/usr.bin/chpass/pw_yp.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: pw_yp.c,v 1.12 1997/12/18 15:27:43 bde Exp $ + * $Id: pw_yp.c,v 1.13 1998/10/17 14:08:12 bde Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index 0a1e1c0573d9..1e7e21196873 100644 --- a/usr.bin/chpass/pw_yp.h +++ b/usr.bin/chpass/pw_yp.h @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id$ + * $Id: pw_yp.h,v 1.6 1997/02/22 19:54:27 peter Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index d8917f51bc96..7e28a11b772a 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: util.c,v 1.6 1998/03/23 07:41:49 charnier Exp $"; + "$Id: util.c,v 1.7 1999/01/18 22:11:20 danny Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index fce4fdf2e91b..5e87eda61a86 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 -.\" $Id: cksum.1,v 1.6 1997/09/26 08:02:17 phk Exp $ +.\" $Id: cksum.1,v 1.7 1997/11/09 16:08:11 obrien Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index dbe488c956c3..03698db068d2 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)cksum.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: cksum.c,v 1.8 1997/11/09 05:47:55 obrien Exp $"; + "$Id: cksum.c,v 1.9 1998/03/10 05:03:31 jb Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 005dfd2ebd60..c8a5a3d4c50f 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" $Id: cmp.1,v 1.5 1997/06/26 11:22:10 charnier Exp $ +.\" $Id: cmp.1,v 1.6 1998/05/26 00:39:12 steve Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index ccb5e98f452e..6dd3cf187f96 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1998/05/05 13:16:22 bde Exp $ +# $Id: Makefile,v 1.14 1998/12/06 22:58:17 archie Exp $ PROG = colldef LFLAGS = -8 -i diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index b668d1aeac3a..58f6b1661314 100644 --- a/usr.bin/colldef/colldef.1 +++ b/usr.bin/colldef/colldef.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: colldef.1,v 1.5 1997/06/26 11:25:16 charnier Exp $ .\" .Dd January, 27 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/data/Makefile b/usr.bin/colldef/data/Makefile index 22ce3e6517ff..37079c839ef5 100644 --- a/usr.bin/colldef/data/Makefile +++ b/usr.bin/colldef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1998/08/07 17:08:56 ache Exp $ +# $Id: Makefile,v 1.15 1998/08/10 09:49:42 phk Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} diff --git a/usr.bin/colldef/data/de_DE.ISO_8859-1.src b/usr.bin/colldef/data/de_DE.ISO_8859-1.src index c7afa4668674..87afe18d3cd3 100644 --- a/usr.bin/colldef/data/de_DE.ISO_8859-1.src +++ b/usr.bin/colldef/data/de_DE.ISO_8859-1.src @@ -1,6 +1,6 @@ # German/ISO 8859-1 (backward compatible with ASCII) # -# $Id: de_DE.ISO_8859-1.src,v 1.3 1997/02/22 19:54:34 peter Exp $ +# $Id: de_DE.ISO_8859-1.src,v 1.4 1997/03/10 21:59:53 ache Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/es_ES.ISO_8859-1.src b/usr.bin/colldef/data/es_ES.ISO_8859-1.src index e088e21b5c46..20653522cc03 100644 --- a/usr.bin/colldef/data/es_ES.ISO_8859-1.src +++ b/usr.bin/colldef/data/es_ES.ISO_8859-1.src @@ -1,6 +1,6 @@ # Espan~ol (backward compatible with ASCII) # -# $Id$ +# $Id: es_ES.ISO_8859-1.src,v 1.3 1997/02/22 19:54:35 peter Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/is_IS.ISO_8859-1.src b/usr.bin/colldef/data/is_IS.ISO_8859-1.src index 288459c0b3fd..25eb93e49ae6 100644 --- a/usr.bin/colldef/data/is_IS.ISO_8859-1.src +++ b/usr.bin/colldef/data/is_IS.ISO_8859-1.src @@ -1,6 +1,6 @@ # icelandic (backward compatible with ASCII) # -# $Id$ +# $Id: is_IS.ISO_8859-1.src,v 1.4 1997/02/22 19:54:38 peter Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/lt_LN.ASCII.src b/usr.bin/colldef/data/lt_LN.ASCII.src index 525ebb979707..adb81aceb43e 100644 --- a/usr.bin/colldef/data/lt_LN.ASCII.src +++ b/usr.bin/colldef/data/lt_LN.ASCII.src @@ -1,6 +1,6 @@ # ASCII # -# $Id: lt_LN.ISO_8859-1.src,v 1.8 1997/02/22 19:54:39 peter Exp $ +# $Id: lt_LN.ASCII.src,v 1.1 1997/03/25 16:50:07 ache Exp $ # order \ \x00;...;\xff diff --git a/usr.bin/colldef/data/lt_LN.ISO_8859-1.src b/usr.bin/colldef/data/lt_LN.ISO_8859-1.src index 93a2da01484a..6c9c5bd23eec 100644 --- a/usr.bin/colldef/data/lt_LN.ISO_8859-1.src +++ b/usr.bin/colldef/data/lt_LN.ISO_8859-1.src @@ -1,6 +1,6 @@ # latin1 (backward compatible with ASCII) # -# $Id$ +# $Id: lt_LN.ISO_8859-1.src,v 1.8 1997/02/22 19:54:39 peter Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/lt_LN.ISO_8859-2.src b/usr.bin/colldef/data/lt_LN.ISO_8859-2.src index 772fe3220385..4bcf823543dc 100644 --- a/usr.bin/colldef/data/lt_LN.ISO_8859-2.src +++ b/usr.bin/colldef/data/lt_LN.ISO_8859-2.src @@ -1,6 +1,6 @@ # latin2 (backward compatible with ASCII) # -# $Id$ +# $Id: lt_LN.ISO_8859-2.src,v 1.1 1997/03/01 00:28:06 wosch Exp $ # charmap map.ISO_8859-2 order \ diff --git a/usr.bin/colldef/data/ru_SU.CP866.src b/usr.bin/colldef/data/ru_SU.CP866.src index 88ca377082a7..45b65963e1ef 100644 --- a/usr.bin/colldef/data/ru_SU.CP866.src +++ b/usr.bin/colldef/data/ru_SU.CP866.src @@ -1,6 +1,6 @@ # CP866 (backward compatible with ASCII) # -# $Id$ +# $Id: ru_SU.CP866.src,v 1.7 1997/02/22 19:54:40 peter Exp $ # charmap map.CP866 order \ diff --git a/usr.bin/colldef/data/ru_SU.KOI8-R.src b/usr.bin/colldef/data/ru_SU.KOI8-R.src index f6b0a1877bef..65690b846b99 100644 --- a/usr.bin/colldef/data/ru_SU.KOI8-R.src +++ b/usr.bin/colldef/data/ru_SU.KOI8-R.src @@ -1,6 +1,6 @@ # koi8-r (backward compatible with ASCII) # -# $Id$ +# $Id: ru_SU.KOI8-R.src,v 1.7 1997/02/22 19:54:41 peter Exp $ # charmap map.KOI8-R order \ diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index cfc5642118f7..2d7fe89e80fc 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: parse.y,v 1.10 1997/06/30 11:24:18 charnier Exp $ + * $Id: parse.y,v 1.11 1998/12/06 22:58:17 archie Exp $ */ #include <err.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index 3e7dd6b1af2d..871031940837 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: scan.l,v 1.7 1997/02/22 19:54:32 peter Exp $ */ #include <ctype.h> diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 2c9e0e496e6e..bf8baf478c1d 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: colrm.c,v 1.5 1997/12/29 00:08:59 alex Exp $ + * $Id: colrm.c,v 1.6 1998/12/06 22:58:18 archie Exp $ */ #ifndef lint diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 8876de8df644..960520aab8c4 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: comm.1,v 1.3 1997/09/07 15:09:17 joerg Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 70e7c0d01616..2119d59bf261 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: comm.c,v 1.4 1997/09/07 15:09:17 joerg Exp $"; + "$Id: comm.c,v 1.5 1998/12/06 22:58:18 archie Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index 137f88bc719e..d028888f0f83 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/03/20 16:21:39 bde Exp $ +# $Id: Makefile,v 1.9 1998/05/04 18:40:18 bde Exp $ PROG= compile_et SRCS= compile_et.c error_table.y diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index e5cef6a818b8..0ede5d4dcf77 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $Header: /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.1 1995/01/14 22:29:30 wollman Exp $ +.\" $Header: /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.2 1997/06/30 06:42:38 charnier Exp $ .\" .Dd November 22, 1988 .Os diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 92fd0c2c1132..e5f7d0bd6a31 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -26,7 +26,7 @@ static const char copyright[] = "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.5 1998/12/15 12:20:27 des Exp $"; + "$Header: /home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.6 1998/12/18 14:29:51 des Exp $"; #endif extern char *gensym(); diff --git a/usr.bin/compile_et/error_table.y b/usr.bin/compile_et/error_table.y index c29db1366e77..85b9b962d2f3 100644 --- a/usr.bin/compile_et/error_table.y +++ b/usr.bin/compile_et/error_table.y @@ -74,7 +74,7 @@ description : QUOTED_STRING #ifndef lint static char const rcsid_error_table_y[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.3 1995/03/15 19:05:28 wpaul Exp $"; + "$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.4 1996/07/12 19:05:19 jkh Exp $"; #endif void *malloc(), *realloc(); diff --git a/usr.bin/compile_et/et_lex.lex.l b/usr.bin/compile_et/et_lex.lex.l index 48d1b8981b77..468a5cc16b41 100644 --- a/usr.bin/compile_et/et_lex.lex.l +++ b/usr.bin/compile_et/et_lex.lex.l @@ -22,5 +22,5 @@ end return END; . { return (*yytext); } %% #ifndef lint -static char rcsid_et_lex_lex_l[] = "$Header: /home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.2 1995/01/14 22:29:33 wollman Exp $"; +static char rcsid_et_lex_lex_l[] = "$Header: /home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.3 1996/07/12 19:05:19 jkh Exp $"; #endif diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index b1d8b24cc4f0..73aadf1290df 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,6 +1,9 @@ /* - * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ - * $Log: compress.c,v $ + * $Header: /home/ncvs/src/usr.bin/compress/doc/revision.log,v 1.1.1.1 1994/05/27 12:30:59 rgrimes Exp $ + * $Log: revision.log,v $ + * Revision 1.1.1.1 1994/05/27 12:30:59 rgrimes + * BSD 4.4 Lite Usr.bin Sources + * * Revision 4.0 85/07/30 12:50:00 joe * Removed ferror() calls in output routine on every output except first. * Prepared for release to the world. @@ -113,4 +116,4 @@ */ static char rcs_ident[] = - "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $"; + "$Header: /home/ncvs/src/usr.bin/compress/doc/revision.log,v 1.1.1.1 1994/05/27 12:30:59 rgrimes Exp $"; diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index 322fd2de9a23..d5d1878ab786 100644 --- a/usr.bin/compress/zopen.h +++ b/usr.bin/compress/zopen.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: zopen.h,v 1.3 1997/02/22 19:54:46 peter Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh index df09d6de30de..7a0fbb045308 100644 --- a/usr.bin/cpp/cpp.sh +++ b/usr.bin/cpp/cpp.sh @@ -36,7 +36,7 @@ # SUCH DAMAGE. # # From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: cpp.sh,v 1.6 1997/02/22 19:54:47 peter Exp $ # # Transitional front end to CCCP to make it behave like (Reiser) CCP: # specifies -traditional diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index c030cedb2640..1e8b671b1443 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$Id$"; + "$Id: C.c,v 1.2 1997/08/23 16:13:45 steve Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 8faa06ae3329..1661ed463c83 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 19:54:49 peter Exp $ +# $Id: Makefile,v 1.5 1998/05/03 05:16:53 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/dnsquery/Makefile b/usr.bin/dnsquery/Makefile index 2486aded5c42..cc9ee6e0ccd1 100644 --- a/usr.bin/dnsquery/Makefile +++ b/usr.bin/dnsquery/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 19:54:50 peter Exp $ +# $Id: Makefile,v 1.5 1998/05/03 05:16:56 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 99b92f61c6c5..4126b85a52f7 100644 --- a/usr.bin/doscmd/Makefile +++ b/usr.bin/doscmd/Makefile @@ -1,6 +1,6 @@ # from BSDI Makefile,v 2.6 1996/04/08 20:06:40 bostic Exp # -# $Id: Makefile,v 1.14 1999/01/22 12:45:27 jdp Exp $ +# $Id: Makefile,v 1.13.2.1 1999/01/22 18:40:55 jdp Exp $ PROG= doscmd SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \ diff --git a/usr.bin/doscmd/ParseBuffer.c b/usr.bin/doscmd/ParseBuffer.c index 88c4771ecce5..38d94a2f8b1f 100644 --- a/usr.bin/doscmd/ParseBuffer.c +++ b/usr.bin/doscmd/ParseBuffer.c @@ -29,7 +29,7 @@ * * BSDI ParseBuffer.c,v 2.2 1996/04/08 19:32:15 bostic Exp * - * $Id: ParseBuffer.c,v 1.2 1996/09/22 05:52:53 miff Exp $ + * $Id: ParseBuffer.c,v 1.1 1997/08/09 01:42:32 dyson Exp $ */ #include <stdlib.h> diff --git a/usr.bin/doscmd/bios.c b/usr.bin/doscmd/bios.c index ccfdce826381..a6a86102bdf8 100644 --- a/usr.bin/doscmd/bios.c +++ b/usr.bin/doscmd/bios.c @@ -29,7 +29,7 @@ * * BSDI bios.c,v 2.3 1996/04/08 19:32:19 bostic Exp * - * $Id: bios.c,v 1.2 1997/08/15 23:41:23 jlemon Exp $ + * $Id: bios.c,v 1.3 1998/06/29 17:20:47 bde Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/callback.c b/usr.bin/doscmd/callback.c index 4b333ecc7c37..6753355aeec6 100644 --- a/usr.bin/doscmd/callback.c +++ b/usr.bin/doscmd/callback.c @@ -1,6 +1,6 @@ /* No copyright?! ** -** $Id: callback.c,v 1.3 1996/09/24 00:02:25 miff Exp $ +** $Id: callback.c,v 1.1 1997/08/09 01:42:34 dyson Exp $ */ diff --git a/usr.bin/doscmd/callback.h b/usr.bin/doscmd/callback.h index f81127e59f79..b7f04908bdeb 100644 --- a/usr.bin/doscmd/callback.h +++ b/usr.bin/doscmd/callback.h @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $Id: callback.h,v 1.4 1996/09/22 15:42:48 miff Exp $ +** $Id: callback.h,v 1.1 1997/08/09 01:43:05 dyson Exp $ */ typedef void (*callback_t)(regcontext_t *REGS); diff --git a/usr.bin/doscmd/cmos.c b/usr.bin/doscmd/cmos.c index 115cbc7ccde6..7e185848fa76 100644 --- a/usr.bin/doscmd/cmos.c +++ b/usr.bin/doscmd/cmos.c @@ -29,7 +29,7 @@ * * BSDI cmos.c,v 2.3 1996/04/08 19:32:20 bostic Exp * - * $Id: cmos.c,v 1.2 1996/09/18 16:12:24 miff Exp $ + * $Id: cmos.c,v 1.1 1997/08/09 01:42:35 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/com.h b/usr.bin/doscmd/com.h index c2857e2a43d4..58ec9878757e 100644 --- a/usr.bin/doscmd/com.h +++ b/usr.bin/doscmd/com.h @@ -29,7 +29,7 @@ * * BSDI com.h,v 2.2 1996/04/08 19:32:21 bostic Exp * - * $Id: com.h,v 1.3 1996/09/22 15:42:48 miff Exp $ + * $Id: com.h,v 1.1 1997/08/09 01:43:06 dyson Exp $ */ /* com.h for doscmd int14.c */ diff --git a/usr.bin/doscmd/config.c b/usr.bin/doscmd/config.c index 823c00a937fc..63f1dceb81ce 100644 --- a/usr.bin/doscmd/config.c +++ b/usr.bin/doscmd/config.c @@ -29,7 +29,7 @@ * * BSDI config.c,v 2.2 1996/04/08 19:32:22 bostic Exp * - * $Id: config.c,v 1.1 1997/08/09 01:42:35 dyson Exp $ + * $Id: config.c,v 1.2 1998/07/01 19:56:12 imp Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/cpu.c b/usr.bin/doscmd/cpu.c index bad8725e9bd1..e12dd9d33e35 100644 --- a/usr.bin/doscmd/cpu.c +++ b/usr.bin/doscmd/cpu.c @@ -1,7 +1,7 @@ /* ** No copyright ?! ** -** $Id: cpu.c,v 1.5 1996/09/25 11:05:54 miff Exp $ +** $Id: cpu.c,v 1.1 1997/08/09 01:42:36 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/crt0.c b/usr.bin/doscmd/crt0.c index 9b3779b15af6..f471b3138a3e 100644 --- a/usr.bin/doscmd/crt0.c +++ b/usr.bin/doscmd/crt0.c @@ -29,7 +29,7 @@ * * BSDI crt0.c,v 2.2 1996/04/08 19:32:24 bostic Exp * - * $Id: crt0.c,v 1.2 1996/09/18 16:12:25 miff Exp $ + * $Id: crt0.c,v 1.1 1997/08/09 01:42:37 dyson Exp $ */ char **environ; diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c index 6a9b60f4a9cf..2a7a25e162f3 100644 --- a/usr.bin/doscmd/cwd.c +++ b/usr.bin/doscmd/cwd.c @@ -29,7 +29,7 @@ * * BSDI cwd.c,v 2.2 1996/04/08 19:32:25 bostic Exp * - * $Id: cwd.c,v 1.2 1998/07/01 19:56:13 imp Exp $ + * $Id: cwd.c,v 1.3 1998/07/01 23:31:53 imp Exp $ */ #include <sys/types.h> diff --git a/usr.bin/doscmd/cwd.h b/usr.bin/doscmd/cwd.h index 323512ff9e4e..4b33590a4272 100644 --- a/usr.bin/doscmd/cwd.h +++ b/usr.bin/doscmd/cwd.h @@ -29,7 +29,7 @@ * * BSDI cwd.h,v 2.2 1996/04/08 19:32:26 bostic Exp * - * $Id: cwd.h,v 1.3 1996/09/23 09:59:23 miff Exp $ + * $Id: cwd.h,v 1.1 1997/08/09 01:43:07 dyson Exp $ */ static inline u_char * diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c index e736f8db4c6b..0741bd9755c1 100644 --- a/usr.bin/doscmd/debug.c +++ b/usr.bin/doscmd/debug.c @@ -31,7 +31,7 @@ * * from: BSDI doscmd.c,v 2.3 1996/04/08 19:32:30 bostic Exp * - * $Id: debug.c,v 1.5 1996/09/25 00:03:43 miff Exp $ + * $Id: debug.c,v 1.1 1997/08/09 01:42:38 dyson Exp $ */ diff --git a/usr.bin/doscmd/dispatch.h b/usr.bin/doscmd/dispatch.h index 59620f159312..619ce7d4a61e 100644 --- a/usr.bin/doscmd/dispatch.h +++ b/usr.bin/doscmd/dispatch.h @@ -23,7 +23,7 @@ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** $Id: dispatch.h,v 1.3 1996/09/22 05:52:56 miff Exp $ +** $Id: dispatch.h,v 1.1 1997/08/09 01:43:07 dyson Exp $ */ /* diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c index b81330483f18..b4669de1aef8 100644 --- a/usr.bin/doscmd/dos.c +++ b/usr.bin/doscmd/dos.c @@ -31,7 +31,7 @@ * * BSDI int21.c,v 2.2 1996/04/08 19:32:51 bostic Exp * - * $Id: dos.c,v 1.4 1998/07/16 23:54:23 imp Exp $ + * $Id: dos.c,v 1.5 1998/07/17 00:18:52 imp Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h index 030438e7e922..60af424c4200 100644 --- a/usr.bin/doscmd/dos.h +++ b/usr.bin/doscmd/dos.h @@ -29,7 +29,7 @@ * * BSDI dos.h,v 2.2 1996/04/08 19:32:28 bostic Exp * - * $Id: dos.h,v 1.7 1996/09/23 09:59:24 miff Exp $ + * $Id: dos.h,v 1.1 1997/08/09 01:43:08 dyson Exp $ */ /* diff --git a/usr.bin/doscmd/doscmd.c b/usr.bin/doscmd/doscmd.c index 454a38be2938..fccc9f69e934 100644 --- a/usr.bin/doscmd/doscmd.c +++ b/usr.bin/doscmd/doscmd.c @@ -29,7 +29,7 @@ * * BSDI doscmd.c,v 2.3 1996/04/08 19:32:30 bostic Exp * - * $Id: doscmd.c,v 1.7 1998/07/16 23:54:25 imp Exp $ + * $Id: doscmd.c,v 1.8 1998/07/28 03:39:59 jlemon Exp $ */ #include <sys/types.h> diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h index 224f9efe1178..4ba5e84d6dd8 100644 --- a/usr.bin/doscmd/doscmd.h +++ b/usr.bin/doscmd/doscmd.h @@ -29,7 +29,7 @@ * * BSDI doscmd.h,v 2.3 1996/04/08 19:32:32 bostic Exp * - * $Id: doscmd.h,v 1.3 1997/09/30 22:03:41 jlemon Exp $ + * $Id: doscmd.h,v 1.4 1998/07/01 19:56:15 imp Exp $ */ diff --git a/usr.bin/doscmd/doscmd_loader.c b/usr.bin/doscmd/doscmd_loader.c index 7032bfb5cf25..64999f04531d 100644 --- a/usr.bin/doscmd/doscmd_loader.c +++ b/usr.bin/doscmd/doscmd_loader.c @@ -29,7 +29,7 @@ * * BSDI doscmd_loader.c,v 2.3 1996/04/08 19:32:33 bostic Exp * - * $Id: doscmd_loader.c,v 1.2 1996/09/22 05:52:59 miff Exp $ + * $Id: doscmd_loader.c,v 1.1 1997/08/09 01:42:41 dyson Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/ems.c b/usr.bin/doscmd/ems.c index 25b68db32695..53a440254749 100644 --- a/usr.bin/doscmd/ems.c +++ b/usr.bin/doscmd/ems.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: ems.c,v 1.1 1997/09/30 22:03:43 jlemon Exp $ */ /* diff --git a/usr.bin/doscmd/ems.h b/usr.bin/doscmd/ems.h index 990866cff785..6d1e62bdc534 100644 --- a/usr.bin/doscmd/ems.h +++ b/usr.bin/doscmd/ems.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ems.h,v 1.1 1997/09/30 22:03:45 jlemon Exp $ + * $Id: ems.h,v 1.2 1998/07/16 23:54:26 imp Exp $ */ #ifndef EMS_H diff --git a/usr.bin/doscmd/emsdriv.S b/usr.bin/doscmd/emsdriv.S index ffa2c9839212..4d7d681bb5a7 100644 --- a/usr.bin/doscmd/emsdriv.S +++ b/usr.bin/doscmd/emsdriv.S @@ -24,7 +24,7 @@ ! (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ! THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ! -! $Id$ +! $Id: emsdriv.S,v 1.1 1997/09/30 22:03:47 jlemon Exp $ ! diff --git a/usr.bin/doscmd/emuint.c b/usr.bin/doscmd/emuint.c index 1b2bfdd73290..5780b12c9778 100644 --- a/usr.bin/doscmd/emuint.c +++ b/usr.bin/doscmd/emuint.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: emuint.c,v 1.1 1997/09/30 22:03:50 jlemon Exp $ */ #include <sys/param.h> diff --git a/usr.bin/doscmd/emuint.h b/usr.bin/doscmd/emuint.h index d90b60ec36ec..2ef6ce1356a0 100644 --- a/usr.bin/doscmd/emuint.h +++ b/usr.bin/doscmd/emuint.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: emuint.h,v 1.1 1997/09/30 22:03:52 jlemon Exp $ */ diff --git a/usr.bin/doscmd/exe.c b/usr.bin/doscmd/exe.c index 0314a62442e7..30c1ecdaaba4 100644 --- a/usr.bin/doscmd/exe.c +++ b/usr.bin/doscmd/exe.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * BSDI exe.c,v 2.2 1996/04/08 19:32:34 bostic Exp - * $Id: exe.c,v 1.3 1996/09/22 06:26:01 miff Exp $ + * $Id: exe.c,v 1.1 1997/08/09 01:42:42 dyson Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/int.c b/usr.bin/doscmd/int.c index 2385f5624a1f..610dc9230e00 100644 --- a/usr.bin/doscmd/int.c +++ b/usr.bin/doscmd/int.c @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $Id: int.c,v 1.4 1997/03/18 02:36:56 msmith Exp $ +** $Id: int.c,v 1.1 1997/08/09 01:42:45 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int10.c b/usr.bin/doscmd/int10.c index 0f02cbd94032..419a6e6902e2 100644 --- a/usr.bin/doscmd/int10.c +++ b/usr.bin/doscmd/int10.c @@ -29,7 +29,7 @@ * * BSDI int10.c,v 2.3 1996/04/08 19:32:40 bostic Exp * - * $Id: int10.c,v 1.2 1996/09/22 05:53:00 miff Exp $ + * $Id: int10.c,v 1.1 1997/08/09 01:42:45 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int13.c b/usr.bin/doscmd/int13.c index 2e6db4b96ec0..d49f4bfcecb4 100644 --- a/usr.bin/doscmd/int13.c +++ b/usr.bin/doscmd/int13.c @@ -29,7 +29,7 @@ * * BSDI int13.c,v 2.3 1996/04/08 19:32:43 bostic Exp * - * $Id: int13.c,v 1.1 1997/08/09 01:42:46 dyson Exp $ + * $Id: int13.c,v 1.2 1998/07/01 19:56:15 imp Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int14.c b/usr.bin/doscmd/int14.c index 602bb80b14f0..f4ab4d1607a6 100644 --- a/usr.bin/doscmd/int14.c +++ b/usr.bin/doscmd/int14.c @@ -32,7 +32,7 @@ * * BSDI int14.c,v 2.2 1996/04/08 19:32:45 bostic Exp * - * $Id: int14.c,v 1.3 1996/09/22 15:42:53 miff Exp $ + * $Id: int14.c,v 1.1 1997/08/09 01:42:47 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c index ccf99cd7e458..c5b097b61372 100644 --- a/usr.bin/doscmd/int16.c +++ b/usr.bin/doscmd/int16.c @@ -29,7 +29,7 @@ * * BSDI int16.c,v 2.2 1996/04/08 19:32:47 bostic Exp * - * $Id: int16.c,v 1.3 1996/09/22 15:42:54 miff Exp $ + * $Id: int16.c,v 1.1 1997/08/09 01:42:48 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int17.c b/usr.bin/doscmd/int17.c index 88621917a55a..4ec2ab4d082f 100644 --- a/usr.bin/doscmd/int17.c +++ b/usr.bin/doscmd/int17.c @@ -29,7 +29,7 @@ * * BSDI int17.c,v 2.2 1996/04/08 19:32:48 bostic Exp * - * $Id: int17.c,v 1.2 1998/01/22 02:44:54 msmith Exp $ + * $Id: int17.c,v 1.3 1998/07/02 05:23:55 imp Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int1a.c b/usr.bin/doscmd/int1a.c index 7a973307540e..25d086335ef8 100644 --- a/usr.bin/doscmd/int1a.c +++ b/usr.bin/doscmd/int1a.c @@ -29,7 +29,7 @@ * * BSDI int1a.c,v 2.2 1996/04/08 19:32:49 bostic Exp * - * $Id: int1a.c,v 1.1 1997/08/09 01:42:49 dyson Exp $ + * $Id: int1a.c,v 1.2 1998/06/29 17:20:48 bde Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int2f.c b/usr.bin/doscmd/int2f.c index e8fecb3d9538..105088a7cbe2 100644 --- a/usr.bin/doscmd/int2f.c +++ b/usr.bin/doscmd/int2f.c @@ -29,7 +29,7 @@ * * BSDI int2f.c,v 2.2 1996/04/08 19:32:53 bostic Exp * - * $Id: int2f.c,v 1.1 1997/08/09 01:42:50 dyson Exp $ + * $Id: int2f.c,v 1.2 1998/06/30 22:23:06 imp Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/intff.c b/usr.bin/doscmd/intff.c index a32c64698c80..a0a19d197c41 100644 --- a/usr.bin/doscmd/intff.c +++ b/usr.bin/doscmd/intff.c @@ -29,7 +29,7 @@ * * BSDI intff.c,v 2.2 1996/04/08 19:32:56 bostic Exp * - * $Id: intff.c,v 1.4 1998/07/02 05:12:53 imp Exp $ + * $Id: intff.c,v 1.5 1998/07/02 14:07:31 sos Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/mem.c b/usr.bin/doscmd/mem.c index 025d86e37bfe..cce3f4afd3fb 100644 --- a/usr.bin/doscmd/mem.c +++ b/usr.bin/doscmd/mem.c @@ -29,7 +29,7 @@ * * BSDI mem.c,v 2.2 1996/04/08 19:32:57 bostic Exp * - * $Id: mem.c,v 1.4 1996/09/22 15:42:57 miff Exp $ + * $Id: mem.c,v 1.1 1997/08/09 01:42:52 dyson Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/mouse.c b/usr.bin/doscmd/mouse.c index 859366705fb4..658eb7b7987d 100644 --- a/usr.bin/doscmd/mouse.c +++ b/usr.bin/doscmd/mouse.c @@ -29,7 +29,7 @@ * * BSDI int33.c,v 2.2 1996/04/08 19:32:54 bostic Exp * - * $Id: mouse.c,v 1.3 1996/09/22 15:42:58 miff Exp $ + * $Id: mouse.c,v 1.1 1997/08/09 01:42:52 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/mouse.h b/usr.bin/doscmd/mouse.h index e819c50ad901..d11ebfb4366e 100644 --- a/usr.bin/doscmd/mouse.h +++ b/usr.bin/doscmd/mouse.h @@ -29,7 +29,7 @@ * * BSDI mouse.h,v 2.2 1996/04/08 19:32:58 bostic Exp * - * $Id: mouse.h,v 1.3 1996/09/22 15:42:58 miff Exp $ + * $Id: mouse.h,v 1.1 1997/08/09 01:43:10 dyson Exp $ */ typedef struct { diff --git a/usr.bin/doscmd/net.c b/usr.bin/doscmd/net.c index 464113f62e72..99321550c725 100644 --- a/usr.bin/doscmd/net.c +++ b/usr.bin/doscmd/net.c @@ -1,7 +1,7 @@ /* ** No copyright! ** -** $Id: net.c,v 1.3 1996/09/22 15:42:58 miff Exp $ +** $Id: net.c,v 1.1 1997/08/09 01:42:53 dyson Exp $ ** ** NetBIOS etc. hooks. */ diff --git a/usr.bin/doscmd/port.c b/usr.bin/doscmd/port.c index c9a06b29957f..6297012b3518 100644 --- a/usr.bin/doscmd/port.c +++ b/usr.bin/doscmd/port.c @@ -29,7 +29,7 @@ * * BSDI port.c,v 2.2 1996/04/08 19:33:03 bostic Exp * - * $Id: port.c,v 1.1 1997/08/09 01:42:54 dyson Exp $ + * $Id: port.c,v 1.2 1999/01/20 17:55:22 imp Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/redir.S b/usr.bin/doscmd/redir.S index 4cb4e2e86c34..264d44dd1ae9 100644 --- a/usr.bin/doscmd/redir.S +++ b/usr.bin/doscmd/redir.S @@ -24,7 +24,7 @@ ! (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ! THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ! -! $Id$ +! $Id: redir.S,v 1.1 1997/09/30 22:03:59 jlemon Exp $ ! diff --git a/usr.bin/doscmd/register.h b/usr.bin/doscmd/register.h index 1b6cecc23512..beaa74d032c5 100644 --- a/usr.bin/doscmd/register.h +++ b/usr.bin/doscmd/register.h @@ -23,7 +23,7 @@ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** $Id: register.h,v 1.4 1997/03/18 02:36:56 msmith Exp $ +** $Id: register.h,v 1.1 1997/08/09 01:43:11 dyson Exp $ */ /****************************************************************************** diff --git a/usr.bin/doscmd/setver.c b/usr.bin/doscmd/setver.c index 2ae35180338c..fc3e9e0dbb27 100644 --- a/usr.bin/doscmd/setver.c +++ b/usr.bin/doscmd/setver.c @@ -29,7 +29,7 @@ * * BSDI setver.c,v 2.2 1996/04/08 19:33:04 bostic Exp * - * $Id: setver.c,v 1.2 1996/09/22 05:53:09 miff Exp $ + * $Id: setver.c,v 1.1 1997/08/09 01:42:54 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/signal.c b/usr.bin/doscmd/signal.c index c79a24ad1857..51e89e6af0b6 100644 --- a/usr.bin/doscmd/signal.c +++ b/usr.bin/doscmd/signal.c @@ -29,7 +29,7 @@ * * BSDI signal.c,v 2.2 1996/04/08 19:33:06 bostic Exp * - * $Id: signal.c,v 1.1 1997/08/09 01:42:55 dyson Exp $ + * $Id: signal.c,v 1.2 1998/02/28 16:02:24 jraynard Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/timer.c b/usr.bin/doscmd/timer.c index afaa69f804d3..417de74baecb 100644 --- a/usr.bin/doscmd/timer.c +++ b/usr.bin/doscmd/timer.c @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $Id: timer.c,v 1.3 1996/09/22 15:42:59 miff Exp $ +** $Id: timer.c,v 1.1 1997/08/09 01:42:56 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/trace.c b/usr.bin/doscmd/trace.c index 65a6ae36199e..d41e3caf825c 100644 --- a/usr.bin/doscmd/trace.c +++ b/usr.bin/doscmd/trace.c @@ -29,7 +29,7 @@ * * BSDI trace.c,v 2.2 1996/04/08 19:33:07 bostic Exp * - * $Id: trace.c,v 1.3 1996/09/25 00:03:44 miff Exp $ + * $Id: trace.c,v 1.1 1997/08/09 01:42:57 dyson Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/trap.c b/usr.bin/doscmd/trap.c index a3d5af0fe29e..fec08cc16468 100644 --- a/usr.bin/doscmd/trap.c +++ b/usr.bin/doscmd/trap.c @@ -29,7 +29,7 @@ * * BSDI trap.c,v 2.3 1996/04/08 19:33:08 bostic Exp * - * $Id: trap.c,v 1.1 1997/08/09 01:42:58 dyson Exp $ + * $Id: trap.c,v 1.2 1997/09/30 22:04:05 jlemon Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/trap.h b/usr.bin/doscmd/trap.h index 2aa4e9dfa20c..2d55639af04d 100644 --- a/usr.bin/doscmd/trap.h +++ b/usr.bin/doscmd/trap.h @@ -29,7 +29,7 @@ * * BSDI trap.h,v 2.2 1996/04/08 19:33:09 bostic Exp * - * $Id: trap.h,v 1.2 1996/09/22 05:53:11 miff Exp $ + * $Id: trap.h,v 1.1 1997/08/09 01:43:12 dyson Exp $ */ #define CLI 0xfa diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index 4575ed77d18d..dcc4a94a3980 100644 --- a/usr.bin/doscmd/tty.c +++ b/usr.bin/doscmd/tty.c @@ -29,7 +29,7 @@ * * BSDI tty.c,v 2.4 1996/04/08 22:03:27 prb Exp * - * $Id: tty.c,v 1.3 1998/01/21 21:37:02 jlemon Exp $ + * $Id: tty.c,v 1.4 1998/02/22 23:36:54 msmith Exp $ */ #ifndef NO_X diff --git a/usr.bin/doscmd/video.h b/usr.bin/doscmd/video.h index 2ddded173c57..58fc85326d0e 100644 --- a/usr.bin/doscmd/video.h +++ b/usr.bin/doscmd/video.h @@ -29,7 +29,7 @@ * * BSDI video.h,v 2.2 1996/04/08 19:33:12 bostic Exp * - * $Id: video.h,v 1.2 1996/09/22 05:53:12 miff Exp $ + * $Id: video.h,v 1.1 1997/08/09 01:43:12 dyson Exp $ */ /* diff --git a/usr.bin/doscmd/xms.c b/usr.bin/doscmd/xms.c index b016a0aff87e..96077865eb2b 100644 --- a/usr.bin/doscmd/xms.c +++ b/usr.bin/doscmd/xms.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: xms.c,v 1.3 1997/09/30 22:04:06 jlemon Exp $ + * $Id: xms.c,v 1.4 1998/09/24 01:11:45 luoqi Exp $ */ /* diff --git a/usr.bin/doscmd/xms.h b/usr.bin/doscmd/xms.h index 14a223f895d5..0f3cb1fedf87 100644 --- a/usr.bin/doscmd/xms.h +++ b/usr.bin/doscmd/xms.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: xms.h,v 1.1 1997/08/15 23:41:26 jlemon Exp $ */ #ifndef XMS_H diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 8a36cda3c01c..33c5d36482ba 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)du.1 8.2 (Berkeley) 4/1/94 -.\" $Id: du.1,v 1.10 1997/12/29 20:56:21 jkh Exp $ +.\" $Id: du.1,v 1.11 1998/05/13 07:57:39 phk Exp $ .\" .Dd April 1, 1994 .Dt DU 1 diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 6d4ef415f851..6c59f6cfce78 100644 --- a/usr.bin/ee/ee.1 +++ b/usr.bin/ee/ee.1 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $Id: ee.1,v 1.6 1998/02/02 07:09:36 charnier Exp $ .\" .Dd August 30, 1995 .Dt EE 1 diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index bb38c7007d16..4274e3d02fc8 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -52,7 +52,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ee.c,v 1.11 1998/10/01 21:18:18 obrien Exp $"; + "$Id: ee.c,v 1.12 1998/12/06 22:58:20 archie Exp $"; #endif /* not lint */ char *ee_copyright_message = @@ -64,7 +64,7 @@ char *ee_long_notice[] = { "copyright. All rights are reserved." }; -char *version = "@(#) ee, version 1.3 $Revision: 1.11 $"; +char *version = "@(#) ee, version 1.3 $Revision: 1.12 $"; #ifdef NCURSE #include "new_curse.h" diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index 91c1078948a2..e48fd65fcf85 100644 --- a/usr.bin/ee/new_curse.c +++ b/usr.bin/ee/new_curse.c @@ -37,14 +37,14 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon | All are rights reserved. | - | $Header: /home/ncvs/src/usr.bin/ee/doc/new_curse.c,v 1.1.1.1 1995/08/30 07:28:06 jkh Exp $ + | $Header: /home/ncvs/src/usr.bin/ee/new_curse.c,v 1.2 1996/12/29 10:54:12 joerg Exp $ | */ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon", "All rights are reserved."}; -char * new_curse_name= "@(#) new_curse.c $Revision: 1.1.1.1 $"; +char * new_curse_name= "@(#) new_curse.c $Revision: 1.2 $"; #include "new_curse.h" #include <signal.h> diff --git a/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg b/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg index 21055c2f038c..6d1905040f72 100644 --- a/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg +++ b/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Id$ +$ $Id: ee.msg,v 1.5 1998/01/12 07:52:06 charnier Exp $ $ $set 1 $quote " diff --git a/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg b/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg index 6a5fad2b324a..cf4e995b1807 100644 --- a/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg +++ b/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Id$ +$ $Id: ee.msg,v 1.4 1998/01/12 07:52:15 charnier Exp $ $ $set 1 $quote " diff --git a/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg b/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg index 10c3255c5dfb..658b89de411c 100644 --- a/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg +++ b/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Id: ee.msg,v 1.7 1998/01/12 07:53:05 charnier Exp $ +$ $Id: ee.msg,v 1.8 1999/01/15 02:38:33 jmz Exp $ $ $set 1 $quote " diff --git a/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg b/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg index 54e48cdf00ef..bac1061d2d04 100644 --- a/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg +++ b/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Header: /home/ncvs/src/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg,v 1.2 1997/09/27 10:31:27 wosch Exp $ +$ $Header: /home/ncvs/src/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg,v 1.3 1998/01/12 07:53:17 charnier Exp $ $ $set 1 $quote " diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index d2f1ac3fd0fb..0d5328ca14cc 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -4,7 +4,7 @@ .\" Since enigma itself is distributed in the Public Domain, this file .\" is also. .\" -.\" $Id: enigma.1,v 1.2 1999/01/28 19:22:22 billf Exp $ +.\" $Id: enigma.1,v 1.1.2.1 1999/01/28 19:24:03 billf Exp $ .\" " .Dd October 30, 1998 .Os diff --git a/usr.bin/error/filter.c b/usr.bin/error/filter.c index 1b82cfdf5ee4..81bd80ea1467 100644 --- a/usr.bin/error/filter.c +++ b/usr.bin/error/filter.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)filter.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: filter.c,v 1.2 1997/11/03 07:44:06 charnier Exp $"; + "$Id: filter.c,v 1.3 1998/02/25 02:29:58 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/error/input.c b/usr.bin/error/input.c index 97b9667cfdd8..f606ed5c4f83 100644 --- a/usr.bin/error/input.c +++ b/usr.bin/error/input.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: input.c,v 1.3 1997/11/03 07:44:09 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c index 7ae8100dbd75..0e40ba912c68 100644 --- a/usr.bin/error/main.c +++ b/usr.bin/error/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.3 1997/11/03 07:44:12 charnier Exp $"; + "$Id: main.c,v 1.4 1998/02/25 02:25:50 bde Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/pi.c b/usr.bin/error/pi.c index c5c1ffb9145c..b69622b04dd6 100644 --- a/usr.bin/error/pi.c +++ b/usr.bin/error/pi.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pi.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: pi.c,v 1.3 1997/11/03 07:44:15 charnier Exp $"; + "$Id: pi.c,v 1.4 1998/12/06 22:58:22 archie Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/subr.c b/usr.bin/error/subr.c index 9a44019ba76b..d9e564824a49 100644 --- a/usr.bin/error/subr.c +++ b/usr.bin/error/subr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: subr.c,v 1.3 1997/11/03 07:44:22 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/error/touch.c b/usr.bin/error/touch.c index 08952f7b593d..699979d12f06 100644 --- a/usr.bin/error/touch.c +++ b/usr.bin/error/touch.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: touch.c,v 1.5 1998/02/25 02:24:04 bde Exp $"; + "$Id: touch.c,v 1.6 1998/12/06 22:58:23 archie Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index a8014f9a44a2..4a986899797b 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #else static const char rcsid[] = - "$Id: expand.c,v 1.3 1998/02/02 07:10:59 cwt Exp $"; + "$Id: expand.c,v 1.4 1998/12/06 22:58:23 archie Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index f3be659841fa..cd4625c9e92c 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $Id: fetch.1,v 1.26 1998/12/08 13:00:48 cracauer Exp $ +.\" $Id: fetch.1,v 1.27 1999/01/15 16:56:22 wollman Exp $ .Dd January 15, 1999 .Dt FETCH 1 .Os FreeBSD 3.1 diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h index 685fdd673042..f5823af24831 100644 --- a/usr.bin/fetch/fetch.h +++ b/usr.bin/fetch/fetch.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fetch.h,v 1.6 1998/09/20 00:01:26 jkh Exp $ + * $Id: fetch.h,v 1.7 1998/12/08 13:00:49 cracauer Exp $ */ #ifndef fetch_h diff --git a/usr.bin/fetch/file.c b/usr.bin/fetch/file.c index cad33e72abf1..f03a30b2437c 100644 --- a/usr.bin/fetch/file.c +++ b/usr.bin/fetch/file.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: file.c,v 1.3 1997/11/12 04:39:33 obrien Exp $ + * $Id: file.c,v 1.4 1998/09/17 00:15:15 des Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/ftp.c b/usr.bin/fetch/ftp.c index 45c8ecfc508a..6a6832c5fec2 100644 --- a/usr.bin/fetch/ftp.c +++ b/usr.bin/fetch/ftp.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ftp.c,v 1.10 1998/09/20 00:01:26 jkh Exp $ + * $Id: ftp.c,v 1.11 1998/12/08 13:00:49 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/http.c b/usr.bin/fetch/http.c index 2f08c1d2be0f..76d1477b7d12 100644 --- a/usr.bin/fetch/http.c +++ b/usr.bin/fetch/http.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: http.c,v 1.23 1999/01/15 16:56:22 wollman Exp $ + * $Id: http.c,v 1.24 1999/01/15 17:10:31 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 8b24dad4f5c1..cbffa3edf969 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: main.c,v 1.48 1998/11/08 23:18:48 des Exp $ */ +/* $Id: main.c,v 1.49 1998/12/08 13:00:49 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/uri.c b/usr.bin/fetch/uri.c index 95d4c91898bf..8caf3bf34f32 100644 --- a/usr.bin/fetch/uri.c +++ b/usr.bin/fetch/uri.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: uri.c,v 1.1 1997/01/30 21:43:43 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/util.c b/usr.bin/fetch/util.c index 1a927626e40e..e8a5b67a4ef6 100644 --- a/usr.bin/fetch/util.c +++ b/usr.bin/fetch/util.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.5 1997/02/11 20:46:06 wollman Exp $ + * $Id: util.c,v 1.6 1998/02/20 05:08:53 jb Exp $ */ #include <sys/types.h> diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE index 122c5f615624..57686bed95cf 100644 --- a/usr.bin/file/LEGAL.NOTICE +++ b/usr.bin/file/LEGAL.NOTICE @@ -1,6 +1,6 @@ Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. Software written by Ian F. Darwin and others; maintained by Christos Zoulas. -$Id$ +$Id: LEGAL.NOTICE,v 1.3 1997/02/22 19:29:06 peter Exp $ This software (or derivative software) may not be made subject to any license which denies anyone permission to alter it and redistribute it diff --git a/usr.bin/file/MAINT b/usr.bin/file/MAINT index 2b91576c9de7..e4e7abb2e3ae 100644 --- a/usr.bin/file/MAINT +++ b/usr.bin/file/MAINT @@ -1,4 +1,4 @@ -$Id$ +$Id: MAINT,v 1.3 1997/02/22 19:29:06 peter Exp $ Maintenance notes: diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff index 0b6d9554bb9e..ad421216baed 100644 --- a/usr.bin/file/Magdir/Localstuff +++ b/usr.bin/file/Magdir/Localstuff @@ -2,6 +2,6 @@ #------------------------------------------------------------------------------ # Localstuff: file(1) magic for locally observed files # -# $Id$ +# $Id: Localstuff,v 1.3 1997/02/22 19:29:21 peter Exp $ # Add any locally observed files here. Remember: # text if readable, executable if runnable binary, data if unreadable. diff --git a/usr.bin/file/Magdir/softquad b/usr.bin/file/Magdir/softquad index f570b0974f3f..996889fb399e 100644 --- a/usr.bin/file/Magdir/softquad +++ b/usr.bin/file/Magdir/softquad @@ -2,7 +2,7 @@ #------------------------------------------------------------------------------ # softquad: file(1) magic for SoftQuad Publishing Software # -# $Id$ +# $Id: softquad,v 1.3 1997/02/22 19:29:21 peter Exp $ # Author/Editor and RulesBuilder # # XXX - byte order? diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 2e00f0bc0861..78689e662e8c 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.11 1997/04/04 02:42:53 mpp Exp $ +# @(#)$Id: Makefile,v 1.12 1998/09/19 22:42:03 obrien Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. diff --git a/usr.bin/file/PORTING b/usr.bin/file/PORTING index 1fa5da16e7c0..2f3023413a2e 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,5 +1,5 @@ Portability of the new file(1) command. -@(#) $Id$ +@(#) $Id: PORTING,v 1.3 1997/02/22 19:29:08 peter Exp $ Read this file only if the program doesn't compile on your system. diff --git a/usr.bin/file/README b/usr.bin/file/README index 21932922b2b1..19b66e363449 100644 --- a/usr.bin/file/README +++ b/usr.bin/file/README @@ -1,5 +1,5 @@ ** README for file(1) Command ** -@(#) $Id: README,v 1.1.1.2 1997/03/18 17:58:39 mpp Exp $ +@(#) $Id: README,v 1.4 1997/03/18 19:37:15 mpp Exp $ This is Release 3.x of Ian Darwin's (copyright but distributable) file(1) command. This version is the standard "file" command for Linux, diff --git a/usr.bin/file/apprentice.c b/usr.bin/file/apprentice.c index ee3ffa4e1689..f307b38d4e39 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: apprentice.c,v 1.7 1998/01/28 07:36:21 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index a2b5d761039a..6a29f9a687c2 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ascmagic.c,v 1.9 1998/01/28 07:36:22 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index fba9c9119319..7f1ba293aa97 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -8,7 +8,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: compress.c,v 1.6 1998/01/28 07:36:22 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index f9818fa7fb4e..3c6a934ea41a 100644 --- a/usr.bin/file/cvsimport.sh +++ b/usr.bin/file/cvsimport.sh @@ -3,7 +3,7 @@ # This shell script can be used in order to handle future imports # of newer versions of file(1) # -# $Id: cvsimport.sh,v 1.3 1997/02/22 19:29:10 peter Exp $ +# $Id: cvsimport.sh,v 1.4 1997/03/20 23:34:11 mpp Exp $ if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index bb3221faed92..2d4260c5b26e 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $Id: file.1,v 1.11 1998/01/28 07:36:22 charnier Exp $ +.\" $Id: file.1,v 1.12 1998/03/23 07:43:13 charnier Exp $ .Dd July 30, 1997 .Dt FILE 1 "Copyright but distributable" .Os diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 485e398ee216..c650ee175ec7 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: file.c,v 1.9 1998/01/28 07:36:23 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index be326a53ece4..7a989b57d62b 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,6 +1,6 @@ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.7 1997/03/18 19:37:18 mpp Exp $ + * @(#)$Id: file.h,v 1.8 1998/01/28 07:36:23 charnier Exp $ * * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c index 63b9daa64ec3..140b19af875e 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: fsmagic.c,v 1.7 1998/01/28 07:36:23 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c index ffb7aa2e21dc..e1562f22d683 100644 --- a/usr.bin/file/internat.c +++ b/usr.bin/file/internat.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: internat.c,v 1.2 1998/01/28 07:36:24 charnier Exp $"; #endif /* not lint */ #include "file.h" diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 69d822d9beeb..2f6745f818ef 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: is_tar.c,v 1.6 1998/01/28 07:36:24 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 6355245187bb..9166762c71be 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -1,5 +1,5 @@ .\" -.\" @(#)$Id: magic.5,v 1.8 1997/11/04 03:56:56 steve Exp $ +.\" @(#)$Id: magic.5,v 1.9 1998/02/04 07:29:20 charnier Exp $ .\" .\" install as magic.4 on USG, magic.5 on V7 or Berkeley systems. .\" diff --git a/usr.bin/file/names.h b/usr.bin/file/names.h index 1fed1bfa2a1b..bfdcf8f60c94 100644 --- a/usr.bin/file/names.h +++ b/usr.bin/file/names.h @@ -10,7 +10,7 @@ * * See LEGAL.NOTICE * - * $Id: names.h,v 1.1.1.3 1997/03/18 17:58:52 mpp Exp $ + * $Id: names.h,v 1.5 1997/03/18 19:37:21 mpp Exp $ */ /* these types are used to index the table 'types': keep em in sync! */ diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h index b6cea964c4bc..31601f72ff15 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -3,7 +3,7 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ + * $Id: patchlevel.h,v 1.8 1998/01/28 07:36:24 charnier Exp $ * */ diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 5ccf07dc6afd..876713b4c40f 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: print.c,v 1.7 1998/01/28 07:36:25 charnier Exp $"; + "$Id: print.c,v 1.8 1998/02/20 04:57:33 jb Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index fb87af7a63df..cd75bd6ab661 100644 --- a/usr.bin/file/readelf.c +++ b/usr.bin/file/readelf.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$Id: readelf.c,v 1.4 1998/02/20 04:54:00 jb Exp $"; + "$Id: readelf.c,v 1.5 1998/10/03 04:38:58 jdp Exp $"; #endif /* not lint */ #ifdef BUILTIN_ELF diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h index 853eed600f95..dc2f496c90af 100644 --- a/usr.bin/file/readelf.h +++ b/usr.bin/file/readelf.h @@ -1,6 +1,6 @@ /* * readelf.h - * @(#)$Id: readelf.h,v 1.1.1.1 1997/03/18 17:58:55 mpp Exp $ + * @(#)$Id: readelf.h,v 1.2 1997/03/29 22:26:03 jdp Exp $ * * Provide elf data structures for non-elf machines, allowing file * non-elf hosts to determine if an elf binary is stripped. diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 5227acd50d5d..f7a60ceb06bd 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: softmagic.c,v 1.8 1998/01/28 07:36:25 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index 6a9e1dd22398..d1cc4155faa5 100644 --- a/usr.bin/file/tar.h +++ b/usr.bin/file/tar.h @@ -5,7 +5,7 @@ * * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu. * - * $Id$ # checkin only + * $Id: tar.h,v 1.3 1997/02/22 19:29:16 peter Exp $ # checkin only */ /* diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index 28cd21e83437..edc5814ca596 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:55:00 peter Exp $ PROG= file2c MAN1= file2c.1 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index ef4e77b489b8..9e53c6954269 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $Id: file2c.1,v 1.4 1997/06/23 04:51:58 steve Exp $ +.\" $Id: file2c.1,v 1.5 1997/07/02 06:30:51 charnier Exp $ .\" .Dd January 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad9045fcb3..e720e4ea6839 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: file2c.c,v 1.3 1997/02/22 19:55:01 peter Exp $ * */ diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index ed958c4f784a..525e3d457891 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.17 1998/11/29 12:00:06 bde Exp $ +.\" $Id: find.1,v 1.18 1998/12/31 16:21:51 billf Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 0005cb6a808a..2eb55541eedf 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94"; */ static const char rcsid[] = - "$Id: option.c,v 1.6 1997/11/28 15:48:08 steve Exp $"; + "$Id: option.c,v 1.7 1998/01/10 21:36:34 jb Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 1c43820a6854..5d3713bca06a 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)finger.1 8.3 (Berkeley) 5/5/94 -.\" $Id$ +.\" $Id: finger.1,v 1.7 1997/08/01 20:26:47 wollman Exp $ .\" .Dd August 1, 1997 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 091ac1675798..38ddc4c8a985 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -55,7 +55,7 @@ static char copyright[] = static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #else static const char rcsid[] = - "$Id$"; + "$Id: finger.c,v 1.12 1997/07/02 06:34:48 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 5d8023f721bd..c6f1943668ad 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #else static const char rcsid[] = - "$Id: lprint.c,v 1.8 1997/07/02 06:34:49 charnier Exp $"; + "$Id: lprint.c,v 1.9 1998/08/07 16:21:09 ache Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 7d7b25c5c575..cfa50122bb41 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #else static const char rcsid[] = - "$Id: net.c,v 1.9 1997/08/01 20:10:44 wollman Exp $"; + "$Id: net.c,v 1.10 1998/06/09 04:30:40 imp Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 8c38d7c414fe..10ea6add2b32 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #else static const char rcsid[] = - "$Id$"; + "$Id: sprint.c,v 1.10 1997/07/02 06:34:50 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 0a48d4634df2..7ac50f8e0ccb 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #else static const char rcsid[] = - "$Id$"; + "$Id: util.c,v 1.5 1997/07/02 06:34:51 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 51cbe5cd1d62..f7acd8ecf2cd 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)fmt.c 8.1 (Berkeley) 7/20/93"; #else static const char rcsid[] = - "$Id: fmt.c,v 1.10 1997/08/21 03:41:41 jlemon Exp $"; + "$Id: fmt.c,v 1.11 1997/09/30 19:42:05 joerg Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 080c9abfbcae..1d9fbeff65ef 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: fold.c,v 1.3 1997/07/08 10:58:46 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index c246ad4e150a..e6e74b61e507 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: from.c,v 1.5 1997/07/08 10:59:50 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c index 03cf08a46500..7356aa08a1ac 100644 --- a/usr.bin/fsplit/fsplit.c +++ b/usr.bin/fsplit/fsplit.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fsplit.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: fsplit.c,v 1.3 1997/07/08 11:01:35 charnier Exp $"; + "$Id: fsplit.c,v 1.4 1998/02/20 04:44:19 jb Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 32d0aefdad88..2aeea2544f40 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.2 1997/08/22 14:22:31 jmg Exp $ PROG= fstat CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index eef56982f0d9..87f97b83cae0 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif static const char rcsid[] = - "$Id: fstat.c,v 1.15 1998/05/16 21:35:37 markm Exp $"; + "$Id: fstat.c,v 1.16 1998/07/06 21:01:16 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 225d10ec3397..c23268472c2e 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/10/05 09:39:55 jkh Exp $ +# $Id: Makefile,v 1.8 1997/12/13 20:38:12 pst Exp $ # $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index 57b286bd90dd..9a5cc9bc7482 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,4 +1,4 @@ -/* $Id: cmds.c,v 1.13 1998/01/09 13:45:11 msmith Exp $ */ +/* $Id: cmds.c,v 1.14 1998/02/14 15:38:29 steve Exp $ */ /* $NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$Id: cmds.c,v 1.13 1998/01/09 13:45:11 msmith Exp $"); +__RCSID("$Id: cmds.c,v 1.14 1998/02/14 15:38:29 steve Exp $"); __RCSID_SOURCE("$NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c index 37920e7d8bca..41031d3fef89 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: cmdtab.c,v 1.6 1997/12/13 20:38:13 pst Exp $ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94"; #else -__RCSID("$Id$"); +__RCSID("$Id: cmdtab.c,v 1.6 1997/12/13 20:38:13 pst Exp $"); __RCSID_SOURCE("$NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/complete.c b/usr.bin/ftp/complete.c index 901a916d7bab..c9335efd5918 100644 --- a/usr.bin/ftp/complete.c +++ b/usr.bin/ftp/complete.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: complete.c,v 1.4 1997/12/13 20:38:14 pst Exp $ */ /* $NetBSD: complete.c,v 1.11 1997/09/13 09:05:53 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$Id$"); +__RCSID("$Id: complete.c,v 1.4 1997/12/13 20:38:14 pst Exp $"); __RCSID_SOURCE("$NetBSD: complete.c,v 1.11 1997/09/13 09:05:53 lukem Exp $"); #endif /* not lint */ diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index c5ddc92061d7..81ce80ae8ddf 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: domacro.c,v 1.5 1997/12/13 20:38:14 pst Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$Id$"); +__RCSID("$Id: domacro.c,v 1.5 1997/12/13 20:38:14 pst Exp $"); __RCSID_SOURCE("$NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h index a334c0b6744c..02567dc14e2f 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.6 1997/12/13 20:38:15 pst Exp $ */ +/* $Id: extern.h,v 1.7 1998/07/26 18:49:36 imp Exp $ */ /* $NetBSD: extern.h,v 1.17.2.1 1997/11/18 00:59:50 mellon Exp $ */ /*- diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index 2f2450e75b5e..c91b46e57ad9 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -38,7 +38,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$Id: fetch.c,v 1.4 1997/12/16 08:22:35 ache Exp $"); +__RCSID("$Id: fetch.c,v 1.5 1997/12/16 08:58:15 ache Exp $"); __RCSID_SOURCE("$NetBSD: fetch.c,v 1.16.2.1 1997/11/18 01:00:22 mellon Exp $"); #endif /* not lint */ diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index aa1f794e74b0..f16a30716845 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $Id: ftp.1,v 1.7 1997/12/13 20:38:17 pst Exp $ +.\" $Id: ftp.1,v 1.8 1998/03/01 18:58:03 steve Exp $ .\" $NetBSD: ftp.1,v 1.21 1997/06/10 21:59:58 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index a1e49a3e3f13..0785bba66ee9 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,4 +1,4 @@ -/* $Id: ftp.c,v 1.14 1998/07/26 18:49:36 imp Exp $ */ +/* $Id: ftp.c,v 1.15 1998/12/09 20:49:20 eivind Exp $ */ /* $NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94"; #else -__RCSID("$Id: ftp.c,v 1.14 1998/07/26 18:49:36 imp Exp $"); +__RCSID("$Id: ftp.c,v 1.15 1998/12/09 20:49:20 eivind Exp $"); __RCSID_SOURCE("$NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index 0dd071676df8..600d044ca484 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: ftp_var.h,v 1.6 1997/12/13 20:38:18 pst Exp $ */ /* $NetBSD: ftp_var.h,v 1.20.2.1 1997/11/18 01:01:37 mellon Exp $ */ /* diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index 2ba5ac045a1d..37ae07069903 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: main.c,v 1.16 1997/12/13 20:38:19 pst Exp $ */ /* $NetBSD: main.c,v 1.26 1997/10/14 16:31:22 christos Exp $ */ /* @@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$Id$"); +__RCSID("$Id: main.c,v 1.16 1997/12/13 20:38:19 pst Exp $"); __RCSID_SOURCE("$NetBSD: main.c,v 1.26 1997/10/14 16:31:22 christos Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/pathnames.h b/usr.bin/ftp/pathnames.h index bc649d68efc4..28622e6e55d9 100644 --- a/usr.bin/ftp/pathnames.h +++ b/usr.bin/ftp/pathnames.h @@ -1,4 +1,4 @@ -/* $Id: pathnames.h,v 1.2 1997/06/25 08:56:43 msmith Exp $ */ +/* $Id: pathnames.h,v 1.3 1997/12/13 20:38:20 pst Exp $ */ /* $NetBSD: pathnames.h,v 1.7 1997/01/09 20:19:40 tls Exp $ */ /* diff --git a/usr.bin/ftp/ruserpass.c b/usr.bin/ftp/ruserpass.c index bc19f621a474..2f523fc4858f 100644 --- a/usr.bin/ftp/ruserpass.c +++ b/usr.bin/ftp/ruserpass.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: ruserpass.c,v 1.7 1997/12/13 20:38:20 pst Exp $ */ /* $NetBSD: ruserpass.c,v 1.14.2.1 1997/11/18 01:02:05 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95"; #else -__RCSID("$Id$"); +__RCSID("$Id: ruserpass.c,v 1.7 1997/12/13 20:38:20 pst Exp $"); __RCSID_SOURCE("$NetBSD: ruserpass.c,v 1.14.2.1 1997/11/18 01:02:05 mellon Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/util.c b/usr.bin/ftp/util.c index a97af4dd338f..42379ab53f0c 100644 --- a/usr.bin/ftp/util.c +++ b/usr.bin/ftp/util.c @@ -1,4 +1,4 @@ -/* $Id: util.c,v 1.5 1998/02/03 20:53:25 pst Exp $ */ +/* $Id: util.c,v 1.6 1998/07/19 00:01:24 jmz Exp $ */ /* $NetBSD: util.c,v 1.16.2.1 1997/11/18 01:02:33 mellon Exp $ */ /* @@ -36,7 +36,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$Id: util.c,v 1.5 1998/02/03 20:53:25 pst Exp $"); +__RCSID("$Id: util.c,v 1.6 1998/07/19 00:01:24 jmz Exp $"); __RCSID_SOURCE("$NetBSD: util.c,v 1.16.2.1 1997/11/18 01:02:33 mellon Exp $"); #endif /* not lint */ diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index af199ca8f705..ff8d87dfa4ca 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: elfcore.c,v 1.1 1998/10/19 19:42:18 jdp Exp $ + * $Id: elfcore.c,v 1.2 1998/11/01 06:35:36 jdp Exp $ */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 4702003b8afc..5a0b71230b01 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$Id: gcore.c,v 1.12 1998/10/22 04:02:37 jdp Exp $"; + "$Id: gcore.c,v 1.13 1998/11/01 06:35:36 jdp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index b7dcdc4a73fc..e1234915ad37 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: md-nop.c,v 1.2 1997/07/08 11:04:18 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 44ed94145c35..bd59a31bc9da 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 19:55:04 peter Exp $ +# $Id: Makefile,v 1.4 1997/09/14 20:23:02 wosch Exp $ PROG= gencat SRCS= gencat.c genlib.c diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index 6a4d26cc5f0d..a4a7e20888a2 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: gencat.1,v 1.1 1997/09/14 20:23:02 wosch Exp $ +.\" $Id: gencat.1,v 1.2 1998/11/18 04:30:53 jkoshy Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/gensetdefs/Makefile b/usr.bin/gensetdefs/Makefile index 1f5fd6e43817..e9f223cae0b3 100644 --- a/usr.bin/gensetdefs/Makefile +++ b/usr.bin/gensetdefs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1998/10/14 10:21:10 bde Exp $ PROG= gensetdefs NOMAN= noman diff --git a/usr.bin/gensetdefs/gensetdefs.c b/usr.bin/gensetdefs/gensetdefs.c index 9a35e097cebf..c9470b4b2e7c 100644 --- a/usr.bin/gensetdefs/gensetdefs.c +++ b/usr.bin/gensetdefs/gensetdefs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: gensetdefs.c,v 1.1 1998/10/14 03:41:01 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 21dde959afa2..d1f9008b784b 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -1,4 +1,4 @@ -# $Header: /b/source/CVS/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $ +# $Header: /home/ncvs/src/usr.bin/getopt/Makefile,v 1.1 1993/07/26 22:22:35 nate Exp $ # PROG = getopt diff --git a/usr.bin/global/Makefile b/usr.bin/global/Makefile index 8676dc3ceaf2..3e3d55fd62a4 100644 --- a/usr.bin/global/Makefile +++ b/usr.bin/global/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/12/15 02:28:04 skynyrd Exp $ +# $Id: Makefile,v 1.3 1997/12/15 23:34:50 cwt Exp $ SUBDIR= lib global gtags gctags btreeop htags systags diff --git a/usr.bin/global/Makefile.inc b/usr.bin/global/Makefile.inc index 34657a06430a..8aacd3c7a506 100644 --- a/usr.bin/global/Makefile.inc +++ b/usr.bin/global/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.5 1999/01/18 07:38:09 simokawa Exp $ +# $Id: Makefile.inc,v 1.6 1999/01/19 00:23:25 bde Exp $ .if !defined(GLOBAL_MAKEFILE_INC_BEEN_HERE) diff --git a/usr.bin/global/btreeop/Makefile b/usr.bin/global/btreeop/Makefile index 12f4357e7bbe..9f7fb4f26f1b 100644 --- a/usr.bin/global/btreeop/Makefile +++ b/usr.bin/global/btreeop/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/12/17 15:18:49 cwt Exp $ +# $Id: Makefile,v 1.5 1999/01/18 07:38:10 simokawa Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/btreeop diff --git a/usr.bin/global/gctags/Makefile b/usr.bin/global/gctags/Makefile index b66694a58d1f..09cb57e57f7c 100644 --- a/usr.bin/global/gctags/Makefile +++ b/usr.bin/global/gctags/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.4 1997/12/17 15:18:52 cwt Exp $ +# $Id: Makefile,v 1.5 1999/01/18 07:38:11 simokawa Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/gctags diff --git a/usr.bin/global/global/Makefile b/usr.bin/global/global/Makefile index 0deeda464303..f318538c66c4 100644 --- a/usr.bin/global/global/Makefile +++ b/usr.bin/global/global/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/12/17 15:18:53 cwt Exp $ +# $Id: Makefile,v 1.5 1999/01/18 07:38:11 simokawa Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/global diff --git a/usr.bin/global/gtags/Makefile b/usr.bin/global/gtags/Makefile index 05f506f77ce1..8a379ead402b 100644 --- a/usr.bin/global/gtags/Makefile +++ b/usr.bin/global/gtags/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/12/17 15:18:54 cwt Exp $ +# $Id: Makefile,v 1.6 1999/01/18 07:38:12 simokawa Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/gtags diff --git a/usr.bin/global/htags/Makefile b/usr.bin/global/htags/Makefile index c842decafa7a..74f85307bc0f 100644 --- a/usr.bin/global/htags/Makefile +++ b/usr.bin/global/htags/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/12/15 02:28:19 skynyrd Exp $ +# $Id: Makefile,v 1.3 1997/12/15 23:34:55 cwt Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/htags diff --git a/usr.bin/global/lib/Makefile b/usr.bin/global/lib/Makefile index 793f953cb09f..cc20c7f02689 100644 --- a/usr.bin/global/lib/Makefile +++ b/usr.bin/global/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/12/21 08:31:50 cwt Exp $ +# $Id: Makefile,v 1.3 1999/01/18 07:38:13 simokawa Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/lib diff --git a/usr.bin/global/systags/Makefile b/usr.bin/global/systags/Makefile index c2b06a1d1175..7a812e1f8d99 100644 --- a/usr.bin/global/systags/Makefile +++ b/usr.bin/global/systags/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/12/15 23:34:57 cwt Exp $ +# $Id: Makefile,v 1.4 1998/02/20 11:18:57 bde Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/systags diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 6a7b17ef82b5..4b6f21d9ef7b 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: arcs.c,v 1.4 1997/07/11 06:11:35 charnier Exp $"; + "$Id: arcs.c,v 1.5 1997/07/15 08:04:37 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 0d4d63f7af26..041afb339abc 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: gprof.c,v 1.7 1998/08/08 17:48:26 jdp Exp $"; + "$Id: gprof.c,v 1.8 1998/09/07 23:31:59 jdp Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 9c122bb19bca..a95087e4aeb8 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: printgprof.c,v 1.5 1997/07/10 06:45:01 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index 15af8e198521..be5f0d51c6bf 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: printlist.c,v 1.2 1997/07/10 06:45:02 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index fc4bdf61664b..56ec01170b92 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: head.c,v 1.8 1997/07/11 06:13:18 charnier Exp $"; + "$Id: head.c,v 1.9 1998/10/09 10:33:46 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index b72da84ce8c7..37eadf6ebcdd 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: display.c,v 1.2 1997/07/10 06:48:12 charnier Exp $"; + "$Id: display.c,v 1.3 1998/12/13 06:40:18 dillon Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index 1fd6d07c14c1..78327824298d 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: hexdump.1,v 1.7 1997/02/22 19:55:06 peter Exp $ .\" .Dd April 18, 1994 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 8491c42d0d52..5c488939af9f 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: hexdump.c,v 1.2 1997/07/10 06:48:16 charnier Exp $"; + "$Id: hexdump.c,v 1.3 1997/11/04 05:33:14 ache Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index ae21411fa694..554268bc3412 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: hexsyntax.c,v 1.7 1997/07/10 06:48:20 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 001b90088c7d..ecf367175e39 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)od.1 8.1 (Berkeley) 6/6/93 -.\" $Id: od.1,v 1.5 1997/02/22 19:55:07 peter Exp $ +.\" $Id: od.1,v 1.6 1997/06/23 04:52:04 steve Exp $ .\" .Dd May 27, 1994 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 7ad7c37c1b77..c6669480d27e 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: odsyntax.c,v 1.5 1997/07/10 06:48:21 charnier Exp $"; + "$Id: odsyntax.c,v 1.6 1997/11/04 05:33:14 ache Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index 34a223649e60..131f5aa2d485 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: parse.c,v 1.2 1997/07/10 06:48:24 charnier Exp $"; + "$Id: parse.c,v 1.3 1997/11/04 05:33:15 ache Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index 70a87aa51c52..b57e0a3a27e8 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 19:55:08 peter Exp $ +# $Id: Makefile,v 1.5 1998/05/03 05:16:58 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/id/groups.sh b/usr.bin/id/groups.sh index 904f200fcac5..792430a853cd 100644 --- a/usr.bin/id/groups.sh +++ b/usr.bin/id/groups.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)groups.sh 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: groups.sh,v 1.5 1997/02/22 19:55:09 peter Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index 56fdcb7c9b56..e4d322ffc0af 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)id.1 8.1 (Berkeley) 6/6/93 -.\" $Id: id.1,v 1.4 1998/02/28 21:37:54 alex Exp $ +.\" $Id: id.1,v 1.5 1998/08/21 06:47:58 obrien Exp $ .\" .Dd June 6, 1993 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index c1e5902ab505..c375e9ba408e 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$Id: id.c,v 1.6 1998/02/18 17:35:16 steve Exp $"; + "$Id: id.c,v 1.7 1998/08/21 06:47:58 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/id/whoami.sh b/usr.bin/id/whoami.sh index 1c24bcc71989..660b53ae4471 100644 --- a/usr.bin/id/whoami.sh +++ b/usr.bin/id/whoami.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)whoami.sh 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: whoami.sh,v 1.5 1997/02/22 19:55:10 peter Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 376a6030a292..94ab22f8a806 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: args.c,v 1.2 1997/07/15 09:50:58 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index ff5e4203a0eb..6eff179466f3 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "$Id: indent.c,v 1.2 1997/07/15 09:50:59 charnier Exp $"; + "$Id: indent.c,v 1.3 1998/10/18 04:46:24 thepish Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index d2222aa0c98d..89ad91cfdea8 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: io.c,v 1.3 1997/07/15 09:50:59 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 6cc7bda7d56d..ca94ec213667 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:55:11 peter Exp $ PROG= ipcrm diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index f7652ab20a35..260b70c1aec8 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ipcrm.1,v 1.4 1997/06/23 04:52:05 steve Exp $ +.\" $Id: ipcrm.1,v 1.5 1997/07/15 09:54:34 charnier Exp $ .\"" .Dd August 8, 1994 .Dt ipcrm 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index cca197e0bc8e..e9c578932838 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ipcrm.c,v 1.5 1997/07/15 09:54:34 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 5e4afcc5c781..64caf396a54f 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:55:14 peter Exp $ PROG= ipcs BINGRP= kmem diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index e4d441c4a3f4..4c8518b32a60 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ipcs.1,v 1.7 1997/07/15 09:55:58 charnier Exp $ +.\" $Id: ipcs.1,v 1.8 1998/03/23 07:43:36 charnier Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 5eee8b1c5027..9dd11be53b50 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ipcs.c,v 1.10 1997/07/15 09:55:59 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 276f98848d2e..c9b4c38cb88e 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: join.c,v 1.7 1997/07/15 09:57:28 charnier Exp $"; + "$Id: join.c,v 1.8 1997/08/19 15:58:15 jlemon Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 64d593007db1..502f272298e7 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: jot.c,v 1.7 1997/07/15 09:59:30 charnier Exp $"; + "$Id: jot.c,v 1.8 1997/11/03 07:45:33 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index ac47abf887b6..e95306c34f28 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kdump.1 8.1 (Berkeley) 6/6/93 -.\" $Id: kdump.1,v 1.3 1997/04/27 08:45:44 jmg Exp $ +.\" $Id: kdump.1,v 1.4 1997/07/16 06:49:48 charnier Exp $ .\" .Dd June 6, 1993 .Dt KDUMP 1 diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index da725527b1fe..a82192b9ef92 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: kdump.c,v 1.11 1997/07/16 06:49:49 charnier Exp $"; #endif /* not lint */ #define KERNEL diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1 index 56a6e1c0838c..8cd2b5224b1b 100644 --- a/usr.bin/key/key.1 +++ b/usr.bin/key/key.1 @@ -1,5 +1,5 @@ .\" from: @(#)key.1 1.0 (Bellcore) 12/2/91 -.\" $Id: key.1,v 1.3 1997/07/16 06:51:12 charnier Exp $ +.\" $Id: key.1,v 1.4 1998/03/23 07:43:42 charnier Exp $ .\" .Dd December 2, 1991 .Dt KEY 1 diff --git a/usr.bin/keyinfo/keyinfo.1 b/usr.bin/keyinfo/keyinfo.1 index 5b6a6c5b6817..15838ef77d23 100644 --- a/usr.bin/keyinfo/keyinfo.1 +++ b/usr.bin/keyinfo/keyinfo.1 @@ -1,5 +1,5 @@ .\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93 -.\" $Id: keyinfo.1,v 1.5 1997/07/16 06:52:13 charnier Exp $ +.\" $Id: keyinfo.1,v 1.6 1998/03/23 07:43:53 charnier Exp $ .\" .Dd April 26, 1996 .Dt KEYINFO 1 diff --git a/usr.bin/keyinfo/keyinfo.pl b/usr.bin/keyinfo/keyinfo.pl index 260a72479f98..631c9d6b0486 100644 --- a/usr.bin/keyinfo/keyinfo.pl +++ b/usr.bin/keyinfo/keyinfo.pl @@ -3,7 +3,7 @@ # Search /etc/skeykeys for the skey string for this user OR user specified # in 1st parameter. # -# $Id$ +# $Id: keyinfo.pl,v 1.3 1997/02/22 19:55:21 peter Exp $ # die "usage: keyinfo [user]\n" unless $#ARGV < 1; diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index 1c3b861ab67c..12ff1894b18c 100644 --- a/usr.bin/keylogin/Makefile +++ b/usr.bin/keylogin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1997/12/16 17:37:17 bde Exp $ PROG= keylogin diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index e3743ad6029e..555b8e0568cb 100644 --- a/usr.bin/keylogout/Makefile +++ b/usr.bin/keylogout/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1997/12/16 17:37:23 bde Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index 86d391bc7070..3ee5ddc59f82 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: keylogout.c,v 1.2 1998/01/14 07:14:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 2e51e058bfbb..f26fbeeed0e2 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: killall.1,v 1.9 1997/11/01 15:06:40 wosch Exp $ +.\" $Id: killall.1,v 1.10 1998/03/23 07:44:10 charnier Exp $ .\" .Dd June 25, 1995 .Os FreeBSD 2.2 diff --git a/usr.bin/killall/killall.pl b/usr.bin/killall/killall.pl index e18489acf706..8ceb18692d4b 100755 --- a/usr.bin/killall/killall.pl +++ b/usr.bin/killall/killall.pl @@ -26,7 +26,7 @@ # # killall - kill processes by name # -# $Id: killall.pl,v 1.10 1998/08/30 16:54:58 wosch Exp $ +# $Id: killall.pl,v 1.11 1998/09/02 10:05:47 wosch Exp $ $ENV{'PATH'} = '/bin:/usr/bin'; # security diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index b551a37d461a..84e45efece83 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 1.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.4 1997/02/22 19:55:27 peter Exp $ +# $Id: Makefile,v 1.5 1997/12/06 23:40:13 wosch Exp $ PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 6708e3ca7d2d..e39921bd3c87 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93 -.\" $Id: ktrace.1,v 1.6 1997/04/27 08:45:45 jmg Exp $ +.\" $Id: ktrace.1,v 1.7 1997/11/24 07:23:59 charnier Exp $ .\" .Dd June 6, 1993 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index f96c4fd45744..2c0310948429 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ktrace.c,v 1.10 1997/03/29 04:30:16 imp Exp $"; + "$Id: ktrace.c,v 1.11 1997/07/17 06:45:22 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 8af26bab5cfa..d073920be788 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: subr.c,v 1.5 1997/02/22 19:55:28 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/kzip/Makefile b/usr.bin/kzip/Makefile index 7c9f8c3b438f..55107d409a0a 100644 --- a/usr.bin/kzip/Makefile +++ b/usr.bin/kzip/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 19:55:30 peter Exp $ PROG= kzip MAN8= kzip.8 diff --git a/usr.bin/kzip/kzip.8 b/usr.bin/kzip/kzip.8 index 14c52f4e352b..e6890741f7d5 100644 --- a/usr.bin/kzip/kzip.8 +++ b/usr.bin/kzip/kzip.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: kzip.8,v 1.4 1997/07/18 06:40:44 charnier Exp $ +.\" $Id: kzip.8,v 1.5 1998/03/23 07:44:18 charnier Exp $ .\" .Dd August 15, 1996 .Os diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 74bd701751da..ef178731899f 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kzip.c,v 1.11 1998/06/01 18:34:19 jhay Exp $"; + "$Id: kzip.c,v 1.12 1998/09/14 11:32:52 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 599337a71855..cdb47ef7bbd2 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: lam.c,v 1.2 1997/07/18 06:43:15 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 7e84c7ded476..e069a70ae7e5 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 -.\" $Id: lastcomm.1,v 1.5 1997/02/22 19:55:32 peter Exp $ +.\" $Id: lastcomm.1,v 1.6 1997/07/21 12:01:45 charnier Exp $ .\" .Dd September 18, 1996 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 64aae8fa4860..e3899046e39a 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: lastcomm.c,v 1.9 1997/07/21 12:01:47 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index a3a726944965..d06f9e992dc6 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/06/12 14:11:15 peter Exp $ +# $Id: Makefile,v 1.10 1998/09/16 09:31:48 dfr Exp $ PROG= ldd SRCS= ldd.c diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index 860b05336296..1accc5dbbfed 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ldd.c,v 1.16 1998/08/30 18:30:59 jdp Exp $ + * $Id: ldd.c,v 1.17 1998/09/16 09:31:48 dfr Exp $ */ #include <sys/types.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index 70784e6258b0..de1ae08da502 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sods.c,v 1.7 1998/05/01 08:40:11 dfr Exp $ + * $Id: sods.c,v 1.8 1998/09/16 09:31:48 dfr Exp $ */ #include <assert.h> diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 4c6129171217..1247b75ccad7 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.2 1998/01/06 17:27:08 helbig Exp $ PROG= leave CFLAGS+=-Wall diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index c39269692683..05f56daf243f 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: leave.c,v 1.3 1998/01/06 17:27:09 helbig Exp $"; + "$Id: leave.c,v 1.4 1998/04/14 00:23:54 steve Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 6c9a950008e2..21ad8ef1f851 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,4 +1,4 @@ -// $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $ +// $Header: /home/ncvs/src/usr.bin/lex/FlexLexer.h,v 1.1.1.2 1996/06/19 20:25:59 nate Exp $ // FlexLexer.h -- define interfaces for lexical analyzer classes generated // by flex diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 5d98811d4840..51eebce95fa7 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1997/10/05 09:39:58 jkh Exp $ +# $Id: Makefile,v 1.12 1998/05/04 19:10:20 bde Exp $ # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index fe28463923e0..d608b61b4118 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/ccl.c,v 1.3 1996/06/19 20:47:00 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index dc4481c4a050..94fa6cb4df0f 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,5 +1,5 @@ /* config.h. Generated automatically by configure. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/config.h,v 1.2 1996/06/19 20:47:02 nate Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 3647c2c23f59..1ee1f5579998 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.1.1.2 1996/06/19 20:26:04 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.3 1996/06/19 20:47:04 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 10b167c5898c..4c16e470b059 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/ecs.c,v 1.3 1996/06/19 20:47:05 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 8dee386e266b..f47c957c7632 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/ncvs/src/usr.bin/lex/flex.skl,v 1.1.1.2 1996/06/19 20:26:06 nate Exp $ + * $Header: /home/ncvs/src/usr.bin/lex/flex.skl,v 1.2 1996/12/14 05:48:43 steve Exp $ */ #define FLEX_SCANNER diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 3969fdfbb763..85f5f0419db0 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $Header: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.1.1.2 1996/06/19 20:26:08 nate Exp $ (LBL) */ +/* @(#) $Header: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.3 1996/06/19 20:47:07 nate Exp $ (LBL) */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 08f400abbe16..a6254c369dcf 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/gen.c,v 1.1.1.2 1996/06/19 20:26:10 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/gen.c,v 1.3 1996/06/19 20:47:10 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index f5e9dd13baf5..9c4f5cd7e0da 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3 1996/06/19 20:47:13 nate Exp $ + * $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.4 1996/12/14 05:48:46 steve Exp $ */ #define FLEX_SCANNER @@ -1270,7 +1270,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3 1996/06/19 20:47:13 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.4 1996/12/14 05:48:46 steve Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 8fd744f3c9e8..2d2804e1d7f3 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 19:55:36 peter Exp $ +# $Id: Makefile,v 1.6 1997/06/29 06:03:34 pst Exp $ LIB= ln SRCS= libmain.c libyywrap.c diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 6c43b085fb64..aa4591fe4952 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,6 +1,6 @@ /* libmain - flex run-time support library "main" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/lib/libmain.c,v 1.1.1.2 1996/06/19 20:26:48 nate Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index b18f54e6e8f9..8c347542cd83 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,6 +1,6 @@ /* libyywrap - flex run-time support library "yywrap" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/lib/libyywrap.c,v 1.2 1996/06/19 20:48:06 nate Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index a7e9d582b6fa..4b6945deb8eb 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -32,7 +32,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.3 1996/06/19 20:47:29 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.5 1998/10/01 19:40:27 dt Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 34c67c5edd71..bdf6f00f262d 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/misc.c,v 1.1.1.2 1996/06/19 20:26:19 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/misc.c,v 1.3 1996/06/19 20:47:33 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 5fbec9aeefea..b40041d9300e 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/nfa.c,v 1.1.1.2 1996/06/19 20:26:24 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/nfa.c,v 1.3 1996/06/19 20:47:36 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index 8dbd12581eee..74b00b4ae3d1 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -33,7 +33,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/parse.y,v 1.1.1.2 1996/06/19 20:26:27 nate Exp $ */ /* Some versions of bison are broken in that they use alloca() but don't diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index 2db8d78559c7..103170a0205e 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,7 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/scan.l,v 1.2 1996/06/19 22:25:32 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/scan.l,v 1.3 1996/12/14 05:48:47 steve Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/skel.c b/usr.bin/lex/skel.c index 962c830e03f4..f7d19866e390 100644 --- a/usr.bin/lex/skel.c +++ b/usr.bin/lex/skel.c @@ -6,7 +6,7 @@ const char *skel[] = { "/* A lexical scanner generated by flex */", "", "/* Scanner skeleton version:", - " * $Header: /home/ncvs/src/usr.bin/lex/skel.c,v 1.1.1.2 1996/06/19 20:26:34 nate Exp $", + " * $Header: /home/ncvs/src/usr.bin/lex/skel.c,v 1.2 1996/12/14 05:48:48 steve Exp $", " */", "", "#define FLEX_SCANNER", diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 7e29aca66319..d001056f5968 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/sym.c,v 1.1.1.2 1996/06/19 20:26:39 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/sym.c,v 1.3 1996/06/19 20:47:39 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 738b76d1c72c..228c70451c4e 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.1.1.2 1996/06/19 20:26:43 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.3 1996/06/19 20:47:42 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 918d46867d34..0fca24089f3d 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/yylex.c,v 1.1.1.2 1996/06/19 20:26:46 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/yylex.c,v 1.3 1996/06/19 20:47:46 nate Exp $ */ #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 9a9dd5776b6c..0ea059ee0324 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.7 1998/05/08 14:46:23 max Exp $ +.\" $Id: limits.1,v 1.8 1998/06/04 21:05:58 steve Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index e2f8bef620e4..7d810a7ada49 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -20,7 +20,7 @@ * * Display/change(+runprogram)/eval resource limits. * - * $Id: limits.c,v 1.4 1997/05/10 19:00:58 davidn Exp $ + * $Id: limits.c,v 1.5 1997/07/21 12:06:18 charnier Exp $ */ #include <err.h> diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 45f82b93f8f8..6393292e805c 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:55:40 peter Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 0f80876250b2..db7c49e2cbda 100644 --- a/usr.bin/locate/Makefile.inc +++ b/usr.bin/locate/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.3 1997/02/22 19:55:40 peter Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index bcb016e24a7f..563fa54cb8e8 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1997/12/17 19:48:32 bde Exp $ PROG= locate.bigram NOMAN= noman diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 663428a0526d..84e1f6f6d419 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: locate.bigram.c,v 1.10 1997/02/22 19:55:42 peter Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 7e4c4fd573fe..06dd4eccfd5a 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1997/12/17 19:48:56 bde Exp $ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 47d20590dbad..c11df65bccc5 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.code.c,v 1.9 1997/02/22 19:55:43 peter Exp $ + * $Id: locate.code.c,v 1.10 1997/03/29 04:30:29 imp Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index c1b14bf657e9..faf6f2bd4167 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.10 1997/12/17 19:49:09 bde Exp $ PROG= locate SRCS= util.c locate.c diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh index 86251a33ca75..4c08bdb4deb0 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -30,7 +30,7 @@ # # Sequence of databases is important. # -# $Id: concatdb.sh,v 1.7 1998/03/08 15:28:32 wosch Exp $ +# $Id: concatdb.sh,v 1.8 1998/03/08 16:09:23 wosch Exp $ # The directory containing locate subprograms : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c index d886ffa55667..ce08b004e6db 100644 --- a/usr.bin/locate/locate/fastfind.c +++ b/usr.bin/locate/locate/fastfind.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fastfind.c,v 1.10 1997/07/21 12:08:13 charnier Exp $ + * $Id: fastfind.c,v 1.11 1997/09/23 12:47:47 wosch Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 2519a0722c7f..9d20664b48e2 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $Id: locate.1,v 1.10 1998/02/07 05:30:14 alex Exp $ +.\" $Id: locate.1,v 1.11 1998/05/15 11:22:38 jkoshy Exp $ .\" .Dd June 6, 1993 .Dt LOCATE 1 diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index 819d8a50c926..d9ee032694d3 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: locate.c,v 1.11 1997/07/21 12:08:14 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 9e997d447231..1c1a05650852 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)locate.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: locate.h,v 1.6 1997/02/22 19:55:48 peter Exp $ */ /* Symbolic constants shared by locate.c and code.c */ diff --git a/usr.bin/locate/locate/locate.rc b/usr.bin/locate/locate/locate.rc index e1f400083ba9..8ea6078af0a2 100644 --- a/usr.bin/locate/locate/locate.rc +++ b/usr.bin/locate/locate/locate.rc @@ -1,7 +1,7 @@ # # /etc/locate.rc - command script for updatedb(8) # -# $Id: locate.rc,v 1.6 1998/03/08 16:09:26 wosch Exp $ +# $Id: locate.rc,v 1.7 1998/11/29 00:57:03 wosch Exp $ # # All commented values are the defaults diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh index 864760e87ec7..92625609bd3b 100644 --- a/usr.bin/locate/locate/mklocatedb.sh +++ b/usr.bin/locate/locate/mklocatedb.sh @@ -28,7 +28,7 @@ # # usage: mklocatedb [-presort] < filelist > database # -# $Id: mklocatedb.sh,v 1.7 1998/03/08 16:09:28 wosch Exp $ +# $Id: mklocatedb.sh,v 1.8 1998/11/29 00:59:20 wosch Exp $ # The directory containing locate subprograms : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh index 29c30bc902d5..c060053ec210 100644 --- a/usr.bin/locate/locate/updatedb.sh +++ b/usr.bin/locate/locate/updatedb.sh @@ -26,7 +26,7 @@ # # updatedb - update locate database for local mounted filesystems # -# $Id: updatedb.sh,v 1.11 1998/06/18 09:26:22 wosch Exp $ +# $Id: updatedb.sh,v 1.12 1998/11/29 14:46:35 wosch Exp $ LOCATE_CONFIG="/etc/locate.rc" if [ -f "$LOCATE_CONFIG" -a -r "$LOCATE_CONFIG" ]; then diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index 87ad02f10574..e68ce625cf9e 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.4 1997/02/22 19:55:50 peter Exp $ + * $Id: util.c,v 1.5 1997/07/21 12:08:14 charnier Exp $ */ diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 786c31ac762b..083cb505a537 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: lock.c,v 1.4 1997/07/21 12:09:34 charnier Exp $"; + "$Id: lock.c,v 1.5 1998/06/29 16:58:36 bde Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 47fb6ab863e1..8613e801e624 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:55:53 peter Exp $ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 36b50de0cc84..cd9b3b30a6da 100644 --- a/usr.bin/lockf/lockf.1 +++ b/usr.bin/lockf/lockf.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: lockf.1,v 1.5 1998/03/23 07:44:28 charnier Exp $ +.\" $Id: lockf.1,v 1.6 1998/07/08 05:29:04 jdp Exp $ .\" .Dd July 7, 1998 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 76b4870634dd..3e94a922b49b 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lockf.c,v 1.6 1997/07/22 07:32:23 charnier Exp $ + * $Id: lockf.c,v 1.7 1998/07/08 05:29:05 jdp Exp $ */ #include <sys/types.h> diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index c272ae269305..0c4e53eb9376 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: logger.c,v 1.4 1997/07/22 07:33:48 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index b685d75b4460..d22812286deb 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.28 1999/01/22 12:44:55 jdp Exp $ +# $Id: Makefile,v 1.27.2.1 1999/01/22 18:41:00 jdp Exp $ PROG= login MAN1= login.1 diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 8c1ef2adb02c..ffa2500a4a97 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 -.\" $Id: login.1,v 1.12 1998/12/01 17:05:08 dillon Exp $ +.\" $Id: login.1,v 1.13 1999/01/11 09:07:42 asami Exp $ .\" .Dd May 5, 1994 .Dt LOGIN 1 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 3ee0c749b8b8..d3cc4f13a488 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: login.c,v 1.44 1999/01/03 23:39:33 eivind Exp $"; + "$Id: login.c,v 1.45 1999/01/19 22:59:37 abial Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index d8de2ce01f46..11882882705d 100644 --- a/usr.bin/logname/logname.1 +++ b/usr.bin/logname/logname.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logname.1 8.1 (Berkeley) 6/9/93 -.\" $Id: logname.1,v 1.3 1997/04/27 08:45:45 jmg Exp $ +.\" $Id: logname.1,v 1.4 1997/06/23 04:03:06 steve Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index ddca4d02f698..6b9571a2e88f 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: look.c,v 1.9 1997/09/15 11:02:10 jkh Exp $"; + "$Id: look.c,v 1.10 1998/08/31 16:38:23 wosch Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 3b25443ca3a2..f2695e9228b3 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:55:58 peter Exp $ PROG= lsvfs .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 3bd508350a33..3074cde08f1a 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $Id: lsvfs.1,v 1.5 1997/02/22 19:55:59 peter Exp $ +.\" $Id: lsvfs.1,v 1.6 1998/08/29 13:53:22 bde Exp $ .\" Garrett A. Wollman, September 1994 .\" This file is in the public domain. .\" diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 00bef3f14a0c..927432dcf9af 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -3,7 +3,7 @@ * Garrett A. Wollman, September 1994 * This file is in the public domain. * - * $Id: lsvfs.c,v 1.10 1998/01/17 16:24:27 bde Exp $ + * $Id: lsvfs.c,v 1.11 1998/08/29 13:53:22 bde Exp $ */ #define _NEW_VFSCONF diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 5c51141e71b3..674d92a20b26 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: eval.c,v 1.8 1997/08/18 21:01:45 jlemon Exp $"; + "$Id: eval.c,v 1.9 1998/09/07 22:09:13 steve Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 30b0c24f205d..b8f41dd376b0 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" -.\" @(#) $Id: m4.1,v 1.6 1998/06/26 14:25:18 rnordier Exp $ +.\" @(#) $Id: m4.1,v 1.7 1998/12/13 23:15:50 steve Exp $ .\" .Dd January 26, 1993 .Dt m4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index d95f1f2215f6..ae1fef3bd468 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.5 1997/07/23 06:50:06 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 9e9c70e87698..bc6dba266f53 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.4 1997/07/23 06:50:06 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 81ea50be8861..3c101b368d57 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.2 (Berkeley) 12/30/93 -.\" $Id: mail.1,v 1.14 1998/01/02 16:43:49 joerg Exp $ +.\" $Id: mail.1,v 1.15 1998/04/14 00:59:29 steve Exp $ .\" .Dd December 30, 1993 .Dt MAIL 1 diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 5101a74931ef..9ad1f1ff0ed6 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: temp.c,v 1.4 1998/10/10 09:58:20 thepish Exp $"; + "$Id: temp.c,v 1.5 1998/10/10 19:01:47 bde Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 7a9b432e0706..80a7be56e590 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id$ +# $Id: Makefile,v 1.10 1997/02/22 19:27:05 peter Exp $ PROG= make CFLAGS+= -I${.CURDIR} diff --git a/usr.bin/make/PSD.doc/Makefile b/usr.bin/make/PSD.doc/Makefile index 432ff314964e..6a12fe6fc250 100644 --- a/usr.bin/make/PSD.doc/Makefile +++ b/usr.bin/make/PSD.doc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:27:31 peter Exp $ DIR= psd/12.make SRCS= tutorial.ms diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 31de37865ec1..6776bc202377 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 -.\" $Id: tutorial.ms,v 1.6 1997/02/22 19:27:31 peter Exp $ +.\" $Id: tutorial.ms,v 1.7 1997/11/23 02:02:39 jraynard Exp $ .\" .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index e886af095b62..b201ba82dea5 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: arch.c,v 1.9 1998/10/15 13:00:34 jkoshy Exp $ + * $Id: arch.c,v 1.10 1998/10/15 16:09:56 jdp Exp $ */ #ifndef lint diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 462cbeff0713..c2fcb97ea081 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: buf.c,v 1.8 1997/02/22 19:27:06 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 562739d55765..5ecb7291dead 100644 --- a/usr.bin/make/buf.h +++ b/usr.bin/make/buf.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)buf.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: buf.h,v 1.7 1997/02/22 19:27:06 peter Exp $ */ /*- diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 284e786c1e15..293a13092f51 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: compat.c,v 1.11 1998/08/24 10:15:53 cracauer Exp $ + * $Id: compat.c,v 1.12 1998/09/09 05:15:38 jkoshy Exp $ */ #ifndef lint diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index d5c1fc2dc6ca..dd5086a49d1c 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cond.c,v 1.7 1997/02/22 19:27:07 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 3d44e2e07e12..d702d8ba35e0 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)config.h 8.1 (Berkeley) 6/6/93 - * $Id: config.h,v 1.6 1997/02/22 19:27:08 peter Exp $ + * $Id: config.h,v 1.7 1998/09/09 08:29:15 jb Exp $ */ #define DEFSHELL 1 /* Bourne shell */ diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 9fcf94f91ca3..bc750b3d7509 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: dir.c,v 1.7 1997/02/22 19:27:08 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 62687c5e57e3..fa5ef6bb1df4 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)dir.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: dir.h,v 1.6 1997/02/22 19:27:09 peter Exp $ */ /* dir.h -- diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 3d8617f1420f..4f86171ef53e 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: for.c,v 1.7 1997/02/22 19:27:09 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index a8250a41402e..3bf091d4db7c 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: hash.c,v 1.6 1997/02/22 19:27:10 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 6e88ed8f44d9..ec916ca2d487 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)hash.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: hash.h,v 1.7 1997/02/22 19:27:10 peter Exp $ */ /* hash.h -- diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index aa42d585369f..fa46241a2b43 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: job.c,v 1.10 1998/08/24 10:15:53 cracauer Exp $ + * $Id: job.c,v 1.11 1998/11/14 16:15:04 dg Exp $ */ #ifndef lint diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 2d3e9619d41d..624dc0c840bd 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)job.h 8.1 (Berkeley) 6/6/93 - * $Id: job.h,v 1.7 1997/02/22 19:27:12 peter Exp $ + * $Id: job.h,v 1.8 1997/04/21 20:32:11 phk Exp $ */ /*- diff --git a/usr.bin/make/list.h b/usr.bin/make/list.h index fef964250586..6d45a1d7b1b5 100644 --- a/usr.bin/make/list.h +++ b/usr.bin/make/list.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)list.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: list.h,v 1.7 1997/02/22 19:27:12 peter Exp $ */ /* diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 2d1d8674bc41..4d4b0a0d6ea4 100644 --- a/usr.bin/make/lst.h +++ b/usr.bin/make/lst.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)lst.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: lst.h,v 1.7 1997/02/22 19:27:13 peter Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index e936f730826b..0882ddfa8e38 100644 --- a/usr.bin/make/lst.lib/lstAppend.c +++ b/usr.bin/make/lst.lib/lstAppend.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstAppend.c,v 1.5 1997/02/22 19:27:33 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index c4f7480963df..ae2d2ebc06cf 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstAtEnd.c,v 1.5 1997/02/22 19:27:33 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 720e6635e17a..51383401fea9 100644 --- a/usr.bin/make/lst.lib/lstAtFront.c +++ b/usr.bin/make/lst.lib/lstAtFront.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstAtFront.c,v 1.5 1997/02/22 19:27:34 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c index f28119f056d1..d240d4c5bebf 100644 --- a/usr.bin/make/lst.lib/lstClose.c +++ b/usr.bin/make/lst.lib/lstClose.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstClose.c,v 1.5 1997/02/22 19:27:34 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index 5cb8a67f63bb..8074f09f2c18 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstConcat.c,v 1.6 1997/02/22 19:27:35 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index ec7d11c91e68..3ce6fcca5803 100644 --- a/usr.bin/make/lst.lib/lstDatum.c +++ b/usr.bin/make/lst.lib/lstDatum.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDatum.c,v 1.4 1997/02/22 19:27:35 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index 62335022c838..59e32152c6ad 100644 --- a/usr.bin/make/lst.lib/lstDeQueue.c +++ b/usr.bin/make/lst.lib/lstDeQueue.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDeQueue.c,v 1.5 1997/02/22 19:27:36 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index e2414522ac61..3c4fc06eecdd 100644 --- a/usr.bin/make/lst.lib/lstDestroy.c +++ b/usr.bin/make/lst.lib/lstDestroy.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDestroy.c,v 1.6 1997/02/22 19:27:36 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c index cc5e75e1ebb1..faa6e22731f2 100644 --- a/usr.bin/make/lst.lib/lstDupl.c +++ b/usr.bin/make/lst.lib/lstDupl.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDupl.c,v 1.6 1997/02/22 19:27:36 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c index d7627f33b3e5..e7a81406a87d 100644 --- a/usr.bin/make/lst.lib/lstEnQueue.c +++ b/usr.bin/make/lst.lib/lstEnQueue.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstEnQueue.c,v 1.5 1997/02/22 19:27:37 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index fbbae6689410..d81d293cdc6c 100644 --- a/usr.bin/make/lst.lib/lstFind.c +++ b/usr.bin/make/lst.lib/lstFind.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstFind.c,v 1.5 1997/02/22 19:27:37 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index 6c64cf1483fe..39177c2c9d54 100644 --- a/usr.bin/make/lst.lib/lstFindFrom.c +++ b/usr.bin/make/lst.lib/lstFindFrom.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstFindFrom.c,v 1.6 1997/02/22 19:27:38 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index e7a30397d555..acfac797e5b7 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstFirst.c,v 1.4 1997/02/22 19:27:38 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index 1688e9d36d7c..9d8c37bce0b2 100644 --- a/usr.bin/make/lst.lib/lstForEach.c +++ b/usr.bin/make/lst.lib/lstForEach.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstForEach.c,v 1.5 1997/02/22 19:27:39 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index 7692c57e7806..ec48c64bebe2 100644 --- a/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr.bin/make/lst.lib/lstForEachFrom.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstForEachFrom.c,v 1.6 1997/02/22 19:27:39 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c index a16fca27c458..b38b814de916 100644 --- a/usr.bin/make/lst.lib/lstInit.c +++ b/usr.bin/make/lst.lib/lstInit.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstInit.c,v 1.5 1997/02/22 19:27:40 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c index 8c4ebcb30b04..d4aba2f4c68b 100644 --- a/usr.bin/make/lst.lib/lstInsert.c +++ b/usr.bin/make/lst.lib/lstInsert.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstInsert.c,v 1.5 1997/02/22 19:27:40 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h index 426094068099..a2f58d151187 100644 --- a/usr.bin/make/lst.lib/lstInt.h +++ b/usr.bin/make/lst.lib/lstInt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)lstInt.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: lstInt.h,v 1.5 1997/02/22 19:27:40 peter Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 2c480197c1e0..b2eeb7ffa998 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstIsAtEnd.c,v 1.4 1997/02/22 19:27:41 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index 6a9a7bdb5a29..a2d118537c0b 100644 --- a/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr.bin/make/lst.lib/lstIsEmpty.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstIsEmpty.c,v 1.4 1997/02/22 19:27:41 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 49b2f8e39adc..5671f061e06c 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstLast.c,v 1.4 1997/02/22 19:27:42 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c index cc5cb4f416d4..b2d1b3a06ebc 100644 --- a/usr.bin/make/lst.lib/lstMember.c +++ b/usr.bin/make/lst.lib/lstMember.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstMember.c,v 1.5 1997/02/22 19:27:42 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c index f6e2656e89ef..0a5090c1b553 100644 --- a/usr.bin/make/lst.lib/lstNext.c +++ b/usr.bin/make/lst.lib/lstNext.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstNext.c,v 1.5 1997/02/22 19:27:43 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index fbb7d0e7b298..b77eed783101 100644 --- a/usr.bin/make/lst.lib/lstOpen.c +++ b/usr.bin/make/lst.lib/lstOpen.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstOpen.c,v 1.4 1997/02/22 19:27:43 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c index e84d301ec626..f70d185348cf 100644 --- a/usr.bin/make/lst.lib/lstRemove.c +++ b/usr.bin/make/lst.lib/lstRemove.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstRemove.c,v 1.5 1997/02/22 19:27:43 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index a2dcb459da2d..ff3cb3f3560a 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstReplace.c,v 1.4 1997/02/22 19:27:44 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index b43a00cb4dc0..9bf3c059e1ce 100644 --- a/usr.bin/make/lst.lib/lstSucc.c +++ b/usr.bin/make/lst.lib/lstSucc.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstSucc.c,v 1.4 1997/02/22 19:27:44 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 02447e5c42c6..d884c1dcb544 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.28 1998/11/14 16:15:04 dg Exp $"; + "$Id: main.c,v 1.29 1998/11/15 05:55:58 bde Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index e4f86fba1dbb..ead4731dba41 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.15 1998/11/15 05:51:55 bde Exp $ +.\" $Id: make.1,v 1.16 1998/11/29 13:46:39 pds Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index c9c4b611126b..84ecbb1cdc1f 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: make.c,v 1.8 1997/02/22 19:27:16 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 52d01db9f60d..57606c1a8fc5 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)make.h 8.3 (Berkeley) 6/13/95 - * $Id: make.h,v 1.7 1997/02/22 19:27:16 peter Exp $ + * $Id: make.h,v 1.8 1998/11/14 16:15:04 dg Exp $ */ /*- diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index 1c56450dbc72..fe46e0b990e8 100644 --- a/usr.bin/make/nonints.h +++ b/usr.bin/make/nonints.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)nonints.h 8.3 (Berkeley) 3/19/94 - * $Id$ + * $Id: nonints.h,v 1.6 1997/02/22 19:27:17 peter Exp $ */ /* arch.c */ diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index fda738a8a6a9..e9cb2cc26902 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; #endif static const char rcsid[] = - "$Id: parse.c,v 1.19 1998/05/25 03:28:37 steve Exp $"; + "$Id: parse.c,v 1.20 1999/01/08 18:37:34 jkh Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 4405682936d1..10201902042d 100644 --- a/usr.bin/make/pathnames.h +++ b/usr.bin/make/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 - * $Id$ + * $Id: pathnames.h,v 1.7 1997/02/22 19:27:20 peter Exp $ */ #define _PATH_OBJDIR "obj" diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h index d2646f4ba4fa..d562df064db8 100644 --- a/usr.bin/make/sprite.h +++ b/usr.bin/make/sprite.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)sprite.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: sprite.h,v 1.7 1997/02/22 19:27:21 peter Exp $ */ /* diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 03ea87a5d473..13225ce5aa37 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: str.c,v 1.9 1997/02/22 19:27:23 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 040f9c560852..77c142331951 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: suff.c,v 1.8 1997/02/22 19:27:23 peter Exp $ + * $Id: suff.c,v 1.9 1998/04/26 09:44:48 phk Exp $ */ #ifndef lint diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 3fdc65b2ed18..db8dcbc26ca5 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: targ.c,v 1.7 1997/02/22 19:27:24 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 62b0e79dab60..c06aedc78f80 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -3,7 +3,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: util.c,v 1.4 1997/02/22 19:27:24 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 0ae601d7a50c..13b783834137 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: var.c,v 1.10 1997/09/29 03:53:53 imp Exp $ + * $Id: var.c,v 1.11 1998/06/02 13:11:04 thepish Exp $ */ #ifndef lint diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 2dce0b1651f9..75f5686aea43 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mesg.1 8.1 (Berkeley) 6/6/93 -.\" $Id: mesg.1,v 1.5 1997/03/29 20:01:59 mpp Exp $ +.\" $Id: mesg.1,v 1.6 1997/07/24 06:59:00 charnier Exp $ .\" .Dd June 6, 1993 .Dt MESG 1 diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 5faffa4a7ef2..9b4bb8fb66eb 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mesg.c,v 1.3 1997/07/24 06:59:00 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile index 4d7fff388e33..c9b3b0b2be1b 100644 --- a/usr.bin/minigzip/Makefile +++ b/usr.bin/minigzip/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/12/13 09:57:48 msmith Exp $ +# $Id: Makefile,v 1.2 1997/12/13 15:57:55 bde Exp $ PROG= minigzip LDADD+= -lz diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1 index 7ace82cbf4e5..285bec9bb9d6 100644 --- a/usr.bin/minigzip/minigzip.1 +++ b/usr.bin/minigzip/minigzip.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: minigzip.1,v 1.1.1.1 1997/12/13 09:57:48 msmith Exp $ +.\" $Id: minigzip.1,v 1.2 1998/01/05 07:14:54 charnier Exp $ .\" .Dd December 13, 1997 .Dt MINIGZIP 1 diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile index 8cc838403d60..9bd8d05fee9a 100644 --- a/usr.bin/mk_cmds/Makefile +++ b/usr.bin/mk_cmds/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/05/04 20:09:03 bde Exp $ +# $Id: Makefile,v 1.7 1998/05/05 13:16:24 bde Exp $ PROG= mk_cmds SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l y.tab.h diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index ff4e2f360131..2c03c1682d09 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93 -# $Id: mkdep.gcc.sh,v 1.14 1998/08/24 10:16:39 cracauer Exp $ +# $Id: mkdep.gcc.sh,v 1.17 1998/09/13 09:39:39 obrien Exp $ D=.depend # default dependency file is .depend append=0 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index 3aa3ee993051..e67c31cb7361 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 -.\" $Id$ +.\" $Id: mkfifo.1,v 1.4 1997/04/27 08:45:45 jmg Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 1172cb7003d0..b4a7250345e7 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mkfifo.c,v 1.3 1997/07/24 07:02:55 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 41933a9c1a5d..e7a66b78a32b 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/7/93 -# $Id: Makefile,v 1.18 1998/05/04 20:09:03 bde Exp $ +# $Id: Makefile,v 1.19 1998/05/05 13:16:28 bde Exp $ PROG= mklocale SRCS= yacc.y lex.l y.tab.h diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile index 5e9075d3204b..faa8a5601db1 100644 --- a/usr.bin/mklocale/data/Makefile +++ b/usr.bin/mklocale/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1998/08/15 12:51:48 phk Exp $ +# $Id: Makefile,v 1.17 1998/12/14 02:59:15 dillon Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} diff --git a/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src b/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src index 3f9ad913e06a..980775948957 100644 --- a/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src +++ b/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src @@ -1,7 +1,7 @@ /* * LOCALE_CTYPE for the iso_8859_2 Locale * - * $Id$ + * $Id: lt_LN.ISO_8859-2.src,v 1.1 1997/02/28 19:51:39 wosch Exp $ */ ENCODING "NONE" diff --git a/usr.bin/mklocale/data/zh_CN.EUC.src b/usr.bin/mklocale/data/zh_CN.EUC.src index 1680f3cc1998..ddfd63431cb9 100644 --- a/usr.bin/mklocale/data/zh_CN.EUC.src +++ b/usr.bin/mklocale/data/zh_CN.EUC.src @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: zh_CN.EUC.src,v 1.1 1998/08/10 09:49:42 phk Exp $ + * $Id: zh_CN.EUC.src,v 1.2 1998/08/15 12:36:22 phk Exp $ */ ENCODING "EUC" diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 588af2c20760..9eb8428e3cac 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mkstr.c,v 1.2 1997/07/24 07:05:02 charnier Exp $"; + "$Id: mkstr.c,v 1.3 1998/02/20 04:45:33 jb Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile index 76ebee6f360b..8e5be6867bbd 100644 --- a/usr.bin/mktemp/Makefile +++ b/usr.bin/mktemp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mktemp/Makefile,v 1.1 1998/04/14 07:39:56 peter Exp $ PROG= mktemp diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 2c3ee454ada0..e03f19e8ddc7 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mktemp/mktemp.1,v 1.3 1998/08/31 16:41:08 wosch Exp $ .\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index 381872d45ee4..9a9a68441651 100644 --- a/usr.bin/mktemp/mktemp.c +++ b/usr.bin/mktemp/mktemp.c @@ -43,7 +43,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mktemp/mktemp.c,v 1.2 1998/05/05 06:13:47 charnier Exp $"; #endif /* not lint */ static void usage __P((void)); diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile index 5e238ce47d43..1f06c4634bc4 100644 --- a/usr.bin/modstat/Makefile +++ b/usr.bin/modstat/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:56:13 peter Exp $ # PROG= modstat diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index 2a1260ec179f..6391bad2ac63 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modstat.8,v 1.6 1997/07/28 07:01:00 charnier Exp $ +.\" $Id: modstat.8,v 1.7 1998/03/23 07:44:51 charnier Exp $ .\" .Dd June 7, 1993 .Dt MODSTAT 8 diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 42ebbcd08be5..b83975e1cc00 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: modstat.c,v 1.9 1997/07/28 07:01:02 charnier Exp $"; + "$Id: modstat.c,v 1.10 1998/02/12 23:58:54 bde Exp $"; #endif /* not lint */ #include <a.out.h> diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index e63efcf6009e..9bfaee3aedc8 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 19:56:17 peter Exp $ PROG= more CFLAGS+=-I${.CURDIR} -DTERMIOS diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c index 79fd849e2a36..9ab44789fe40 100644 --- a/usr.bin/more/option.c +++ b/usr.bin/more/option.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: option.c,v 1.4 1998/07/25 05:56:49 hoek Exp $"; + "$Id: option.c,v 1.5 1998/07/25 05:58:04 hoek Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 8613f79cb5ea..6132a613f7d4 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 19:56:19 peter Exp $ PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 74aa339c6662..8a7962d25d16 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: msgs.c,v 1.12 1998/07/09 14:06:54 ghelmer Exp $"; + "$Id: msgs.c,v 1.13 1998/07/14 19:07:30 ghelmer Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index b09a36b6d372..74e987accca0 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.2 1997/08/22 14:21:51 jmg Exp $ PROG= mt CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 862d048dfd67..d3a0f9751f73 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: mt.c,v 1.21 1999/02/05 02:46:21 mjacob Exp $"; + "$Id: mt.c,v 1.20.2.1 1999/02/05 08:19:03 mjacob Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile index 7d0212cbd0fe..934c565b2fd2 100644 --- a/usr.bin/ncal/Makefile +++ b/usr.bin/ncal/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/15 20:35:22 helbig Exp $ PROG= ncal SRCS= ncal.c diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index 635cc926ea33..c4f66811b586 100644 --- a/usr.bin/ncal/ncal.1 +++ b/usr.bin/ncal/ncal.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ncal.1,v 1.6 1998/03/23 07:45:08 charnier Exp $ +.\" $Id: ncal.1,v 1.7 1998/04/26 06:21:29 phk Exp $ .\" .Dd December 16, 1997 .Dt CAL 1 diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 995bdd1e7345..79314b65a782 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ncal.c,v 1.5 1998/01/07 07:46:33 charnier Exp $"; + "$Id: ncal.c,v 1.6 1998/01/15 10:23:34 helbig Exp $"; #endif /* not lint */ #include <calendar.h> diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 90ed87dbe5cd..e5415c48ba1f 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96"; */ static const char rcsid[] = - "$Id: atalk.c,v 1.10 1997/07/29 06:51:39 charnier Exp $"; + "$Id: atalk.c,v 1.11 1998/07/06 21:01:22 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index d4831185983f..01cab040bf47 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$Id: if.c,v 1.23 1997/02/22 19:56:21 peter Exp $"; + "$Id: if.c,v 1.24 1998/07/06 21:01:23 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 314ada559f81..75c85f18fa65 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$Id: inet.c,v 1.29 1998/06/09 04:13:01 imp Exp $"; + "$Id: inet.c,v 1.30 1998/07/06 21:01:23 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 215cbd0309b0..98497af33db5 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: ipx.c,v 1.9 1997/07/29 06:51:39 charnier Exp $"; + "$Id: ipx.c,v 1.10 1998/07/06 21:01:25 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index ade41449ce7c..937bf1ababfc 100644 --- a/usr.bin/netstat/iso.c +++ b/usr.bin/netstat/iso.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* - * $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.1.1.1 1994/05/27 12:32:25 rgrimes Exp $ + * $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.2 1995/04/09 05:33:17 davidg Exp $ * $Source: /home/ncvs/src/usr.bin/netstat/iso.c,v $ */ /******************************************************************************* diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 6680d0785fff..9b4feb0d01c8 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -42,7 +42,7 @@ char const copyright[] = static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.22 1998/08/08 08:13:04 phk Exp $"; + "$Id: main.c,v 1.23 1999/01/18 02:09:15 fenner Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 76e001fdc827..398d86b6e981 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mbuf.c,v 1.14 1998/08/23 15:23:11 gpalmer Exp $"; + "$Id: mbuf.c,v 1.15 1999/01/18 12:40:44 roberto Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 24b5a9b4e1ab..6cde5b1cd3a1 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: route.c,v 1.32 1998/07/06 20:52:08 bde Exp $"; + "$Id: route.c,v 1.33 1998/08/18 13:41:38 jb Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index e740df38995d..c0a2ed476256 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unix.c,v 1.9 1998/07/06 21:01:27 bde Exp $"; + "$Id: unix.c,v 1.10 1998/08/08 08:13:04 phk Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index e976b9a5bb9f..9176419d5b44 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/05/28 15:52:07 wpaul Exp $ +# $Id: Makefile,v 1.2 1997/12/16 17:43:15 bde Exp $ PROG= newkey SRCS= newkey.c update.c generic.c diff --git a/usr.bin/newkey/generic.c b/usr.bin/newkey/generic.c index 2c3ec1e8cbe1..5bff064a7507 100644 --- a/usr.bin/newkey/generic.c +++ b/usr.bin/newkey/generic.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)generic.c 1.2 91/03/11 Copyr 1986 Sun Micro"; #endif static const char rcsid[] = - "$Id$"; + "$Id: generic.c,v 1.2 1997/07/29 06:54:15 charnier Exp $"; #endif /* diff --git a/usr.bin/newkey/newkey.c b/usr.bin/newkey/newkey.c index dcf14ecab28e..21b854422c58 100644 --- a/usr.bin/newkey/newkey.c +++ b/usr.bin/newkey/newkey.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)newkey.c 1.8 91/03/11 Copyr 1986 Sun Micro"; #endif static const char rcsid[] = - "$Id$"; + "$Id: newkey.c,v 1.2 1997/07/29 06:54:16 charnier Exp $"; #endif /* diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c index 609977a593df..c770d0871664 100644 --- a/usr.bin/newkey/update.c +++ b/usr.bin/newkey/update.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; #endif static const char rcsid[] = - "$Id: update.c,v 1.3 1998/02/20 04:38:20 jb Exp $"; + "$Id: update.c,v 1.4 1998/10/13 14:52:31 des Exp $"; #endif /* diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 4d29692de52d..716c0529d29d 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nfsstat.1,v 1.6 1997/02/22 19:56:24 peter Exp $ +.\" $Id: nfsstat.1,v 1.7 1997/04/27 08:45:45 jmg Exp $ .\" .Dd June 6, 1993 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 3ba45c9cc0c0..3ef393173752 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -45,7 +45,7 @@ static char copyright[] = static char sccsid[] = "@(#)nfsstat.c 8.2 (Berkeley) 3/31/95"; #endif static const char rcsid[] = - "$Id: nfsstat.c,v 1.11 1998/10/24 19:36:52 msmith Exp $"; + "$Id: nfsstat.c,v 1.12 1998/10/25 10:59:44 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index c54163b8df57..b67ccf99392a 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nice.1,v 1.6 1997/07/21 23:05:06 wosch Exp $ +.\" $Id: nice.1,v 1.7 1998/03/23 07:45:40 charnier Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index a1f8b3c462fa..1e4de8e44f43 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nm.1,v 1.7 1997/02/22 19:56:28 peter Exp $ +.\" $Id: nm.1,v 1.8 1997/07/31 06:53:36 charnier Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index a1f8b3c462fa..648d19a5ae48 100644 --- a/usr.bin/nm/nm.1aout +++ b/usr.bin/nm/nm.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nm.1,v 1.7 1997/02/22 19:56:28 peter Exp $ +.\" $Id: nm.1aout,v 1.8 1997/07/31 06:53:36 charnier Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 1e6cbc5d6de6..cd774187234b 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: nm.c,v 1.11 1997/07/31 06:53:36 charnier Exp $"; + "$Id: nm.c,v 1.12 1998/07/06 21:45:12 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 7b32e2ff02ae..39fef3820ab2 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: nohup.c,v 1.2 1997/07/31 06:54:45 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index a56fdd4f8b8c..6d63e05c1d19 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.14 1998/11/01 02:37:40 jdp Exp $ PROG= objformat CFLAGS+= -Wall diff --git a/usr.bin/objformat/objformat.1 b/usr.bin/objformat/objformat.1 index fe924450f026..29c8cbb1f2b5 100644 --- a/usr.bin/objformat/objformat.1 +++ b/usr.bin/objformat/objformat.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: kzip.8,v 1.5 1998/03/23 07:44:18 charnier Exp $ +.\" $Id: objformat.1,v 1.1 1998/10/25 13:25:42 obrien Exp $ .\" .Dd October 25, 1998 .Os diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index 8d75f5ea64ae..d5a5d4e1f29d 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/objformat/objformat.c,v 1.6 1998/10/24 02:01:30 jdp Exp $ */ #include <err.h> diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 1e3f9778feb3..2267994038d2 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:30 peter Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index de04e8daa6e0..7da2d655e766 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:31 peter Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index bb52c8229bcd..3e1cedf6eb7e 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:32 peter Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index 4c7aeea75e08..be04db0e6e58 100644 --- a/usr.bin/pagesize/pagesize.sh +++ b/usr.bin/pagesize/pagesize.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)pagesize.sh 8.1 (Berkeley) 4/3/94 -# $Id$ +# $Id: pagesize.sh,v 1.4 1997/02/22 19:56:33 peter Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index f01fe6ddef29..c1b327e138ac 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id: Makefile,v 1.30 1998/09/19 22:42:04 obrien Exp $ +# $Id: Makefile,v 1.30.2.1 1999/02/14 14:09:44 des Exp $ PROG= passwd SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \ diff --git a/usr.bin/passwd/extern.h b/usr.bin/passwd/extern.h index 7a4bd127c98d..c15148a626f8 100644 --- a/usr.bin/passwd/extern.h +++ b/usr.bin/passwd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 4/2/94 - * $Id$ + * $Id: extern.h,v 1.4 1997/02/22 19:56:34 peter Exp $ */ int krb_passwd __P((char *, char *, char *, char *)); diff --git a/usr.bin/passwd/local_passwd.c b/usr.bin/passwd/local_passwd.c index 6269d1ed1b47..ed373baafc13 100644 --- a/usr.bin/passwd/local_passwd.c +++ b/usr.bin/passwd/local_passwd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: local_passwd.c,v 1.19 1998/03/07 21:42:07 ache Exp $ + * $Id: local_passwd.c,v 1.20 1998/05/19 03:48:07 jkoshy Exp $ */ #ifndef lint diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 96288119ea93..b10128ca731b 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)passwd.1 8.1 (Berkeley) 6/6/93 -.\" $Id: passwd.1,v 1.10 1998/10/09 06:38:33 markm Exp $ +.\" $Id: passwd.1,v 1.11 1998/11/30 22:41:58 billf Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 19a18309ace9..58b81f575e77 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)passwd.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: passwd.c,v 1.14 1998/03/23 14:14:24 bde Exp $"; + "$Id: passwd.c,v 1.15 1998/10/09 06:38:33 markm Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 7e14a56b7799..e30558936d43 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: paste.c,v 1.4 1997/08/05 03:40:04 asami Exp $"; + "$Id: paste.c,v 1.5 1998/02/20 04:21:46 jb Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 74d6d7c8f454..b71e5ef6ef4f 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pr.1 8.3 (Berkeley) 4/18/94 -.\" $Id: pr.1,v 1.4 1997/02/22 19:56:37 peter Exp $ +.\" $Id: pr.1,v 1.5 1997/08/04 06:39:19 charnier Exp $ .\" .Dd April 18, 1994 .Dt PR 1 diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index c9bdb10412ad..8725e3ff7494 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 -.\" $Id: quota.1,v 1.5 1997/02/22 19:56:38 peter Exp $ +.\" $Id: quota.1,v 1.6 1997/08/04 06:45:11 charnier Exp $ .\" .Dd June 6, 1993 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index c9a15eebb473..af9ac1405d9a 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: quota.c,v 1.9 1998/06/09 04:30:54 imp Exp $"; + "$Id: quota.c,v 1.10 1998/06/11 03:47:29 ache Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 60ba526cff88..4e43c7342649 100644 --- a/usr.bin/ranlib/Makefile +++ b/usr.bin/ranlib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.6 1998/10/10 12:48:48 bde Exp $ PROG= ranlib SRCS= archive.c build.c misc.c ranlib.c touch.c diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index eedb7215d08d..16f26283d99e 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)build.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: build.c,v 1.6 1997/08/04 06:48:23 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 97e970de1140..086017fd1270 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.4 1997/08/04 06:48:23 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index 2d37924b7668..d1bee62b1625 100644 --- a/usr.bin/ranlib/ranlib.1 +++ b/usr.bin/ranlib/ranlib.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $Id: ranlib.1,v 1.5 1997/02/22 19:56:39 peter Exp $ +.\" $Id: ranlib.1,v 1.6 1997/08/04 06:48:23 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.1aout b/usr.bin/ranlib/ranlib.1aout index 2d37924b7668..b1f040ac956c 100644 --- a/usr.bin/ranlib/ranlib.1aout +++ b/usr.bin/ranlib/ranlib.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $Id: ranlib.1,v 1.5 1997/02/22 19:56:39 peter Exp $ +.\" $Id: ranlib.1aout,v 1.6 1997/08/04 06:48:23 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 0b60eb1c68cc..eba319f403cc 100644 --- a/usr.bin/ranlib/ranlib.c +++ b/usr.bin/ranlib/ranlib.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ranlib.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ranlib.c,v 1.4 1997/08/04 06:48:24 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index bfb10f727616..1496fcbf5436 100644 --- a/usr.bin/ranlib/touch.c +++ b/usr.bin/ranlib/touch.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: touch.c,v 1.4 1997/08/04 06:48:25 charnier Exp $"; + "$Id: touch.c,v 1.5 1998/07/06 21:01:29 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index 9aae11958470..b8b74d107cb9 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 7/19/93 -# $Id$ +# $Id: Makefile,v 1.5 1998/05/04 19:25:41 bde Exp $ PROG= rdist SRCS= docmd.c expand.c gram.y lookup.c main.c rshrcmd.c server.c diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c index 2da37c6efd01..a5ef503f3d09 100644 --- a/usr.bin/rdist/docmd.c +++ b/usr.bin/rdist/docmd.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: docmd.c,v 1.11 1998/04/06 06:18:18 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/expand.c b/usr.bin/rdist/expand.c index a98056c3b4a6..2b5c41a9f6f9 100644 --- a/usr.bin/rdist/expand.c +++ b/usr.bin/rdist/expand.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: expand.c,v 1.6 1998/04/06 06:18:20 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/gram.y b/usr.bin/rdist/gram.y index 4040f948a207..892de36113c8 100644 --- a/usr.bin/rdist/gram.y +++ b/usr.bin/rdist/gram.y @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)gram.y 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: gram.y,v 1.5 1998/04/06 06:18:22 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/lookup.c b/usr.bin/rdist/lookup.c index acf4bae4fc54..bed6104277f1 100644 --- a/usr.bin/rdist/lookup.c +++ b/usr.bin/rdist/lookup.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id: lookup.c,v 1.4 1998/04/06 06:18:25 charnier Exp $"; + "$Id: lookup.c,v 1.5 1998/04/20 06:20:21 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c index c6ab940e9b8b..4ccb3a695f80 100644 --- a/usr.bin/rdist/main.c +++ b/usr.bin/rdist/main.c @@ -39,7 +39,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.3 1997/08/05 06:41:26 charnier Exp $"; + "$Id: main.c,v 1.4 1998/04/06 06:18:26 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/rshrcmd.c b/usr.bin/rdist/rshrcmd.c index 306ef05fe6f8..52806b85e2f7 100644 --- a/usr.bin/rdist/rshrcmd.c +++ b/usr.bin/rdist/rshrcmd.c @@ -6,7 +6,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rshrcmd.c,v 1.5 1998/04/06 06:18:29 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/server.c b/usr.bin/rdist/server.c index d91d723084b5..07775a9de8e0 100644 --- a/usr.bin/rdist/server.c +++ b/usr.bin/rdist/server.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)server.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id: server.c,v 1.8 1998/04/20 06:20:24 charnier Exp $"; + "$Id: server.c,v 1.9 1998/06/09 04:10:08 imp Exp $"; #endif /* not lint */ #include <sys/wait.h> diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 5962ed1707e3..69fc4f0ea388 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)renice.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: renice.c,v 1.3 1997/08/05 06:42:48 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index e5ca71f07b80..ec3f33b31565 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.12 1998/09/19 22:42:05 obrien Exp $ +# $Id: Makefile,v 1.13 1998/10/09 06:45:28 markm Exp $ PROG= rlogin SRCS= rlogin.c diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index e6ee16c9c480..8e354086ef8c 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -40,7 +40,7 @@ static const char copyright[] = #ifndef lint static const char sccsid[] = "@(#)rlogin.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$Id: rlogin.c,v 1.17 1998/03/26 18:03:41 markm Exp $"; + "$Id: rlogin.c,v 1.18 1998/10/09 06:45:28 markm Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index f8dd6b362b31..62e55ced173b 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_cout.c,v 1.5 1997/08/06 06:47:39 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index b6d7b2c81699..85b130d5fe85 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI"; #endif static const char rcsid[] = - "$Id: rpc_main.c,v 1.9 1998/03/07 05:43:59 jb Exp $"; + "$Id: rpc_main.c,v 1.10 1998/09/25 11:43:48 obrien Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index 00b5561e7681..5053cdb02c28 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_tblout.c,v 1.3 1997/08/06 06:47:40 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 175cf29fb3f3..3a69f5f8213a 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_util.c,v 1.5 1997/08/06 06:47:41 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index f9377c6dbd1b..f751f3673003 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:44 peter Exp $ PROG= rpcinfo MAN8 = rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index 1b6a1bb6dbff..41843deb8639 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,5 +1,5 @@ .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI -.\" $Id: rpcinfo.8,v 1.3 1997/02/22 19:56:44 peter Exp $ +.\" $Id: rpcinfo.8,v 1.4 1997/08/06 06:49:06 charnier Exp $ .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 4b77f34c47b8..a0bc6c2488af 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -2,7 +2,7 @@ /*static char sccsid[] = "from: @(#)rpcinfo.c 1.22 87/08/12 SMI";*/ /*static char sccsid[] = "from: @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC";*/ static char rcsid[] = - "$Id: rpcinfo.c,v 1.7 1998/06/09 04:30:56 imp Exp $"; + "$Id: rpcinfo.c,v 1.8 1998/06/12 12:37:15 peter Exp $"; #endif /* diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index b495a8f630c2..4078e63972a6 100644 --- a/usr.bin/rs/rs.c +++ b/usr.bin/rs/rs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: rs.c,v 1.3 1997/08/07 06:42:37 charnier Exp $"; + "$Id: rs.c,v 1.4 1998/02/20 04:48:37 jb Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 5d545f94fdbd..4d5b6af16f39 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.8 1998/09/19 22:42:05 obrien Exp $ +# $Id: Makefile,v 1.9 1998/10/09 06:47:57 markm Exp $ PROG= rsh SRCS= rsh.c diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 3094f7c2449b..5dcd5e025d3b 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$Id: rsh.c,v 1.17 1999/02/10 18:08:51 des Exp $"; + "$Id: rsh.c,v 1.16.2.1 1999/02/10 18:18:39 des Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index ab50a8a88f4c..a661d49f29ec 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:47 peter Exp $ PROG= rup MAN1= rup.1 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index b19041548d7b..7321ec73d0a3 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rup.1,v 1.5 1997/02/22 19:56:48 peter Exp $ +.\" $Id: rup.1,v 1.6 1997/08/07 06:50:02 charnier Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 89b6ffb3c1b8..98044457805f 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rup.c,v 1.9 1997/09/15 09:46:42 jkh Exp $"; + "$Id: rup.c,v 1.10 1998/04/01 21:34:10 danny Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index 3e48bce413ea..c756e14d13c7 100644 --- a/usr.bin/ruptime/ruptime.1 +++ b/usr.bin/ruptime/ruptime.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 -.\" $Id$ +.\" $Id: ruptime.1,v 1.4 1997/02/22 19:56:50 peter Exp $ .\" .Dd April 5, 1994 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index e075d920c5b9..5221f18b5b5b 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: ruptime.c,v 1.10 1997/03/29 04:32:02 imp Exp $ */ +/* $Id: ruptime.c,v 1.11 1997/03/31 09:36:59 scrappy Exp $ */ #ifndef lint static char copyright[] = diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index a6b753ff4e5a..2f1fcbe6cb09 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:51 peter Exp $ PROG = rusers MAN1 = rusers.1 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 424971e3b03a..531e0123a2ed 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rusers.1,v 1.5 1997/02/22 19:56:52 peter Exp $ +.\" $Id: rusers.1,v 1.6 1997/08/08 12:12:54 charnier Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 2ac8837aa2e4..292a2a1ea497 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rusers.c,v 1.6 1997/08/08 12:12:54 charnier Exp $"; + "$Id: rusers.c,v 1.7 1997/09/15 09:47:16 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index e81c30aafafe..7fb98d596360 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:56:54 peter Exp $ PROG = rwall MAN1 = rwall.1 diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index d7265a05852d..3f8cb4962cd6 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rwall.1,v 1.4 1997/02/22 19:56:55 peter Exp $ +.\" $Id: rwall.1,v 1.5 1997/08/08 12:18:16 charnier Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index a39e478a8840..69f2ec159bd6 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91"; #endif static const char rcsid[] = - "$Id: rwall.c,v 1.6 1997/08/08 12:18:16 charnier Exp $"; + "$Id: rwall.c,v 1.7 1998/12/13 03:44:19 dillon Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index 2a6a7ab483ef..78547d6c8d0a 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rwho.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: rwho.c,v 1.11 1997/08/08 12:20:24 charnier Exp $"; + "$Id: rwho.c,v 1.12 1998/05/03 23:22:37 steve Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/sasc/sasc.1 b/usr.bin/sasc/sasc.1 index 325f6fd45321..08e62404c2f1 100644 --- a/usr.bin/sasc/sasc.1 +++ b/usr.bin/sasc/sasc.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: sasc.1,v 1.6 1997/08/08 12:22:29 charnier Exp $ +.\" $Id: sasc.1,v 1.7 1998/03/23 07:46:41 charnier Exp $ .\" .Dd January 6, 1995 .Dt SASC 1 diff --git a/usr.bin/sasc/sasc.c b/usr.bin/sasc/sasc.c index e811abfd9177..30605042629e 100644 --- a/usr.bin/sasc/sasc.c +++ b/usr.bin/sasc/sasc.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: sasc.c,v 1.6 1997/08/08 12:22:30 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 277c5f7f1bcb..cf772f0a343b 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 -.\" $Id: script.1,v 1.5 1998/06/04 21:06:02 steve Exp $ +.\" $Id: script.1,v 1.6 1998/09/29 01:49:49 jkoshy Exp $ .\" .Dd June 6, 1993 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 9f83627f99df..a3dbd4051854 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: script.c,v 1.8 1998/03/08 14:19:18 peter Exp $"; + "$Id: script.c,v 1.9 1998/09/19 09:45:42 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 1313fcaec0f0..eeed7334ce54 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: compile.c,v 1.11 1998/12/07 05:35:54 archie Exp $"; + "$Id: compile.c,v 1.12 1998/12/08 21:29:21 archie Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 353dedbc8e3d..53b6a3cbe3d1 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.7 1997/08/11 07:21:03 charnier Exp $"; + "$Id: main.c,v 1.8 1998/12/08 21:29:22 archie Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index 237f67a3f50c..d91831eb2138 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.2 1997/08/11 07:21:04 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 535405af28bb..1da285e9a2be 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; #endif static const char rcsid[] = - "$Id: process.c,v 1.7 1998/04/29 21:58:36 ache Exp $"; + "$Id: process.c,v 1.8 1998/12/07 05:33:39 archie Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index da59e14d98ab..0131eb2ff3f3 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shar.1 8.1 (Berkeley) 6/6/93 -.\" $Id: shar.1,v 1.5 1997/04/27 08:45:46 jmg Exp $ +.\" $Id: shar.1,v 1.6 1997/08/11 07:22:04 charnier Exp $ .\" .Dd June 6, 1993 .Dt SHAR 1 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index 08d7d5023f2b..de430411ab9b 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif static const char rcsid[] = - "$Id: showmount.c,v 1.6 1997/08/11 07:27:27 charnier Exp $"; + "$Id: showmount.c,v 1.7 1997/09/04 21:21:56 tegge Exp $"; #endif not lint #include <sys/types.h> diff --git a/usr.bin/size/size.c b/usr.bin/size/size.c index 69322d34b05d..adcc8ad7e172 100644 --- a/usr.bin/size/size.c +++ b/usr.bin/size/size.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)size.c 8.2 (Berkeley) 12/9/93"; #endif static const char rcsid[] = - "$Id: size.c,v 1.3 1997/08/11 07:28:19 charnier Exp $"; + "$Id: size.c,v 1.4 1998/07/06 21:01:32 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index 635088a0a7c5..59e481347e22 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: soelim.c,v 1.2 1997/08/11 07:29:17 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 663d73de50a3..3fdf91e1424b 100644 --- a/usr.bin/strings/strings.c +++ b/usr.bin/strings/strings.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: strings.c,v 1.6 1997/08/11 07:31:28 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index de225ab4832b..cbefaf72be9e 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 -.\" $Id: strip.1,v 1.5 1997/02/22 19:57:13 peter Exp $ +.\" $Id: strip.1,v 1.6 1997/08/12 06:44:56 charnier Exp $ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.1aout b/usr.bin/strip/strip.1aout index de225ab4832b..fa42d382972a 100644 --- a/usr.bin/strip/strip.1aout +++ b/usr.bin/strip/strip.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 -.\" $Id: strip.1,v 1.5 1997/02/22 19:57:13 peter Exp $ +.\" $Id: strip.1aout,v 1.6 1997/08/12 06:44:56 charnier Exp $ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 7baf965d14bb..dd42693357a5 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strip.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: strip.c,v 1.10 1997/03/29 04:32:36 imp Exp $"; + "$Id: strip.c,v 1.11 1997/08/12 06:44:57 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index c6989117c59d..a5dd7187772e 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.20 1998/09/02 14:46:20 bde Exp $ +# $Id: Makefile,v 1.21 1998/09/19 22:42:05 obrien Exp $ PROG= su SRCS= su.c diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 78ce5f15bd1b..ecd30b4129b0 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)su.1 8.2 (Berkeley) 4/18/94 -.\" $Id: su.1,v 1.14 1998/06/08 05:29:51 jkoshy Exp $ +.\" $Id: su.1,v 1.15 1998/10/09 20:14:48 markm Exp $ .\" .\" this is for hilit19's braindeadness: " .Dd April 18, 1994 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 9fdc9e7b16ea..cd2bba346c11 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: su.c,v 1.28 1998/09/21 07:44:25 roberto Exp $"; + "$Id: su.c,v 1.29 1998/10/09 20:14:48 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/symorder/symorder.c b/usr.bin/symorder/symorder.c index 91302292ea1a..6ed0d9cc4f66 100644 --- a/usr.bin/symorder/symorder.c +++ b/usr.bin/symorder/symorder.c @@ -42,7 +42,7 @@ char const copyright[] = static char sccsid[] = "@(#)symorder.c 5.8 (Berkeley) 4/1/91"; #endif static const char rcsid[] = - "$Id$"; + "$Id: symorder.c,v 1.14 1997/08/12 06:46:56 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index bbdb58e6a83d..35546f9ea5f6 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: cmds.c,v 1.2 1997/07/06 04:13:20 bde Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index 83b5b02476a1..f0d2bf761bb8 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: cmdtab.c,v 1.3 1997/09/25 00:37:31 wollman Exp $"; + "$Id: cmdtab.c,v 1.4 1997/09/27 00:44:50 wollman Exp $"; #endif /* not lint */ #include "systat.h" diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index ac13b768e118..fa5539612b51 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devs.c,v 1.2 1998/09/20 00:11:23 ken Exp $ + * $Id: devs.c,v 1.3 1998/10/08 09:56:10 obrien Exp $ */ /* * Some code and ideas taken from the old disks.c. diff --git a/usr.bin/systat/devs.h b/usr.bin/systat/devs.h index ce49c40d0ab9..b75fb8a7754f 100644 --- a/usr.bin/systat/devs.h +++ b/usr.bin/systat/devs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: devs.h,v 1.2 1998/12/27 21:44:03 obrien Exp $ */ int dsinit(int, struct statinfo *, struct statinfo *, struct statinfo *); diff --git a/usr.bin/systat/icmp.c b/usr.bin/systat/icmp.c index 458aa84edfc6..d9f96a3662c2 100644 --- a/usr.bin/systat/icmp.c +++ b/usr.bin/systat/icmp.c @@ -38,7 +38,7 @@ static const char rcsid[] = "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; */ static const char rcsid[] = - "$Id$"; + "$Id: icmp.c,v 1.1 1997/09/24 02:43:39 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index 21d4424e151f..e39945d1a4d8 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iostat.c,v 1.6 1998/09/15 08:16:40 gibbs Exp $ + * $Id: iostat.c,v 1.7 1998/10/08 09:56:10 obrien Exp $ */ /* * Copyright (c) 1980, 1992, 1993 diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index 4501af17791f..907dc1debfde 100644 --- a/usr.bin/systat/ip.c +++ b/usr.bin/systat/ip.c @@ -38,7 +38,7 @@ static const char rcsid[] = "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; */ static const char rcsid[] = - "$Id: ip.c,v 1.1 1997/09/25 00:37:32 wollman Exp $"; + "$Id: ip.c,v 1.2 1998/10/08 09:56:10 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 44310948040e..ae22895ec426 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.9 1998/07/06 22:07:58 bde Exp $"; + "$Id: main.c,v 1.10 1998/10/08 09:56:10 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 389e143e9662..3a2111f97ee3 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -34,7 +34,7 @@ #ifndef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$Id: mbufs.c,v 1.7 1998/06/09 04:17:21 imp Exp $"; + "$Id: mbufs.c,v 1.8 1998/10/08 09:56:10 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mode.c b/usr.bin/systat/mode.c index 17d79b00df45..eef6251ff167 100644 --- a/usr.bin/systat/mode.c +++ b/usr.bin/systat/mode.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: mode.c,v 1.1 1997/09/24 02:43:41 wollman Exp $ */ /* diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index 586ecb1f11fd..065a98116df7 100644 --- a/usr.bin/systat/mode.h +++ b/usr.bin/systat/mode.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: mode.h,v 1.1 1997/09/24 02:43:42 wollman Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 479b33673eb0..5e2fa6932943 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: netcmds.c,v 1.7 1997/12/04 03:44:44 steve Exp $"; + "$Id: netcmds.c,v 1.8 1998/06/12 14:18:33 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 227f210711e5..679317274e4a 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: netstat.c,v 1.10 1998/06/12 14:15:24 peter Exp $"; + "$Id: netstat.c,v 1.11 1998/10/08 09:56:10 obrien Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 7d661c2960cd..a41a85d95c63 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$Id: swap.c,v 1.6 1998/06/09 04:17:27 imp Exp $"; + "$Id: swap.c,v 1.7 1998/10/08 09:56:10 obrien Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index 72f0f284fdf8..a26852c9d2e5 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)systat.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: systat.h,v 1.2 1997/09/24 02:43:45 wollman Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index e0edbe1c199a..f359ae322455 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -38,7 +38,7 @@ static const char rcsid[] = "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; */ static const char rcsid[] = - "$Id: tcp.c,v 1.1 1997/09/27 00:44:55 wollman Exp $"; + "$Id: tcp.c,v 1.2 1998/10/08 09:56:10 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index bfd8e816684e..a6cd2d5b1c0f 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif static const char rcsid[] = - "$Id: vmstat.c,v 1.29 1998/10/08 09:56:10 obrien Exp $"; + "$Id: vmstat.c,v 1.32 1999/01/09 06:03:54 obrien Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 6efe193aed32..a18bfa8d7d25 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: reverse.c,v 1.7 1997/08/13 06:46:56 charnier Exp $"; + "$Id: reverse.c,v 1.8 1998/07/06 21:01:33 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 921a12e168ad..8bad5f2a80ca 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 19:57:18 peter Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index f4cdcd111f4b..5af960b613e5 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ctl.c,v 1.4 1998/01/14 07:20:59 charnier Exp $"; + "$Id: ctl.c,v 1.5 1998/07/06 21:01:36 bde Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index 2f2d8430bbb2..1acea3524b4c 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ctl_transact.c,v 1.4 1998/01/14 07:21:00 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 8dbd7583d386..550fc5ea1335 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: display.c,v 1.6 1998/01/14 07:21:01 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index 641f80fa3237..e638408a78ab 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)get_addrs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: get_addrs.c,v 1.3 1998/01/14 07:21:02 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 1d303e8dd031..28e0985ac041 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: get_iface.c,v 1.5 1998/01/14 07:21:03 charnier Exp $"; + "$Id: get_iface.c,v 1.6 1998/02/15 04:15:47 jb Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 762f4ff83700..e51ece2d74f0 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: get_names.c,v 1.5 1998/01/14 07:21:05 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index c5cd612a474d..ae943b9b4eb8 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: init_disp.c,v 1.9 1998/01/14 07:21:07 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index a788d43bd00d..f15ae627a1c0 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: invite.c,v 1.5 1998/01/14 07:21:09 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index fc3dc5494681..fc87eb5cd072 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: io.c,v 1.6 1998/01/14 07:21:10 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index fad2e391d2ae..1c1cf6333687 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: look_up.c,v 1.4 1998/01/14 07:21:11 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index ea9560887689..e36d7a519c92 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: msgs.c,v 1.4 1998/01/14 07:21:12 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 09b6c753f1ea..630957964029 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: talk.c,v 1.6 1998/01/14 07:21:14 charnier Exp $"; #endif /* not lint */ #include "talk.h" diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index 0a4af30bbe34..bfd672f9f56d 100644 --- a/usr.bin/tconv/Makefile +++ b/usr.bin/tconv/Makefile @@ -1,5 +1,5 @@ # Makefile for tconv -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:57:22 peter Exp $ PROG= tconv SRCS= tconv.c quit.c diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1 index b3f27a2bef59..3579602530b3 100644 --- a/usr.bin/tconv/tconv.1 +++ b/usr.bin/tconv/tconv.1 @@ -1,5 +1,5 @@ .\" @(#) mytinfo tconv.1 3.2 92/02/01 public domain, By Ross Ridge -.\" $Id: tconv.1,v 1.7 1997/02/22 19:57:23 peter Exp $ +.\" $Id: tconv.1,v 1.8 1997/08/13 06:58:44 charnier Exp $ .\" .Dd February 1, 1992 .Dt TCONV 1 diff --git a/usr.bin/tconv/tconv.c b/usr.bin/tconv/tconv.c index 5beeb1becc53..cbc3c48e1c09 100644 --- a/usr.bin/tconv/tconv.c +++ b/usr.bin/tconv/tconv.c @@ -58,7 +58,7 @@ static const char SCCSid[] = "@(#) mytinfo tconv.c 3.2 92/02/01 public domain, By Ross Ridge"; static const char rcsid[] = - "$Id: tconv.c,v 1.3 1997/08/13 06:58:45 charnier Exp $"; + "$Id: tconv.c,v 1.4 1997/12/08 21:36:25 gj Exp $"; #endif /* the right margin of the output */ diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index a3a40addfe13..b8c0f4685f84 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tcopy.c,v 1.4 1997/08/14 06:41:00 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index d844c5b00ba4..3aecd1861548 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tee.c,v 1.3 1997/08/14 06:42:43 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index de161e850807..8264fa2be1f7 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnet.1 8.5 (Berkeley) 3/1/94 -.\" $Id: telnet.1,v 1.9 1997/12/27 18:58:27 steve Exp $ +.\" $Id: telnet.1,v 1.10 1998/12/14 22:40:38 billf Exp $ .\" .Dd March 1, 1994 .Dt TELNET 1 diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 3c6a15116d47..a7dfdab11718 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.6 1998/06/09 04:31:02 imp Exp $"; + "$Id: main.c,v 1.7 1998/10/30 16:17:50 dg Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index ae517a486329..4aa9beb0dcf1 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tftp.c,v 1.3 1998/02/20 04:30:34 jb Exp $"; + "$Id: tftp.c,v 1.4 1998/10/30 16:17:50 dg Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index 277d561403e0..e3bb32af5bc1 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tftpsubs.c,v 1.2 1997/08/14 06:47:41 charnier Exp $"; #endif /* not lint */ /* Simple minded read-ahead/write-behind subroutines for tftp user and diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 8d3d8a03c27d..eb8bf86b8dc9 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: time.c,v 1.11 1998/08/24 10:16:59 cracauer Exp $"; + "$Id: time.c,v 1.12 1998/10/13 14:52:32 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/libacu/acucommon.c b/usr.bin/tip/libacu/acucommon.c index fe0d146b1783..5eb055e67845 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.2 1997/08/18 07:15:40 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/unidialer.c b/usr.bin/tip/libacu/unidialer.c index bac2368c0772..205edc1231de 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.5 1997/08/18 07:15:41 charnier Exp $"; + "$Id: unidialer.c,v 1.6 1997/09/18 14:07:13 phk Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index a438b4252e43..71fa926a74c0 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.2 1997/08/18 07:15:42 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 4ad58cf391ca..25b204904808 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.3 1997/08/18 07:15:58 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..54f8e65fa2a3 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.3 1997/08/18 07:15:59 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 2141dfc0dbf2..27f766ff1021 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.7 1998/06/09 04:28:02 imp Exp $"; + "$Id: cmds.c,v 1.8 1998/10/03 11:01:39 dfr 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..31fe0002197f 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.2 1997/08/18 07:16:01 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 50955fc6a129..8589573274bc 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.2 1997/08/18 07:16:02 charnier Exp $"; + "$Id: cu.c,v 1.3 1998/06/09 04:28:04 imp Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 0f71ea97fa95..9d1d44ab3ff9 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$"; + "$Id: hunt.c,v 1.4 1997/08/18 07:16:03 charnier 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 acf5d87e4cd4..a1d1b57b8837 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.2 1997/08/18 07:16:03 charnier Exp $"; + "$Id: log.c,v 1.3 1998/06/29 17:06:00 bde 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..b6acdc9e7a71 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.2 1997/08/18 07:16:04 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index 9071eb62028f..bb67755af9ea 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.3 1997/08/18 07:16:05 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 737a97efaf35..844256748afa 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.8 1998/06/09 04:28:05 imp Exp $"; + "$Id: tip.c,v 1.9 1998/06/09 14:51:05 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index d9417d68602d..72e427acb44e 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.4 1997/08/18 07:16:08 charnier Exp $"; + "$Id: tipout.c,v 1.5 1997/08/25 05:02:11 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 52bcfeba1e62..fe6235e20915 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: value.c,v 1.3 1997/08/18 07:16:12 charnier Exp $"; + "$Id: value.c,v 1.4 1998/10/03 11:01:39 dfr Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index 34d604e6d0c9..ff97ca21dc2b 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.2 1997/08/18 07:16:12 charnier Exp $"; + "$Id: vars.c,v 1.3 1997/09/18 14:07:19 phk Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tn3270/api/api_bsd.c b/usr.bin/tn3270/api/api_bsd.c index 7a884e83a12c..450a1beefb11 100644 --- a/usr.bin/tn3270/api/api_bsd.c +++ b/usr.bin/tn3270/api/api_bsd.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)api_bsd.c 8.2 (Berkeley) 1/7/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: api_bsd.c,v 1.2 1997/08/18 07:21:16 charnier Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/tn3270/ascii/mset.c b/usr.bin/tn3270/ascii/mset.c index a26852d27cbe..b0066050c15c 100644 --- a/usr.bin/tn3270/ascii/mset.c +++ b/usr.bin/tn3270/ascii/mset.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mset.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mset.c,v 1.3 1997/08/18 07:21:29 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 53cf5d93295c..01366a823f2f 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -19,7 +19,7 @@ * Steven Wallace <swallace@freebsd.org> * Wolfram Schneider <wosch@FreeBSD.org> * - * $Id: machine.c,v 1.17 1998/11/26 12:59:21 bde Exp $ + * $Id: machine.c,v 1.18 1999/01/09 20:25:02 obrien Exp $ */ diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 403f4ccb3a29..8ca37023c254 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tput.1 8.2 (Berkeley) 3/19/94 -.\" $Id$ +.\" $Id: tput.1,v 1.3 1997/04/27 08:45:46 jmg Exp $ .\" .Dd March 19, 1994 .Dt TPUT 1 diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 55ad1bd448bc..96b7bef4fd47 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: str.c,v 1.9 1997/08/18 07:24:56 charnier Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 52ccb1a1c8c8..0a42eaecbb30 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: tr.c,v 1.6 1997/08/18 07:24:58 charnier Exp $"; + "$Id: tr.c,v 1.7 1997/10/12 09:52:49 helbig Exp $"; #endif /* not lint */ #include <locale.h> diff --git a/usr.bin/truss/alpha-fbsd.c b/usr.bin/truss/alpha-fbsd.c index 09f7394de4ed..3fc455af5723 100644 --- a/usr.bin/truss/alpha-fbsd.c +++ b/usr.bin/truss/alpha-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: alpha-fbsd.c,v 1.1 1998/10/03 00:43:05 sef Exp $"; + "$Id: alpha-fbsd.c,v 1.2 1998/10/03 18:02:03 sef Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index 3096c82c2bdf..48294221b7ad 100644 --- a/usr.bin/truss/i386-fbsd.c +++ b/usr.bin/truss/i386-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: i386-fbsd.c,v 1.5 1998/01/09 09:31:40 sef Exp $"; + "$Id: i386-fbsd.c,v 1.6 1998/07/06 21:01:45 bde Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index 2d334ba01540..580a7080fd34 100644 --- a/usr.bin/truss/i386-linux.c +++ b/usr.bin/truss/i386-linux.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: i386-linux.c,v 1.5 1998/01/09 09:31:42 sef Exp $"; + "$Id: i386-linux.c,v 1.6 1998/07/06 21:01:46 bde Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index b82db46c9be6..1256ce1ae237 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.12 1998/10/03 00:43:05 sef Exp $"; + "$Id: main.c,v 1.13 1998/12/21 06:34:50 msmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index fbef7e11a30b..8338707bbcb6 100644 --- a/usr.bin/truss/setup.c +++ b/usr.bin/truss/setup.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: setup.c,v 1.7 1998/01/05 07:30:25 charnier Exp $"; + "$Id: setup.c,v 1.8 1998/10/13 14:52:32 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index 026be11008c3..9bc05771a898 100644 --- a/usr.bin/truss/syscall.h +++ b/usr.bin/truss/syscall.h @@ -18,7 +18,7 @@ * IN (meaning that the data is passed *into* the system call). */ /* - * $Id: syscall.h,v 1.2 1997/12/06 06:51:13 sef Exp $ + * $Id: syscall.h,v 1.3 1997/12/20 18:40:41 sef Exp $ */ enum Argtype { None = 1, Hex, Octal, Int, String, Ptr, Stat, Ioctl, Quad }; diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index f6c759622a21..0ad6d97280f5 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: syscalls.c,v 1.5 1998/07/06 21:01:48 bde Exp $"; + "$Id: syscalls.c,v 1.6 1998/10/15 04:31:44 sef Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index 056f367c39bc..965b8bbb56c1 100644 --- a/usr.bin/tset/map.c +++ b/usr.bin/tset/map.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id: map.c,v 1.4 1997/08/18 07:27:53 charnier Exp $"; + "$Id: map.c,v 1.5 1997/09/18 14:07:22 phk Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c index 1e94df18c83a..92d9170442b8 100644 --- a/usr.bin/tset/misc.c +++ b/usr.bin/tset/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.3 1997/08/18 07:27:54 charnier Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index 68fa7a2259c0..13ee54f9c14a 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: set.c,v 1.5 1997/08/18 07:27:55 charnier Exp $"; #endif /* not lint */ #include <termios.h> diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index 714ef6515541..6ee02f5d9124 100644 --- a/usr.bin/tset/term.c +++ b/usr.bin/tset/term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)term.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: term.c,v 1.2 1997/08/18 07:27:56 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index a097dcac8eef..9c1791bf32b1 100644 --- a/usr.bin/tset/tset.c +++ b/usr.bin/tset/tset.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tset.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcdif[] = - "$Id$"; + "$Id: tset.c,v 1.12 1997/08/18 07:27:58 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index d6274cfd1e04..b825f23be66b 100644 --- a/usr.bin/tset/wrterm.c +++ b/usr.bin/tset/wrterm.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)wrterm.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: wrterm.c,v 1.2 1997/08/18 07:27:59 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 591ad16e8de1..ef1a23ab5712 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tsort.c,v 1.7 1997/03/11 14:48:14 peter Exp $ + * $Id: tsort.c,v 1.8 1997/03/29 04:33:15 imp Exp $ */ #ifndef lint diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 67f2d634b351..f6ccdeaa5730 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tty.1 8.1 (Berkeley) 6/6/93 -.\" $Id: tty.1,v 1.4 1997/02/22 19:57:29 peter Exp $ +.\" $Id: tty.1,v 1.5 1997/08/18 07:30:14 charnier Exp $ .\" .Dd June 6, 1993 .Dt TTY 1 diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 7a7e688d8a3e..c0dcd1f919c9 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tty.c,v 1.3 1997/08/18 07:30:15 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index f6fbdf035b7e..5e150c04cc4c 100644 --- a/usr.bin/ul/ul.c +++ b/usr.bin/ul/ul.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ul.c,v 1.4 1997/08/20 11:01:59 charnier Exp $"; + "$Id: ul.c,v 1.5 1997/08/26 11:00:55 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index 4d70913d7b2d..1d562bede218 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unexpand.c,v 1.3 1997/08/26 11:02:36 charnier Exp $"; + "$Id: unexpand.c,v 1.4 1998/02/20 04:28:41 jb Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 58b92de9ceaf..c0468f549cca 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unifdef.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unifdef.c,v 1.2 1997/08/20 11:07:53 charnier Exp $"; + "$Id: unifdef.c,v 1.3 1997/08/26 11:04:04 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 9ace8541bac3..768d5b5a7fa6 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: uniq.1,v 1.3 1997/09/07 15:09:22 joerg Exp $ .\" .Dd June 6, 1993 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index fe47d42c3175..3db287ab12bb 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uniq.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: uniq.c,v 1.4 1997/09/07 15:09:22 joerg Exp $"; + "$Id: uniq.c,v 1.5 1998/03/08 20:56:43 ache Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 5f4f8057fd57..62afa0b0fdc7 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 19:57:30 peter Exp $ +# $Id: Makefile,v 1.4 1998/09/20 21:38:12 bde Exp $ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index b7a173a38320..eafd5782d371 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $Id$ +# $Id: README,v 1.3 1997/02/22 19:57:30 peter Exp $ This is a program which I wrote as a clone of the UNIX 'units' command. I threw it together in a couple days, but it seems to work, diff --git a/usr.bin/units/pathnames.h b/usr.bin/units/pathnames.h index f41f2077f168..432219479532 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: pathnames.h,v 1.3 1997/02/22 19:57:31 peter Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 85f0159a51ec..127ad18134c3 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $Id: units.1,v 1.6 1997/08/21 06:49:32 charnier Exp $ +.\" $Id: units.1,v 1.7 1998/03/23 07:46:50 charnier Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 3eae64b59130..531833fded4f 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: units.c,v 1.5 1997/08/21 06:49:33 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index 9fcacc40d1f8..bbd6104bf618 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $Id$ +/ $Id: units.lib,v 1.3 1997/02/22 19:57:34 peter Exp $ / primitive units diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 1549fd9ac249..90ac0d85f159 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unvis.c,v 1.3 1997/08/21 06:52:43 charnier Exp $"; + "$Id: unvis.c,v 1.4 1997/08/26 11:05:22 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index a3ab2b5ba8c9..b997cb2b2a6d 100644 --- a/usr.bin/users/users.c +++ b/usr.bin/users/users.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: users.c,v 1.3 1997/08/22 06:50:33 charnier Exp $"; + "$Id: users.c,v 1.4 1997/08/26 11:06:57 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index bb01770f05b8..4dae0973cd07 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: uudecode.c,v 1.11 1998/01/25 19:25:54 wosch Exp $"; + "$Id: uudecode.c,v 1.12 1998/05/25 06:27:09 steve Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 784b39407f68..02c4fed1bd04 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 -.\" $Id: uuencode.1,v 1.6 1997/08/22 06:52:59 charnier Exp $ +.\" $Id: uuencode.1,v 1.7 1998/01/25 19:26:05 wosch Exp $ .\" .Dd June 6, 1993 .Dt UUENCODE 1 diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index b10a524a1900..3552154fd99b 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: uuencode.c,v 1.3 1997/08/22 06:53:00 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index 6fc47954892c..f0f954556d7f 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 19:57:37 peter Exp $ PROG= vacation CFLAGS+= -Wall diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index 8ce05e04ba13..729954adbb3e 100644 --- a/usr.bin/vacation/vacation.1 +++ b/usr.bin/vacation/vacation.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)vacation.1 8.1 (Berkeley) 6/16/93 -.\" $Id$ +.\" $Id: vacation.1,v 1.6 1997/02/22 19:57:38 peter Exp $ .\" .Dd June 16, 1993 .Dt VACATION 1 diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index 8790163edeb6..8b47796cccc2 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: vacation.c 8.2 (Berkeley) 1/26/94"; #endif static const char rcsid[] = - "$Id: vacation.c,v 1.12 1997/11/03 07:51:05 charnier Exp $"; + "$Id: vacation.c,v 1.13 1998/10/13 14:52:32 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index 8b5102aef366..206088f07a62 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: vfontedpr.c,v 1.10 1997/09/18 14:07:33 phk Exp $"; + "$Id: vfontedpr.c,v 1.11 1998/05/15 09:26:28 jb Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 94b352ac8a2d..7dcc4f4eaa1e 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.23 1998/09/05 12:25:54 asami Exp $ +# $Id: Makefile,v 1.24 1998/12/16 04:02:56 peter Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 2bbf15d92f53..4080351a3f8e 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: foldit.c,v 1.3 1997/08/25 06:37:36 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index edead0124b09..f7f5313d79a0 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: vis.c,v 1.5 1997/08/25 06:37:37 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 6c06202029f0..a0de697523ed 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 -.\" $Id: vmstat.8,v 1.9 1997/08/25 06:40:05 charnier Exp $ +.\" $Id: vmstat.8,v 1.10 1998/09/15 08:16:43 gibbs Exp $ .\" .Dd June 6, 1996 .Dt VMSTAT 8 diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 3bc3a7ce96d4..9c896ab714d3 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: vmstat.c,v 1.27 1998/09/20 00:11:17 ken Exp $"; + "$Id: vmstat.c,v 1.29 1998/10/28 06:41:24 jdp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 5b38b58dd126..322603767980 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; #endif static const char rcsid[] = - "$Id: pr_time.c,v 1.11 1997/12/28 17:50:10 alex Exp $"; + "$Id: pr_time.c,v 1.12 1999/01/10 15:28:37 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 5e90882889a5..13b747953cdf 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)w.1 8.1 (Berkeley) 6/6/93 -.\" $Id: w.1,v 1.9 1998/01/12 00:47:52 steve Exp $ +.\" $Id: w.1,v 1.10 1998/03/22 17:39:08 steve Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 18e43c061941..2597ec2b7445 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$Id: w.c,v 1.31 1998/12/24 23:27:33 dillon Exp $"; + "$Id: w.c,v 1.32 1999/01/10 15:28:37 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 65890cac45bc..a755ba2c87cf 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$Id: ttymsg.c,v 1.2 1998/03/23 07:47:31 charnier Exp $"; + "$Id: ttymsg.c,v 1.3 1998/07/22 20:34:24 phk Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 288bea32c2c4..70f034871ee0 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)wall.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$Id: wall.c,v 1.9 1997/09/15 01:03:16 ache Exp $"; + "$Id: wall.c,v 1.10 1998/12/13 03:42:51 dillon Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index fec2b5f57629..fb02513e5cb2 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 -.\" $Id: wc.1,v 1.4 1997/02/22 19:57:44 peter Exp $ +.\" $Id: wc.1,v 1.5 1997/08/25 06:44:58 charnier Exp $ .\" .Dd April 19, 1994 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 68ea08c02a2e..e61d37ef884f 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id: wc.c,v 1.7 1997/03/29 04:33:57 imp Exp $"; + "$Id: wc.c,v 1.8 1997/08/25 06:44:59 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 7e369a9a0c1b..9470c9d89997 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -31,7 +31,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.\" $Id: what.1,v 1.8 1998/04/14 06:31:23 phk Exp $ +.\" $Id: what.1,v 1.9 1998/05/04 22:26:55 rnordier Exp $ .\" .Dd June 6, 1993 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index ebc4d1107e9b..88fa1ce444f8 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: what.c,v 1.3 1997/08/25 06:49:45 charnier Exp $"; + "$Id: what.c,v 1.4 1998/05/04 22:26:56 rnordier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 637cca17b152..85790c815d0a 100644 --- a/usr.bin/whereis/whereis.1 +++ b/usr.bin/whereis/whereis.1 @@ -31,7 +31,7 @@ .\" .\" @(#)whereis.1 8.2 (Berkeley) 12/30/93 .\" -.\" $Id: whereis.1,v 1.5 1998/05/15 11:22:40 jkoshy Exp $ +.\" $Id: whereis.1,v 1.6 1998/08/31 16:41:08 wosch Exp $ .\" .Dd June 15, 1996 .Dt WHEREIS 1 diff --git a/usr.bin/whereis/whereis.pl b/usr.bin/whereis/whereis.pl index 38352533c2db..abd31872240e 100644 --- a/usr.bin/whereis/whereis.pl +++ b/usr.bin/whereis/whereis.pl @@ -28,7 +28,7 @@ # # Rewritten from scratch for FreeBSD after the 4.3BSD manual page. # -# $Id: whereis.pl,v 1.5 1997/12/22 19:11:28 ache Exp $ +# $Id: whereis.pl,v 1.6 1998/10/04 10:33:37 obrien Exp $ # sub usage diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index ec1d8c45a461..b2034ce1bf43 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: which.1,v 1.11 1998/05/15 11:22:42 jkoshy Exp $ +.\" $Id: which.1,v 1.12 1998/05/22 11:09:01 jkoshy Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index 55214a607558..498b87aee80a 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: which.pl,v 1.12 1998/01/02 13:46:25 helbig Exp $ +# $Id: which.pl,v 1.13 1998/02/01 20:01:29 helbig Exp $ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 1964a1a78bb5..dde79107eab5 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)who.1 8.2 (Berkeley) 12/30/93 -.\" $Id: who.1,v 1.5 1997/08/26 11:14:56 charnier Exp $ +.\" $Id: who.1,v 1.6 1998/04/14 06:42:18 phk Exp $ .\" .Dd December 30, 1993 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 26500ca68877..3d70af6855dd 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: who.c,v 1.6 1998/04/26 19:10:51 des Exp $"; + "$Id: who.c,v 1.8 1998/05/25 12:04:47 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index fafd1d05288f..e80afb2a0d93 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)whois.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: whois.1,v 1.4 1998/02/19 19:07:49 wollman Exp $ .\" .Dd February 19, 1998 .Dt WHOIS 1 diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index ed5e5bc2b5a0..f014a867185a 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: whois.c,v 1.5 1998/02/19 19:07:50 wollman Exp $"; + "$Id: whois.c,v 1.6 1998/06/12 12:55:46 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index a5fe52d34034..161d50a2413f 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)write.1 8.1 (Berkeley) 6/6/93 -.\" $Id: write.1,v 1.5 1997/03/22 17:19:32 mpp Exp $ +.\" $Id: write.1,v 1.6 1997/08/26 11:23:31 charnier Exp $ .\" .Dd June 6, 1993 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 908bda04491f..c551297821e3 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: write.c,v 1.9 1997/09/15 00:17:38 ache Exp $"; + "$Id: write.c,v 1.10 1997/09/15 00:40:34 ache Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index ec7eea33ae53..6b76cf80d82f 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: xargs.c,v 1.6 1998/06/17 12:58:43 jkoshy Exp $"; + "$Id: xargs.c,v 1.7 1998/10/13 14:52:32 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 46f1b3b00147..a5e5332014ba 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" $Id: install.1,v 1.12 1998/06/02 12:00:08 peter Exp $ +.\" $Id: install.1,v 1.13 1998/06/10 07:17:59 peter Exp $ .\" .Dd September 22, 1996 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 0948040f561e..bf8eda03188d 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif static const char rcsid[] = - "$Id: xinstall.c,v 1.33 1998/10/13 14:52:33 des Exp $"; + "$Id: xinstall.c,v 1.34 1998/12/16 04:51:27 imp Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index 6ba805cb26a9..f7c0ded88cdd 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $ -# $Id$ +# $Id: Makefile,v 1.6 1998/05/05 13:00:26 bde Exp $ PROG= lint1 SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \ diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 5820f7066913..e39fc5833a2a 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: xstr.c,v 1.3 1997/08/28 06:28:08 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index 4e4fec28da1c..e4bda99c6039 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.3 (Berkeley) 5/12/90 -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 19:57:57 peter Exp $ PROG= yacc SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ diff --git a/usr.bin/yacc/closure.c b/usr.bin/yacc/closure.c index 82751060fbd7..b92a0927b019 100644 --- a/usr.bin/yacc/closure.c +++ b/usr.bin/yacc/closure.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: closure.c,v 1.5 1997/02/22 19:57:57 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h index 229eacccd8c2..483528c74afc 100644 --- a/usr.bin/yacc/defs.h +++ b/usr.bin/yacc/defs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)defs.h 5.6 (Berkeley) 5/24/93 - * $Id: defs.h,v 1.5 1997/02/22 19:57:58 peter Exp $ + * $Id: defs.h,v 1.6 1997/08/28 06:33:52 charnier Exp $ */ #include <sys/cdefs.h> /* for __P macro */ diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 0e789ec69c22..f854dc05cc70 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -39,7 +39,7 @@ static char const sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; #endif static const char rcsid[] = - "$Id$"; + "$Id: error.c,v 1.6 1997/08/28 06:33:52 charnier Exp $"; #endif /* not lint */ /* routines for printing error messages */ diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 275f7d1605f7..7fe86216a540 100644 --- a/usr.bin/yacc/lalr.c +++ b/usr.bin/yacc/lalr.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lalr.c,v 1.6 1997/02/22 19:57:59 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index 96d87a9714cb..6b4749485025 100644 --- a/usr.bin/yacc/lr0.c +++ b/usr.bin/yacc/lr0.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lr0.c,v 1.5 1997/02/22 19:57:59 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 1501a592ff81..d48d87f26ac3 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -45,7 +45,7 @@ static char const copyright[] = static char const sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.8 1997/08/28 06:33:53 charnier Exp $"; + "$Id: main.c,v 1.9 1998/06/09 04:20:51 imp Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index 212a79b210b8..739df03a4d74 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -39,7 +39,7 @@ static char const sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mkpar.c,v 1.7 1997/08/28 06:33:53 charnier Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index 3d32c065d599..f7c4788c5142 100644 --- a/usr.bin/yacc/output.c +++ b/usr.bin/yacc/output.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: output.c,v 1.9 1997/04/29 03:05:38 steve Exp $ + * $Id: output.c,v 1.10 1998/02/20 04:26:56 jb Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 45665703f354..f7d5bcdc34a0 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: reader.c,v 1.6 1997/02/22 19:58:01 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index c4f4a5a82501..5c701b2c5c27 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: skeleton.c,v 1.13 1997/04/28 03:36:13 steve Exp $ + * $Id: skeleton.c,v 1.14 1997/04/29 03:07:45 steve Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index 2f2ee2e136d1..af0509f91487 100644 --- a/usr.bin/yacc/symtab.c +++ b/usr.bin/yacc/symtab.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: symtab.c,v 1.5 1997/02/22 19:58:03 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index c2cfee5d8b85..6313d6e2623b 100644 --- a/usr.bin/yacc/verbose.c +++ b/usr.bin/yacc/verbose.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: verbose.c,v 1.5 1997/02/22 19:58:03 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 680363c12640..0e8b984f265f 100644 --- a/usr.bin/yacc/warshall.c +++ b/usr.bin/yacc/warshall.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: warshall.c,v 1.5 1997/02/22 19:58:04 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index f532779264ff..47dbc538a3d3 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)yacc.1 5.8 (Berkeley) 5/24/93 -.\" $Id: yacc.1,v 1.7 1997/05/14 02:33:08 steve Exp $ +.\" $Id: yacc.1,v 1.8 1997/08/28 06:33:53 charnier Exp $ .\" .Dd May 24, 1993 .Dt YACC 1 diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1 index 7aad08e056b3..5aad8c276656 100644 --- a/usr.bin/yacc/yyfix.1 +++ b/usr.bin/yacc/yyfix.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)yyfix.1 5.4 (Berkeley) 3/23/93 -.\" $Id$ +.\" $Id: yyfix.1,v 1.2 1997/04/27 08:45:46 jmg Exp $ .\" .Dd March 23, 1993 .Dt YYFIX 1 diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index d04375c9dd7f..529fccab37a9 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:58:10 peter Exp $ PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 605a0c3cd083..9cfb8219304c 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypcat.1,v 1.6 1997/08/29 11:48:48 charnier Exp $ +.\" $Id: ypcat.1,v 1.7 1998/03/23 07:48:19 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 2604115a3881..6b86179cd75e 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypcat.c,v 1.3 1997/08/29 11:48:50 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index bdf13edac4c9..22fb29908b1d 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:58:11 peter Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index d3cc5bf53966..f696dfe64a75 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypmatch.1,v 1.6 1997/08/29 11:52:52 charnier Exp $ +.\" $Id: ypmatch.1,v 1.7 1998/03/23 07:48:31 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 25e4530146fa..6fbd04ff3e97 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ypmatch.c,v 1.5 1997/08/29 11:52:52 charnier Exp $"; + "$Id: ypmatch.c,v 1.6 1998/02/20 04:25:11 jb Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index 38d9edda0be2..b2334e9a0a4e 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1997/02/22 19:58:13 peter Exp $ +# $Id: Makefile,v 1.4 1997/09/21 11:49:17 wosch Exp $ PROG= ypwhich diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index d3adc258ce43..92bde654ddc8 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypwhich.1,v 1.2 1998/03/23 07:48:45 charnier Exp $ +.\" $Id: ypwhich.1,v 1.3 1998/06/04 21:06:04 steve Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 763875f5e6bd..0793000033b8 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ypwhich.c,v 1.9 1997/08/29 11:56:51 charnier Exp $"; + "$Id: ypwhich.c,v 1.10 1998/06/12 13:04:59 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |