diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /usr.bin | |
parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) |
Diffstat (limited to 'usr.bin')
845 files changed, 857 insertions, 857 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 3509cb16fc9dc..7cac450e1b2bc 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/Makefile,v 1.144 2000/02/06 19:15:10 obrien Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 39b827ed8f8e8..29bace01ea7ec 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)apply.1 8.2 (Berkeley) 4/4/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/apply/apply.1,v 1.8 1999/12/05 19:53:37 charnier Exp $ .\" .Dd April 4, 1994 .Dt APPLY 1 diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index fe060a0de8e70..13639d9144f2c 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -39,7 +39,7 @@ static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/apply/apply.c,v 1.8 1999/12/05 19:53:37 charnier Exp $"; #endif /* not lint */ #include <sys/wait.h> diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index af31612519657..d2e78c8886381 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ar/Makefile,v 1.9 1999/08/28 00:59:05 peter Exp $ PROG= ar CFLAGS+=-I${.CURDIR} -Wall diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index 3741299cb8ae4..31d303177b335 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ar/ar.1,v 1.6 1999/08/28 00:59:06 peter Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.1aout b/usr.bin/ar/ar.1aout index 3741299cb8ae4..14a6d09fe84d6 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ar/ar.1aout,v 1.6 1999/08/28 00:59:06 peter Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index e163cf6cf799a..1086d659473ec 100644 --- a/usr.bin/ar/ar.5 +++ b/usr.bin/ar/ar.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ar.5.5 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ar/ar.5,v 1.5 1999/08/28 00:59:07 peter Exp $ .\" .Dd June 9, 1993 .Dt AR 5 diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index c53c1e44dcfa1..c35295664e7f6 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ar/ar.c,v 1.8 1999/08/28 00:59:07 peter Exp $ */ #ifndef lint diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index df96d573b49b9..10a405835d60f 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/at/Makefile,v 1.10 1999/08/28 00:59:08 peter Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 909207a6eada8..16d0594c01068 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/at/at.c,v 1.18 1999/12/05 19:57:14 charnier Exp $"; #endif /* not lint */ #define _USE_BSD 1 diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 3cf878fad9b92..f94144f4587fb 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/at/at.man,v 1.13 1999/12/05 19:57:14 charnier 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 9cabc1da0d5ea..95e6c8e861781 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/at/panic.c,v 1.10 1999/12/05 19:57:14 charnier Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index bc8f899e28392..cf47238c54d13 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -35,7 +35,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/at/parsetime.c,v 1.19 1999/12/05 19:57:14 charnier Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index e7bb9b1d555d6..fbb2036ad81fc 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/at/perm.c,v 1.9 1999/12/05 19:57:14 charnier Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 2fce5c02e4a68..ad9909b9268f5 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -22,7 +22,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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/at/privs.h,v 1.7 1999/12/05 19:57:14 charnier Exp $ */ #ifndef _PRIVS_H diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index 119a3e822c7b3..ff2942c893de1 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/banner/banner.6,v 1.4 1999/08/28 00:59:10 peter Exp $ .\" .Dd April 29, 1995 .Dt BANNER 6 diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index 804f0365b961f..737278e18da3f 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/banner/banner.c,v 1.7 1999/12/04 02:11:51 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index ba95e761270d3..3e053ded67be1 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/basename/basename.1,v 1.6 1999/08/28 00:59:11 peter Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index c7a8e57873c31..62cfaa314a6ab 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/biff/biff.1,v 1.8 2000/03/01 12:19:32 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt BIFF 1 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 606afa8a919da..ab586c38180c2 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/biff/biff.c,v 1.6 1999/08/28 00:59:13 peter Exp $ */ #ifndef lint diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index c7d69b378ab9c..4257e3fa2c2b6 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/brandelf/brandelf.1,v 1.9 2000/01/04 02:33:53 wes Exp $ .\" .Dd February 6, 1997 .Dt BRANDELF 1 diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 65b473df5ebcd..147c7966b0f0d 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/brandelf/brandelf.c,v 1.13 2000/01/04 02:33:54 wes Exp $ */ #include <elf.h> diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 90144acb2398c..022ef6528f36c 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c89/c89.1,v 1.4 1999/12/05 20:01:28 charnier Exp $ .\" " .Dd September 17, 1997 .Os diff --git a/usr.bin/c89/c89.sh b/usr.bin/c89/c89.sh index 55efd56c6b9f8..96a8c08370cc0 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. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/c89/c89.sh,v 1.5 1999/12/05 20:01:28 charnier Exp $ # # This is the Posix.2 mandated C compiler. Basically, a hook to the # cc(1) command. diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index d783c494dcbff..b27e5429f3848 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)calendar.1 8.1 (Berkeley) 6/29/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/calendar/calendar.1,v 1.16 2000/03/01 12:19:34 sheldonh Exp $ .\" .Dd June 29, 1993 .Dt CALENDAR 1 diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 652829ef863dd..2888c6ea10e32 100644 --- a/usr.bin/calendar/calendars/calendar.all +++ b/usr.bin/calendar/calendars/calendar.all @@ -1,7 +1,7 @@ /* * International and national calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.all,v 1.6 1999/08/28 00:59:19 peter Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index c819064bb7b3d..3a749d55530cb 100644 --- a/usr.bin/calendar/calendars/calendar.birthday +++ b/usr.bin/calendar/calendars/calendar.birthday @@ -1,7 +1,7 @@ /* * Birthday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.birthday,v 1.12 1999/10/08 21:34:15 charnier Exp $ */ #ifndef _calendar_birthday_ diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian index d7562f74176da..f523c4ec1ec79 100644 --- a/usr.bin/calendar/calendars/calendar.christian +++ b/usr.bin/calendar/calendars/calendar.christian @@ -1,7 +1,7 @@ /* * Christian * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.christian,v 1.8 1999/08/28 00:59:19 peter Exp $ */ #ifndef _calendar_christian_ diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index 9591f8ca35f5e..53ca44f680021 100644 --- a/usr.bin/calendar/calendars/calendar.computer +++ b/usr.bin/calendar/calendars/calendar.computer @@ -1,7 +1,7 @@ /* * Computer * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.computer,v 1.7 1999/10/08 21:34:15 charnier Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index af9a55854387c..cee00983b2af1 100644 --- a/usr.bin/calendar/calendars/calendar.croatian +++ b/usr.bin/calendar/calendars/calendar.croatian @@ -1,7 +1,7 @@ /* * Croatian calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.croatian,v 1.4 1999/08/28 00:59:20 peter Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index d22207cfd5006..63e9ae6c2cb64 100644 --- a/usr.bin/calendar/calendars/calendar.german +++ b/usr.bin/calendar/calendars/calendar.german @@ -1,7 +1,7 @@ /* * German calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.german,v 1.5 1999/08/28 00:59:20 peter Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index 005f88a8bf25b..e297d3185fd38 100644 --- a/usr.bin/calendar/calendars/calendar.history +++ b/usr.bin/calendar/calendars/calendar.history @@ -1,7 +1,7 @@ /* * History * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.history,v 1.13 1999/12/18 01:26:38 cpiazza Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index 4c7c852085d39..a48dc99f772c5 100644 --- a/usr.bin/calendar/calendars/calendar.holiday +++ b/usr.bin/calendar/calendars/calendar.holiday @@ -1,7 +1,7 @@ /* * Holiday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.holiday,v 1.9 1999/10/08 21:34:16 charnier Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index 273e536488ca1..60e8e306b987b 100644 --- a/usr.bin/calendar/calendars/calendar.judaic +++ b/usr.bin/calendar/calendars/calendar.judaic @@ -1,7 +1,7 @@ /* * Judaic * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.judaic,v 1.8 2000/01/04 06:18:13 grog Exp $ * */ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 99629ce73c819..f66b0bbcf1b80 100644 --- a/usr.bin/calendar/calendars/calendar.music +++ b/usr.bin/calendar/calendars/calendar.music @@ -1,7 +1,7 @@ /* * Music * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.music,v 1.8 1999/08/28 00:59:23 peter Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index e308873676c14..dbc96878553ca 100644 --- a/usr.bin/calendar/calendars/calendar.russian +++ b/usr.bin/calendar/calendars/calendar.russian @@ -1,7 +1,7 @@ /* * Russian calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.russian,v 1.4 1999/08/28 00:59:23 peter Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday index 712a4b7845990..6245ff219d06a 100644 --- a/usr.bin/calendar/calendars/calendar.usholiday +++ b/usr.bin/calendar/calendars/calendar.usholiday @@ -1,7 +1,7 @@ /* * USA holiday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.usholiday,v 1.7 1999/08/28 00:59:23 peter Exp $ */ #ifndef _calendar_usholiday_ diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world index 7e2833b3a5fea..0ed52240a97e4 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.world,v 1.4 1999/08/28 00:59:23 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 92c0e51ff73ea..9d866b345a996 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all,v 1.5 1999/08/28 00:59:25 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 4969fc7b7d2d2..0fb3141a85a80 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag,v 1.6 1999/08/28 00:59:25 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 24d51f61fe57d..84ec78fedc59d 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte,v 1.6 1999/08/28 00:59:25 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 aa4ef195e74d9..d852e22cefad7 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche,v 1.6 1999/08/28 00:59:25 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 62acab9011a82..f2fafefa105b6 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur,v 1.6 1999/08/28 00:59:26 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 ad63646271f63..fb61caefd4fbe 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik,v 1.6 1999/08/28 00:59:26 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 175fe0fa4207f..48815f4a5a343 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft,v 1.6 1999/08/28 00:59:26 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 11be343243836..5193fce779dd7 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all,v 1.4 1999/08/28 00:59:27 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 b78ea99533f8c..d589135bb9c33 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici,v 1.6 1999/08/28 00:59:28 peter 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 fcdc5e7f8f5e7..e68cb681796bc 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 @@ /* * òÕÓÓËÉÊ ËÁÌÅÎÄÁÒØ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all,v 1.4 1999/08/28 00:59:28 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 2a45b1d2650f0..6e786b6dacd74 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 @@ /* * òÕÓÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common,v 1.8 1999/08/28 00:59:29 peter 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 22de9d3588b79..9b53ae00691e9 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 @@ /* * ðÅÒÅ×ÏÄ ÞÁÓÏ× ÄÌÑ ÍÏÓËÏ×ÓËÏÊ ×ÒÅÍÅÎÎÏÊ ÚÏÎÙ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk,v 1.5 1999/08/28 00:59:29 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 0105343eae8a2..24bde0ad9eb41 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 @@ /* * ðÒÁ×ÏÓÌÁ×ÎÙÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox,v 1.4 1999/08/28 00:59:29 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 c37c993680e9c..451811e85b131 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 @@ /* * ñÚÙÞÅÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan,v 1.4 1999/08/28 00:59:29 peter Exp $ */ #ifndef _ru_SU_KOI8_R_pagan_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index cdc3678985621..bc1190e42d6af 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/day.c,v 1.13 1999/08/28 00:59:17 peter Exp $ */ diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 528c2ea27f0f6..175fb0963457a 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/io.c,v 1.13 2000/01/10 06:24:49 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index 12bff9f86e92a..8076f160b513a 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/ostern.c,v 1.8 1999/08/28 00:59:18 peter Exp $ */ #include <stdio.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index 1bffe0131feed..cfefbd6fc2acb 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/pathnames.h,v 1.3 2000/01/10 06:24:49 obrien Exp $ */ #include <paths.h> diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index ad4846a72f846..759440e43865d 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cap_mkdb/cap_mkdb.1,v 1.7 1999/11/21 16:16:29 charnier Exp $ .\" .Dd June 6, 1993 .Dt CAP_MKDB 1 diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index ccd5d3b11e902..3a413e34a093b 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)cap_mkdb.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cap_mkdb/cap_mkdb.c,v 1.6 1999/11/21 16:16:30 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 2d25d76a12a0f..cc56984eba78e 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chat/Makefile,v 1.7 1999/08/28 00:59:31 peter Exp $ PROG= chat CFLAGS+=-Wall diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index b5f469814c77a..8d187d66b814e 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chat/chat.8,v 1.15 2000/03/02 14:53:27 sheldonh Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index fd71405d17b28..1eccbac47a629 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -79,7 +79,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/chat/chat.c,v 1.15 1999/11/25 07:28:54 kris Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 928b905dc5466..82b8f1af55c09 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)checknr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/checknr/checknr.1,v 1.5 1999/08/28 00:59:33 peter Exp $ .\" .Dd June 6, 1993 .Dt CHECKNR 1 diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index b545bfa90f2c2..d9489cadb4113 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chflags/Makefile,v 1.8 2000/02/05 18:42:33 joe Exp $ NOSHARED?=yes diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index a76f8c2b6ffe2..67f253ff26aaf 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.4 (Berkeley) 5/2/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chflags/chflags.1,v 1.9 1999/11/21 16:11:56 charnier Exp $ .\" .Dd May 2, 1995 .Dt CHFLAGS 1 diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index 784243e102688..d7d834f03df74 100644 --- a/usr.bin/chflags/chflags.c +++ b/usr.bin/chflags/chflags.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/chflags/chflags.c,v 1.7 2000/02/05 18:42:33 joe Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index c0bbd6aea1741..df9c9b281e4fb 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chkey/Makefile,v 1.3 1999/08/28 00:59:35 peter Exp $ PROG= chkey SRCS= chkey.c update.c generic.c diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index be4668de76941..dad98ab423a0e 100644 --- a/usr.bin/chkey/chkey.1 +++ b/usr.bin/chkey/chkey.1 @@ -1,6 +1,6 @@ .\" @(#)chkey.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chkey/chkey.1,v 1.4 1999/08/28 00:59:35 peter Exp $ .\" .Dd July 5, 1989 .Dt CHKEY 1 diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 6e26143ad06af..573b0d05960b7 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chpass/Makefile,v 1.20 1999/12/18 13:55:13 peter Exp $ PROG= chpass CFLAGS+=-Wall diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 5ec2be1d52dca..be095a3e7770f 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chpass/chpass.1,v 1.23 2000/03/02 14:53:28 sheldonh Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 77f9f7832f84e..74ab517673a1b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/chpass/chpass.c,v 1.16 1999/08/28 00:59:37 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index a8c5cc2c76c4e..4fc21adfe939b 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/chpass/edit.c,v 1.16 1999/12/21 19:30:09 imp Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index d6cfaebb15a33..38c9db8d133de 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/chpass/pw_yp.c,v 1.16 1999/10/20 15:20:00 gallatin Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index 15f63d038776d..bbfc30c0dea93 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/chpass/pw_yp.h,v 1.7 1999/08/28 00:59:38 peter Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index e7dd06b6db881..266d0e037108e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/chpass/util.c,v 1.8 1999/08/28 00:59:39 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 1b36ef8dfca30..1f7437fa72939 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cksum/cksum.1,v 1.10 1999/12/05 20:03:20 charnier Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 1411abe685431..f67a95ee41451 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/cksum.c,v 1.11 1999/12/05 20:03:21 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index 1dc0293447a9d..b1a2f856bbdec 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/crc.c,v 1.4 1999/12/05 20:03:21 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/crc32.c b/usr.bin/cksum/crc32.c index ae49a834ecfcf..b48ea67946521 100644 --- a/usr.bin/cksum/crc32.c +++ b/usr.bin/cksum/crc32.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/crc32.c,v 1.5 1999/12/05 20:03:21 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index d3b8ce46cc145..f2c736c6c5abd 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/print.c,v 1.4 1999/12/05 20:03:22 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index bcdeb30df5a71..57678af42fd2b 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sum1.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/sum1.c,v 1.4 1999/12/05 20:03:22 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index 4ce83f615cfd3..b5815e300839c 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/sum2.c,v 1.4 1999/12/05 20:03:22 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 6153e5160cb42..28dd928b9babe 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cmp/cmp.1,v 1.7 1999/08/28 00:59:40 peter Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index afd9c27785261..f9f0418b110ae 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)col.1 8.1 (Berkeley) 6/29/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/col/col.1,v 1.4 1999/08/28 00:59:41 peter Exp $ .\" .Dd June 29, 1993 .Dt COL 1 diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index 1167e4694736e..475d7cee1e856 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)colcrt.1 8.1 (Berkeley) 6/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colcrt/colcrt.1,v 1.4 1999/08/28 00:59:42 peter Exp $ .\" .Dd June 30, 1993 .Dt COLCRT 1 diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 0a9022a970425..270df6c337429 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colldef/Makefile,v 1.16 1999/10/18 14:00:32 ache Exp $ PROG = colldef LFLAGS = -8 -i diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index f36d0b4cc3ce3..4bf34df69d41c 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colldef/colldef.1,v 1.8 2000/03/01 12:19:36 sheldonh Exp $ .\" .Dd January, 27 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index c4beb8b59b955..dd26d90d2e630 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/colldef/parse.y,v 1.15 1999/08/28 00:59:44 peter Exp $ */ #include <err.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index 9b25e137dbad2..ee88c5dbf208b 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/colldef/scan.l,v 1.11 1999/10/03 01:21:33 ache Exp $ */ #include <ctype.h> diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1 index ddc083b3ceb53..2fb3796b0bf57 100644 --- a/usr.bin/colrm/colrm.1 +++ b/usr.bin/colrm/colrm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)colrm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colrm/colrm.1,v 1.3 1999/08/28 00:59:51 peter Exp $ .\" .Dd June 6, 1993 .Dt COLRM 1 diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index b00182d604dd5..0a8b7be59a189 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/colrm/colrm.c,v 1.7 1999/08/28 00:59:51 peter Exp $ */ #ifndef lint diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 4b8ec9ba52343..99e0666a2eeff 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)column.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/column/column.1,v 1.5 1999/08/28 00:59:52 peter Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 7fe49374dd85e..19df11a7301ab 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/comm/comm.1,v 1.4 1999/08/28 00:59:53 peter Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index c1a23a0b58ed6..c9daa331ec2a7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/comm/comm.c,v 1.11 1999/12/10 13:27:02 ache Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index a84460a922209..471e92a398980 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/compile_et/Makefile,v 1.11 1999/09/04 09:52:32 markm Exp $ PROG= compile_et SRCS= compile_et.c parse.y lex.l getarg.c diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 075052f06cf41..d5390fd4fb5d5 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/compress/compress.1,v 1.4 1999/08/28 00:59:55 peter Exp $ .\" .Dd April 18, 1994 .Dt COMPRESS 1 diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index e776436eb26f1..18b78752fcac2 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/compress/doc/revision.log,v 1.3 1999/09/06 07:32:15 peter Exp $ * $Log: revision.log,v $ * Revision 4.0 85/07/30 12:50:00 joe * Removed ferror() calls in output routine on every output except first. @@ -113,4 +113,4 @@ */ static char rcs_ident[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/compress/doc/revision.log,v 1.3 1999/09/06 07:32:15 peter Exp $"; diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3 index f97ebde61fb6b..5cda686931c7f 100644 --- a/usr.bin/compress/zopen.3 +++ b/usr.bin/compress/zopen.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)zopen.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/compress/zopen.3,v 1.5 1999/08/28 00:59:56 peter Exp $ .\" .Dd June 9, 1993 .Dt ZOPEN 3 diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index 1a22de12cab3c..8ed19f527c4ce 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/compress/zopen.h,v 1.4 1999/08/28 00:59:56 peter Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index 55c637e7ddf10..e0fbd2b178b7f 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ctags/C.c,v 1.3 1999/08/28 00:59:58 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index 5e841f21b9786..af6eaaecd31c7 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ctags/ctags.1,v 1.5 1999/08/28 00:59:58 peter Exp $ .\" .Dd June 6, 1993 .Dt CTAGS 1 diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index b91aa411c3d87..7bda98ccec26c 100644 --- a/usr.bin/ctags/ctags.h +++ b/usr.bin/ctags/ctags.h @@ -32,7 +32,7 @@ * * @(#)ctags.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ctags/ctags.h,v 1.4 2000/01/27 16:15:51 mjacob Exp $ * */ diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index a71e7e1ddac7a..5ce276d894193 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cut.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cut/cut.1,v 1.9 2000/03/01 12:19:37 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt CUT 1 diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index c2c9b22690495..c3fbc82ead569 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dig/Makefile,v 1.7 1999/11/30 06:25:16 peter Exp $ USE_LIBBIND= yes .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/dnskeygen/Makefile b/usr.bin/dnskeygen/Makefile index 727334188f42a..34e6a0011012d 100644 --- a/usr.bin/dnskeygen/Makefile +++ b/usr.bin/dnskeygen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dnskeygen/Makefile,v 1.1 1999/11/30 06:26:14 peter Exp $ USE_LIBBIND= true .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/dnsquery/Makefile b/usr.bin/dnsquery/Makefile index 915f3ea828b99..174dca8949c8e 100644 --- a/usr.bin/dnsquery/Makefile +++ b/usr.bin/dnsquery/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dnsquery/Makefile,v 1.7 1999/11/30 06:25:18 peter Exp $ USE_LIBBIND= yes .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/doscmd/AsyncIO.c b/usr.bin/doscmd/AsyncIO.c index 992fee526d900..d335faabc4f9b 100644 --- a/usr.bin/doscmd/AsyncIO.c +++ b/usr.bin/doscmd/AsyncIO.c @@ -29,7 +29,7 @@ * * BSDI AsyncIO.c,v 2.2 1996/04/08 19:32:10 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/AsyncIO.c,v 1.3 1999/09/29 20:09:17 marcel Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 24256df5d2c15..fac8585e4c937 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 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/doscmd/Makefile,v 1.21 2000/01/05 12:59:31 marcel 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 2eeaeed316474..0bcfbda9ba055 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/ParseBuffer.c,v 1.2 1999/08/28 01:00:03 peter Exp $ */ #include <stdlib.h> diff --git a/usr.bin/doscmd/bios.c b/usr.bin/doscmd/bios.c index 1af6ccf90c414..2b74a69d2d063 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/bios.c,v 1.5 1999/09/29 20:09:17 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/callback.c b/usr.bin/doscmd/callback.c index 890c7142d454a..ee1c831aab8d1 100644 --- a/usr.bin/doscmd/callback.c +++ b/usr.bin/doscmd/callback.c @@ -1,6 +1,6 @@ /* No copyright?! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/callback.c,v 1.2 1999/08/28 01:00:04 peter Exp $ */ diff --git a/usr.bin/doscmd/callback.h b/usr.bin/doscmd/callback.h index d3c656fd7c260..bfa769df76194 100644 --- a/usr.bin/doscmd/callback.h +++ b/usr.bin/doscmd/callback.h @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/callback.h,v 1.2 1999/08/28 01:00:05 peter Exp $ */ typedef void (*callback_t)(regcontext_t *REGS); diff --git a/usr.bin/doscmd/cmos.c b/usr.bin/doscmd/cmos.c index 1486c6fd348eb..7b637f9038f07 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/cmos.c,v 1.2 1999/08/28 01:00:05 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/com.h b/usr.bin/doscmd/com.h index 98982a9587228..03e5178de009d 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/com.h,v 1.2 1999/08/28 01:00:06 peter Exp $ */ /* com.h for doscmd int14.c */ diff --git a/usr.bin/doscmd/config.c b/usr.bin/doscmd/config.c index dd1316faaee72..a532e2a991e2b 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/config.c,v 1.4 1999/10/13 23:48:34 imp Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/cpu.c b/usr.bin/doscmd/cpu.c index c273084547e00..cac0630332a97 100644 --- a/usr.bin/doscmd/cpu.c +++ b/usr.bin/doscmd/cpu.c @@ -1,7 +1,7 @@ /* ** No copyright ?! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/cpu.c,v 1.2 1999/08/28 01:00:07 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/crt0.c b/usr.bin/doscmd/crt0.c index ec9c706f7f5c3..170786452a21f 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/crt0.c,v 1.2 1999/08/28 01:00:07 peter Exp $ */ char **environ; diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c index ef5635f3c8858..452373eb96b79 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/cwd.c,v 1.6 1999/11/08 17:28:46 jhay Exp $ */ #include <sys/types.h> diff --git a/usr.bin/doscmd/cwd.h b/usr.bin/doscmd/cwd.h index dfe7e4ea44864..1c6b7be0fad5b 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/cwd.h,v 1.2 1999/08/28 01:00:08 peter Exp $ */ static inline u_char * diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c index bc3524a3b42a3..5998473b33b8a 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/debug.c,v 1.3 1999/09/29 20:09:17 marcel Exp $ */ diff --git a/usr.bin/doscmd/dispatch.h b/usr.bin/doscmd/dispatch.h index 7506c534220a0..2155eed5f1434 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. ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/dispatch.h,v 1.2 1999/08/28 01:00:10 peter Exp $ */ /* diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c index 0a896b1f54904..50488c7c334ed 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/dos.c,v 1.7 1999/09/29 20:09:17 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h index 1ec83ac7f32cc..174b92861ad8b 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/dos.h,v 1.2 1999/08/28 01:00:11 peter Exp $ */ /* diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 0fa73f4a029a6..c7df018f51756 100644 --- a/usr.bin/doscmd/doscmd.1 +++ b/usr.bin/doscmd/doscmd.1 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" BSDI doscmd.1,v 2.3 1996/04/08 19:32:29 bostic Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/doscmd/doscmd.1,v 1.12 1999/10/13 23:48:34 imp Exp $ .\" .Dd January 30, 1995 .Dt DOSCMD 1 diff --git a/usr.bin/doscmd/doscmd.c b/usr.bin/doscmd/doscmd.c index 11665aa885d97..b4b006f159c0b 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/doscmd.c,v 1.13 1999/11/12 08:59:41 marcel Exp $ */ #include <sys/types.h> diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h index 8d5af631e5b5c..2c1b5b813dc30 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/doscmd.h,v 1.7 1999/10/13 23:48:35 imp Exp $ */ diff --git a/usr.bin/doscmd/doscmd_loader.c b/usr.bin/doscmd/doscmd_loader.c index d219ad52b46e2..0995e7a7c957b 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/doscmd_loader.c,v 1.2 1999/08/28 01:00:12 peter Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/ems.c b/usr.bin/doscmd/ems.c index 14bbd94fb8426..c7b61d312d8fc 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/ems.c,v 1.3 1999/09/29 20:09:17 marcel Exp $ */ /* diff --git a/usr.bin/doscmd/ems.h b/usr.bin/doscmd/ems.h index 276bddc6bbded..a29751708df38 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/ems.h,v 1.3 1999/08/28 01:00:13 peter Exp $ */ #ifndef EMS_H diff --git a/usr.bin/doscmd/emsdriv.S b/usr.bin/doscmd/emsdriv.S index 40c7affd00b70..55178524dfdad 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. ! -! $FreeBSD$ +! $FreeBSD: src/usr.bin/doscmd/emsdriv.S,v 1.2 1999/08/28 01:00:14 peter Exp $ ! diff --git a/usr.bin/doscmd/emuint.c b/usr.bin/doscmd/emuint.c index 750a6f9ee06a2..34c80e77fceae 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/emuint.c,v 1.3 1999/09/29 20:09:17 marcel Exp $ */ #include <sys/param.h> diff --git a/usr.bin/doscmd/emuint.h b/usr.bin/doscmd/emuint.h index d3797687eda33..9ce5af83cde87 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/emuint.h,v 1.2 1999/08/28 01:00:14 peter Exp $ */ diff --git a/usr.bin/doscmd/exe.c b/usr.bin/doscmd/exe.c index ce9a8f02d0494..dd746772dc9d4 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/exe.c,v 1.2 1999/08/28 01:00:15 peter Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/int.c b/usr.bin/doscmd/int.c index 7657d219654bc..3edd1911210c9 100644 --- a/usr.bin/doscmd/int.c +++ b/usr.bin/doscmd/int.c @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/int.c,v 1.3 1999/09/29 20:09:18 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int10.c b/usr.bin/doscmd/int10.c index c05e6263c0c9a..18fbdc350cc23 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int10.c,v 1.3 1999/09/29 20:09:18 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int13.c b/usr.bin/doscmd/int13.c index ded17c857f9c6..101049f45ccd2 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int13.c,v 1.4 1999/09/29 20:09:18 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int14.c b/usr.bin/doscmd/int14.c index 4d367eb7f4a00..4416111dd5ca8 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int14.c,v 1.2 1999/08/28 01:00:17 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c index 517e1312c186f..3fec7bb11f05a 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int16.c,v 1.2 1999/08/28 01:00:17 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int17.c b/usr.bin/doscmd/int17.c index d62d6da9b321e..4b7aa4d686a43 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int17.c,v 1.4 1999/08/28 01:00:17 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int1a.c b/usr.bin/doscmd/int1a.c index ff7df30f83769..b1ca94c048f7a 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int1a.c,v 1.3 1999/08/28 01:00:18 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/int2f.c b/usr.bin/doscmd/int2f.c index 8bfe3d8db71e3..176323058fe89 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/int2f.c,v 1.3 1999/08/28 01:00:18 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/intff.c b/usr.bin/doscmd/intff.c index 800424ca63956..62c7c2586d0f1 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/intff.c,v 1.7 1999/09/29 20:09:18 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/mem.c b/usr.bin/doscmd/mem.c index bae413f660fce..e61383c3db0e7 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/mem.c,v 1.2 1999/08/28 01:00:19 peter Exp $ */ #include <stdio.h> diff --git a/usr.bin/doscmd/mouse.c b/usr.bin/doscmd/mouse.c index 93416b8016193..6c34a4fbe205e 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/mouse.c,v 1.3 1999/09/29 20:09:18 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/mouse.h b/usr.bin/doscmd/mouse.h index b77cba48f57df..8dbf3858878c2 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/mouse.h,v 1.2 1999/08/28 01:00:20 peter Exp $ */ typedef struct { diff --git a/usr.bin/doscmd/net.c b/usr.bin/doscmd/net.c index b899d96599a8d..defd378921efe 100644 --- a/usr.bin/doscmd/net.c +++ b/usr.bin/doscmd/net.c @@ -1,7 +1,7 @@ /* ** No copyright! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/net.c,v 1.2 1999/08/28 01:00:21 peter Exp $ ** ** NetBIOS etc. hooks. */ diff --git a/usr.bin/doscmd/port.c b/usr.bin/doscmd/port.c index fe5b5a86e2158..63ae7fe721f77 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/port.c,v 1.5 1999/10/13 23:48:35 imp Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/redir.S b/usr.bin/doscmd/redir.S index 1f40f3cce6e88..782a26c5cf5d9 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. ! -! $FreeBSD$ +! $FreeBSD: src/usr.bin/doscmd/redir.S,v 1.2 1999/08/28 01:00:22 peter Exp $ ! diff --git a/usr.bin/doscmd/register.h b/usr.bin/doscmd/register.h index 6e0752c542ddf..78433828a061e 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. ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/register.h,v 1.4 1999/10/08 09:02:38 marcel Exp $ */ /****************************************************************************** diff --git a/usr.bin/doscmd/setver.c b/usr.bin/doscmd/setver.c index 5826567373ed2..f376279b8ae9d 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/setver.c,v 1.2 1999/08/28 01:00:23 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/signal.c b/usr.bin/doscmd/signal.c index ec4a078d35c4c..caf5ce28c14e7 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/signal.c,v 1.6 1999/10/08 09:02:38 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/timer.c b/usr.bin/doscmd/timer.c index 41b30199585aa..40064a19358a5 100644 --- a/usr.bin/doscmd/timer.c +++ b/usr.bin/doscmd/timer.c @@ -1,7 +1,7 @@ /* ** No copyright?! ** -** $FreeBSD$ +** $FreeBSD: src/usr.bin/doscmd/timer.c,v 1.2 1999/08/28 01:00:24 peter Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/trace.c b/usr.bin/doscmd/trace.c index 0e76b19c8674b..7bb89cfff930f 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/trace.c,v 1.3 1999/09/29 20:09:18 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/trap.c b/usr.bin/doscmd/trap.c index f0bfc853b46c2..3a3affd9a29c3 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/trap.c,v 1.7 1999/10/08 09:02:39 marcel Exp $ */ #include "doscmd.h" diff --git a/usr.bin/doscmd/trap.h b/usr.bin/doscmd/trap.h index 6cba0df95c3d8..4207dd73a0e21 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/trap.h,v 1.2 1999/08/28 01:00:25 peter Exp $ */ #define CLI 0xfa diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index be747b0a4041e..5c75663a96cbf 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/tty.c,v 1.8 1999/10/13 23:40:49 imp Exp $ */ #ifndef NO_X diff --git a/usr.bin/doscmd/video.h b/usr.bin/doscmd/video.h index 7b36eb7820569..07c53cdee111e 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 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/video.h,v 1.2 1999/08/28 01:00:27 peter Exp $ */ /* diff --git a/usr.bin/doscmd/xms.c b/usr.bin/doscmd/xms.c index 08ed8083cad49..17730ed8a508b 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/xms.c,v 1.6 1999/09/29 20:09:19 marcel Exp $ */ /* diff --git a/usr.bin/doscmd/xms.h b/usr.bin/doscmd/xms.h index 51890282b24c1..3481bcaa177f4 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/xms.h,v 1.2 1999/08/28 01:00:27 peter Exp $ */ #ifndef XMS_H diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index 8eb6e9666eda5..03c0c4f1b855d 100644 --- a/usr.bin/du/Makefile +++ b/usr.bin/du/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/du/Makefile,v 1.4 2000/01/27 20:55:09 mharo Exp $ PROG= du CFLAGS+= -Wall diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index fedd012113461..5a292266b7f6b 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/du/du.1,v 1.15 2000/03/02 14:53:29 sheldonh Exp $ .\" .Dd April 1, 1994 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 6865ad12dd571..2c727c3f9972e 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -44,7 +44,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/usr.bin/du/du.c,v 1.17 2000/01/25 17:46:59 mharo Exp $"; #endif /* not lint */ diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 3f957835d2385..cb0a18af1e8fe 100644 --- a/usr.bin/ee/ee.1 +++ b/usr.bin/ee/ee.1 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ee/ee.1,v 1.8 1999/09/20 09:15:19 phantom Exp $ .\" .Dd August 30, 1995 .Dt EE 1 diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index 4f2da7d39de4f..752dc240c1278 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -52,7 +52,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ee/ee.c,v 1.16 1999/10/18 16:30:12 ache Exp $"; #endif /* not lint */ char *ee_copyright_message = diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index 0131e5ea37b2c..72625d89f6c88 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. | - | $FreeBSD$ + | $FreeBSD: src/usr.bin/ee/new_curse.c,v 1.4 1999/09/06 07:33:51 peter 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 $FreeBSD$"; +char * new_curse_name= "@(#) new_curse.c $FreeBSD: src/usr.bin/ee/new_curse.c,v 1.4 1999/09/06 07:33:51 peter Exp $"; #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 ef2ce2230d3e9..3b4c6fe5d8723 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 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg,v 1.6 1999/08/28 01:00:35 peter 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 1e71ddd1e56f1..43796bb5c602e 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 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg,v 1.6 1999/10/18 16:30:35 ache 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 e4c2c9567b358..c25df2b68650f 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 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg,v 1.9 1999/08/28 01:00:37 peter 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 d5dfd4b3572ee..0a4e6c947cf27 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 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg,v 1.4 1999/08/28 05:08:13 peter Exp $ $ $set 1 $quote " diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index aa025e2028a0c..c9f071120f574 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/enigma/enigma.1,v 1.5 1999/08/28 01:00:38 peter Exp $ .\" " .Dd October 30, 1998 .Os diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 6c4aebc604b7c..59249b9db467b 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)expand.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/expand/expand.1,v 1.3 1999/08/28 01:00:44 peter Exp $ .\" .Dd June 9, 1993 .Dt EXPAND 1 diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index f16f645827549..7e058357e7818 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/expand/expand.c,v 1.5 1999/08/28 01:00:45 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 28339d3b761f6..a209ff48f896b 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)false.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/false/false.1,v 1.3 1999/08/28 01:00:46 peter Exp $ .\" .Dd June 6, 1993 .Dt FALSE 1 diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index b2b2ea0d36b27..dfdb845926ac4 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fetch/fetch.1,v 1.33 2000/03/01 12:19:38 sheldonh Exp $ .Dd February 22, 1999 .Dt FETCH 1 .Os FreeBSD 4.0 diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h index d54a343c33707..91e3eeb8c5508 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/fetch.h,v 1.10 2000/03/08 13:02:10 cracauer Exp $ */ #ifndef fetch_h diff --git a/usr.bin/fetch/file.c b/usr.bin/fetch/file.c index 24dfd75ab4cae..3289e21fc7c44 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/file.c,v 1.6 1999/08/28 01:00:49 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/ftp.c b/usr.bin/fetch/ftp.c index 7abab354fdbbb..babbee36146a1 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/ftp.c,v 1.16 2000/03/08 13:02:10 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/http.c b/usr.bin/fetch/http.c index e7d5f8b9c4acd..7a0fa585f8810 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/http.c,v 1.31 2000/03/08 13:02:10 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 1df192cab04c7..68f7477c69178 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/fetch/main.c,v 1.55 2000/03/08 13:02:11 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/uri.c b/usr.bin/fetch/uri.c index 3aeb0d1c74a89..b895100e98cd3 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/uri.c,v 1.2 1999/08/28 01:00:51 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/util.c b/usr.bin/fetch/util.c index bac316d3a508f..31b3896b5855b 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fetch/util.c,v 1.7 1999/08/28 01:00:52 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE index 29f21aed456be..0a06ff5f1e06e 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. -$FreeBSD$ +$FreeBSD: src/usr.bin/file/LEGAL.NOTICE,v 1.4 1999/08/28 01:00:53 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 cb318445c60fb..b0a60d3235846 100644 --- a/usr.bin/file/MAINT +++ b/usr.bin/file/MAINT @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/file/MAINT,v 1.4 1999/08/28 01:00:54 peter Exp $ Maintenance notes: diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff index a3e1e0bfce4c4..64ec66ab3e5f0 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 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Magdir/Localstuff,v 1.4 1999/08/28 01:01:04 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 0fd952a2ee438..a9b88524e94ab 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 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Magdir/softquad,v 1.4 1999/08/28 01:01:07 peter Exp $ # Author/Editor and RulesBuilder # # XXX - byte order? diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 3834e4b0b3077..c9ec917bc61e8 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. -# @(#)$FreeBSD$ +# @(#)$FreeBSD: src/usr.bin/file/Makefile,v 1.13 1999/08/28 01:00:54 peter 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 7e65021d2950c..07667c04d2d7e 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,5 +1,5 @@ Portability of the new file(1) command. -@(#) $FreeBSD$ +@(#) $FreeBSD: src/usr.bin/file/PORTING,v 1.4 1999/08/28 01:00:55 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 9872176410bef..ac800ca7d0b8e 100644 --- a/usr.bin/file/README +++ b/usr.bin/file/README @@ -1,5 +1,5 @@ ** README for file(1) Command ** -@(#) $FreeBSD$ +@(#) $FreeBSD: src/usr.bin/file/README,v 1.5 1999/08/28 01:00:55 peter 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 9c5b94547f554..254cded50154f 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/apprentice.c,v 1.9 1999/08/28 01:00:55 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index bf116999e3dc8..bce9d46fd8cb3 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/ascmagic.c,v 1.10 1999/08/28 01:00:56 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index f1e8ae8b2510c..adf1f53fbb8b3 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -8,7 +8,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/compress.c,v 1.7 1999/08/28 01:00:56 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index 0436074fc6345..224209303c46c 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) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/cvsimport.sh,v 1.5 1999/08/28 01:00:56 peter 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 e4cef2831f5c2..c777f218b9769 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh 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 f420cac9f1c01..2e825d8c5a03b 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/file.c,v 1.10 1999/08/28 01:00:58 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index 7d42ad88c712e..c6364b9ffa11f 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,6 +1,6 @@ /* * file.h - definitions for file(1) program - * @(#)$FreeBSD$ + * @(#)$FreeBSD: src/usr.bin/file/file.h,v 1.10 1999/08/28 01:00:59 peter 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 b9f690c10540a..c48e34a9d1c44 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/fsmagic.c,v 1.9 1999/08/28 01:00:59 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c index f04208e08a01c..e7536695bb887 100644 --- a/usr.bin/file/internat.c +++ b/usr.bin/file/internat.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/internat.c,v 1.3 1999/08/28 01:00:59 peter Exp $"; #endif /* not lint */ #include "file.h" diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 362825f3e8d63..97b720d652731 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/is_tar.c,v 1.7 1999/08/28 01:01:00 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 30cfff1d95631..ff49e2635ad37 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -1,5 +1,5 @@ .\" -.\" @(#)$FreeBSD$ +.\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh 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 1273375f6a499..5c5b40ee6d38c 100644 --- a/usr.bin/file/names.h +++ b/usr.bin/file/names.h @@ -10,7 +10,7 @@ * * See LEGAL.NOTICE * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/file/names.h,v 1.6 1999/08/28 01:01:00 peter 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 7fe74e7f1d65a..3d52e63d303b1 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. - * $FreeBSD$ + * $FreeBSD: src/usr.bin/file/patchlevel.h,v 1.9 1999/08/28 01:01:01 peter Exp $ * */ diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 8cd079ad8fcd9..986bef260d032 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/print.c,v 1.9 1999/08/28 01:01:01 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index 5674402a46020..526eb51e7017c 100644 --- a/usr.bin/file/readelf.c +++ b/usr.bin/file/readelf.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/readelf.c,v 1.6 1999/08/28 01:01:02 peter Exp $"; #endif /* not lint */ #ifdef BUILTIN_ELF diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h index 28d44976c2410..a28646e8c6d06 100644 --- a/usr.bin/file/readelf.h +++ b/usr.bin/file/readelf.h @@ -1,6 +1,6 @@ /* * readelf.h - * @(#)$FreeBSD$ + * @(#)$FreeBSD: src/usr.bin/file/readelf.h,v 1.3 1999/08/28 01:01:02 peter 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 c1e79257963cb..e9311b818eb01 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/file/softmagic.c,v 1.9 1999/08/28 01:01:02 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index 87f0d55f25ad7..79d5dee445735 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. * - * $FreeBSD$ # checkin only + * $FreeBSD: src/usr.bin/file/tar.h,v 1.4 1999/08/28 01:01:03 peter Exp $ # checkin only */ /* diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index 79fdc9267dcec..fc3b2b96422e1 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file2c/Makefile,v 1.4 1999/08/28 01:01:09 peter Exp $ PROG= file2c MAN1= file2c.1 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index 0cf0d42826a7c..dd9db3f656dae 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 .\" --------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/file2c/file2c.1,v 1.6 1999/08/28 01:01:09 peter Exp $ .\" .Dd January 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index f946bbd5cc822..df9d5b9790b29 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 * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/file2c/file2c.c,v 1.5 1999/08/28 01:01:10 peter Exp $ * */ diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index 0b7db3630bf64..f1c43179c340a 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/find/Makefile,v 1.8 2000/02/05 18:42:34 joe Exp $ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c setflags.c diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 8119e322f79f1..2cb4ffb7ee95c 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/16/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/extern.h,v 1.9 1999/12/19 15:43:18 roberto Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index d605e1986cacb..803d5a605af26 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/find/find.1,v 1.23 2000/03/01 10:48:32 nik Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index b6e2eab86b6df..8630fb3dd1ca7 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)find.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/find.h,v 1.6 1999/12/19 15:43:18 roberto Exp $ */ /* node type */ diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 0dad26bb491c5..163fa1f7de3b0 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.bin/find/function.c,v 1.22 2000/02/05 18:42:34 joe Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index b1ebd4583cdc1..6720be27e6499 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/option.c,v 1.9 1999/12/19 15:43:19 roberto Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 68306b8d3637c..aee66f33c2930 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/finger/finger.1,v 1.9 2000/03/01 12:19:40 sheldonh Exp $ .\" .Dd August 1, 1997 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 77f365a537a11..c6407bc14ec26 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/finger/finger.c,v 1.15 1999/08/28 01:01:13 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 7d4d99f6fb6fe..ef029a531882d 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)finger.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/finger/finger.h,v 1.4 1999/08/28 01:01:14 peter Exp $ */ typedef struct person { diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 3d0a4091c0705..af8b8dacce3ad 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/finger/lprint.c,v 1.10 1999/08/28 01:01:15 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 2903c063806fe..38d6c2feda109 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/finger/net.c,v 1.12 1999/08/28 01:01:15 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index acf9dff350a33..eb1b45be511b3 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/finger/sprint.c,v 1.11 1999/08/28 01:01:16 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 54c68f0f6f981..b8f87e5eda822 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/finger/util.c,v 1.8 1999/08/28 01:01:16 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index e2937385aa6ec..4d2f1105cfc97 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fmt.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fmt/fmt.1,v 1.7 2000/03/09 09:27:40 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt FMT 1 diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 94dd8c6de00d4..e76b8f3cc8536 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/fmt/fmt.c,v 1.12 1999/08/28 01:01:18 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index a37121d6c8a78..e8d73f6a0393c 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fold.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fold/fold.1,v 1.3 1999/08/28 01:01:19 peter Exp $ .\" .Dd June 6, 1993 .Dt FOLD 1 diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 386caaffcea29..109c07eca04e5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/fold/fold.c,v 1.4 1999/08/28 01:01:19 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 0078a9e6b5d6c..76aef515cd14d 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)from.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/from/from.1,v 1.7 1999/08/28 01:01:22 peter Exp $ .\" .Dd December 30, 1993 .Dt FROM 1 diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 6b3320712f062..506dd968bf1f4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/from/from.c,v 1.8 1999/08/28 01:01:22 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 8e9e277d38d07..4dabfad0d968d 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fstat/Makefile,v 1.4 1999/08/28 01:01:25 peter Exp $ PROG= fstat CFLAGS+=-Wall diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index c6c6dbc00e379..4b3f0b543b2b6 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fstat.1 8.3 (Berkeley) 2/25/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fstat/fstat.1,v 1.9 1999/09/06 13:14:24 sheldonh Exp $ .\" .Dd February 25, 1994 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index ec8df44575e39..11a5f9edfc6ef 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/fstat/fstat.c,v 1.21 2000/02/19 21:46:45 shin Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index b5a59cc8330ed..08c7581e5bfea 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ftp/Makefile,v 1.11 2000/01/27 09:28:26 shin 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 acc3c6bde69cb..e23201f21d19a 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/cmds.c,v 1.16 1999/08/28 01:01:28 peter 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/cmds.c,v 1.16 1999/08/28 01:01:28 peter 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 542d32053d95b..cd5ee20d9e07d 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/cmdtab.c,v 1.7 1999/08/28 01:01:29 peter 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/cmdtab.c,v 1.7 1999/08/28 01:01:29 peter 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 ee0453f61e157..f7479adfc1ff1 100644 --- a/usr.bin/ftp/complete.c +++ b/usr.bin/ftp/complete.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/complete.c,v 1.5 1999/08/28 01:01:30 peter 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/complete.c,v 1.5 1999/08/28 01:01:30 peter 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 907af4583b9a8..f0154b1ff5024 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/domacro.c,v 1.6 1999/08/28 01:01:31 peter 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/domacro.c,v 1.6 1999/08/28 01:01:31 peter 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 278be80b1bef3..fac9bd9abd36b 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/extern.h,v 1.10 2000/02/15 15:11:38 shin 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 f306406182d2a..149c4c3159fc0 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -38,7 +38,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/fetch.c,v 1.12 2000/02/15 15:11:38 shin 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 c201f9fd484d7..e2e4ca4c4e45d 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ftp/ftp.1,v 1.15 2000/03/10 14:46:30 sheldonh 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 6e0e7d2f64789..3dd02774db599 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/ftp.c,v 1.28 2000/02/28 18:37:07 shin 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/ftp.c,v 1.28 2000/02/28 18:37:07 shin 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 75cb5da0dbcd4..7cdd8076bf632 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/ftp_var.h,v 1.11 2000/02/21 18:18:41 ache 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 446087898d0ea..464936f6fc316 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/main.c,v 1.25 2000/02/15 15:11:39 shin 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\ #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/main.c,v 1.25 2000/02/15 15:11:39 shin 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 bf71177a33d43..b5bc86ee3f14c 100644 --- a/usr.bin/ftp/pathnames.h +++ b/usr.bin/ftp/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/pathnames.h,v 1.4 1999/08/28 01:01:33 peter 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 84355d320e17e..285dd323e9579 100644 --- a/usr.bin/ftp/ruserpass.c +++ b/usr.bin/ftp/ruserpass.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/ruserpass.c,v 1.9 1999/08/28 01:01:34 peter 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/ruserpass.c,v 1.9 1999/08/28 01:01:34 peter 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 4aa315ccfc43e..c223fd0f831f2 100644 --- a/usr.bin/ftp/util.c +++ b/usr.bin/ftp/util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/util.c,v 1.12 2000/02/21 18:18:41 ache 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("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/util.c,v 1.12 2000/02/21 18:18:41 ache 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/Makefile b/usr.bin/gcore/Makefile index f495ecb0c66f1..d4cd1be29903d 100644 --- a/usr.bin/gcore/Makefile +++ b/usr.bin/gcore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gcore/Makefile,v 1.6 1999/11/14 13:54:43 marcel Exp $ PROG= gcore SRCS= elfcore.c gcore.c diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index c05dad6c83771..22af8a4f036a1 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gcore/elfcore.c,v 1.5 1999/10/29 18:08:05 phk Exp $ */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 7efe6ffe3bc9b..97b37e256feb4 100644 --- a/usr.bin/gcore/gcore.1 +++ b/usr.bin/gcore/gcore.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gcore.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gcore/gcore.1,v 1.8 2000/03/01 12:19:41 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt GCORE 1 diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 6ad9568ede3f3..4aabc9ec70711 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gcore/gcore.c,v 1.15 1999/08/28 01:01:39 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index 331901c1841ca..97e5dc2b1302d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gcore/md-nop.c,v 1.3 1999/08/28 01:01:39 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/genassym/Makefile b/usr.bin/genassym/Makefile index c85dc9b4be98f..f19b9b3baf837 100644 --- a/usr.bin/genassym/Makefile +++ b/usr.bin/genassym/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/genassym/Makefile,v 1.1 1999/12/23 11:07:44 marcel Exp $ TARGET_ARCH?= ${MACHINE_ARCH} diff --git a/usr.bin/genassym/genassym.8 b/usr.bin/genassym/genassym.8 index 60a3b83dc9a0c..d4d42a9c87204 100644 --- a/usr.bin/genassym/genassym.8 +++ b/usr.bin/genassym/genassym.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/genassym/genassym.8,v 1.2 2000/03/01 12:20:17 sheldonh Exp $ .\" .Dd December 20, 1999 .Dt GENASSYM 8 diff --git a/usr.bin/genassym/genassym.c b/usr.bin/genassym/genassym.c index 52a1877d02220..2abb290b3e251 100644 --- a/usr.bin/genassym/genassym.c +++ b/usr.bin/genassym/genassym.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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/genassym/genassym.c,v 1.1 1999/12/23 11:07:45 marcel Exp $ */ #include <sys/types.h> diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 45af07adf8952..2eeba06917c21 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gencat/Makefile,v 1.5 1999/08/28 01:01:40 peter Exp $ PROG= gencat SRCS= gencat.c genlib.c diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index b7936c6ef1284..ee03389b6aa9e 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gencat/gencat.1,v 1.4 1999/08/28 01:01:40 peter Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/gensetdefs/Makefile b/usr.bin/gensetdefs/Makefile index 894287376a9d7..b7bc4578602f8 100644 --- a/usr.bin/gensetdefs/Makefile +++ b/usr.bin/gensetdefs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gensetdefs/Makefile,v 1.6 1999/12/12 21:16:46 marcel Exp $ TARGET_ARCH?= ${MACHINE_ARCH} diff --git a/usr.bin/gensetdefs/gensetdefs.8 b/usr.bin/gensetdefs/gensetdefs.8 index 8b0bf59073a0f..e1be5db2b64fd 100644 --- a/usr.bin/gensetdefs/gensetdefs.8 +++ b/usr.bin/gensetdefs/gensetdefs.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gensetdefs/gensetdefs.8,v 1.2 1999/08/28 01:01:42 peter Exp $ .\" .Dd March 10, 1999 .Dt GENSETDEFS 8 diff --git a/usr.bin/gensetdefs/gensetdefs.c b/usr.bin/gensetdefs/gensetdefs.c index dd8765b5ffc9c..c967cd59399fd 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gensetdefs/gensetdefs.c,v 1.4 1999/12/12 21:16:46 marcel Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 5d01b3d705c28..aaa196f68d253 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getopt/Makefile,v 1.2 1999/08/28 05:08:14 peter Exp $ # PROG = getopt diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 72ae418925fd1..d56c5153ceaab 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/getopt/getopt.1,v 1.10 2000/03/01 12:19:42 sheldonh Exp $ .\" .Dd April 3, 1999 .Dt GETOPT 1 diff --git a/usr.bin/global/Makefile b/usr.bin/global/Makefile index a37a2f967cdac..912c3fe1b164e 100644 --- a/usr.bin/global/Makefile +++ b/usr.bin/global/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/Makefile,v 1.4 1999/08/28 01:01:44 peter Exp $ SUBDIR= lib global gtags gctags btreeop htags systags diff --git a/usr.bin/global/Makefile.inc b/usr.bin/global/Makefile.inc index 0e33fa03b8fec..c3973c34e2069 100644 --- a/usr.bin/global/Makefile.inc +++ b/usr.bin/global/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/Makefile.inc,v 1.7 1999/08/28 01:01:44 peter Exp $ .if !defined(GLOBAL_MAKEFILE_INC_BEEN_HERE) diff --git a/usr.bin/global/btreeop/Makefile b/usr.bin/global/btreeop/Makefile index da762b8ccbbb2..a33f62709cef0 100644 --- a/usr.bin/global/btreeop/Makefile +++ b/usr.bin/global/btreeop/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/btreeop/Makefile,v 1.6 1999/08/28 01:01:46 peter 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 48ae79232d688..a494e5148b05d 100644 --- a/usr.bin/global/gctags/Makefile +++ b/usr.bin/global/gctags/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/gctags/Makefile,v 1.6 1999/08/28 01:01:47 peter 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 61c4d092ab73d..f7c248081b427 100644 --- a/usr.bin/global/global/Makefile +++ b/usr.bin/global/global/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/global/Makefile,v 1.6 1999/08/28 01:01:48 peter 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 ab3fc7624f490..d3e5aa7875ec8 100644 --- a/usr.bin/global/gtags/Makefile +++ b/usr.bin/global/gtags/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/gtags/Makefile,v 1.7 1999/08/28 01:01:49 peter 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 197d5bb6ad475..bec8f8229156c 100644 --- a/usr.bin/global/htags/Makefile +++ b/usr.bin/global/htags/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/htags/Makefile,v 1.4 1999/08/28 01:01:50 peter 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 ad6b48d8ecdb1..e875868be4ba8 100644 --- a/usr.bin/global/lib/Makefile +++ b/usr.bin/global/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/lib/Makefile,v 1.4 1999/08/28 01:01:51 peter 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 ed125c424c683..95aa4583465fb 100644 --- a/usr.bin/global/systags/Makefile +++ b/usr.bin/global/systags/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/global/systags/Makefile,v 1.5 1999/08/28 01:01:53 peter 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 c6e77103e7395..d6bed2035a7ba 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gprof/arcs.c,v 1.6 1999/08/28 01:01:54 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index b251defa51d23..4ba08f12833cd 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gprof.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gprof/gprof.1,v 1.12 2000/03/01 12:19:46 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt GPROF 1 diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index dfb1e2c82a7f9..bae9b02d405f3 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gprof/gprof.c,v 1.11 1999/08/28 01:01:55 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 0fb74f44ce98a..391171d7bd43e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gprof/printgprof.c,v 1.6 1999/08/28 01:01:56 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index c77b19fa008b1..83d93af98967b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gprof/printlist.c,v 1.3 1999/08/28 01:01:56 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 8e333a5d3ab75..45ffde8159c2f 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)head.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/head/head.1,v 1.4 1999/08/28 01:01:58 peter Exp $ .\" .Dd June 6, 1993 .Dt HEAD 1 diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index e93896bc3ef0a..aa2a07edb95eb 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/head/head.c,v 1.10 1999/08/28 01:01:58 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 2d3bdcbd964a2..18d66ceebcd1f 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/hexdump/display.c,v 1.4 1999/08/28 01:02:00 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index 71a8caa9d7f21..a75d2f9733853 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/hexdump/hexdump.1,v 1.9 1999/09/20 09:15:20 phantom Exp $ .\" .Dd April 18, 1994 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index c8ce78de8c3a6..a31a9ec888e11 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/hexdump/hexdump.c,v 1.4 1999/08/28 01:02:01 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index f3bf5878dafec..d784855e076e7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/hexdump/hexsyntax.c,v 1.8 1999/08/28 01:02:02 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index ba11227cc57dd..175f41f22c5c9 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/hexdump/od.1,v 1.8 1999/09/20 09:15:20 phantom Exp $ .\" .Dd May 27, 1994 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 65a160e64453f..ca87c8ba9d8e6 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/hexdump/odsyntax.c,v 1.8 1999/08/28 01:02:03 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index d02cd09a01859..5c5a36e6771a4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/hexdump/parse.c,v 1.4 1999/08/28 01:02:03 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index a81d9e7562a4d..4d4007ff164e8 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/host/Makefile,v 1.7 1999/11/30 06:25:19 peter Exp $ USE_LIBBIND= yes .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 48bbff64d07b4..bb6eb5e25f456 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)groups.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/groups.1,v 1.4 1999/08/28 01:02:06 peter Exp $ .\" .Dd June 6, 1993 .Dt GROUPS 1 diff --git a/usr.bin/id/groups.sh b/usr.bin/id/groups.sh index b6350be8057ec..59a8a700d2aee 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 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/id/groups.sh,v 1.6 1999/08/28 01:02:06 peter Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index 7205976faf1e2..6ced270a95baa 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/id.1,v 1.7 1999/09/01 22:56:44 chris Exp $ .\" .Dd June 6, 1993 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 821d7018ca737..2328e4f7aee27 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/id/id.c,v 1.12 1999/09/06 20:07:12 billf Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index 16e542e41d837..d95b409f2c25f 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)whoami.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/whoami.1,v 1.4 1999/08/28 01:02:08 peter Exp $ .\" .Dd June 6, 1993 .Dt WHOAMI 1 diff --git a/usr.bin/id/whoami.sh b/usr.bin/id/whoami.sh index 9b18bac19953f..e2c5562a37bd7 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 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/id/whoami.sh,v 1.6 1999/08/28 01:02:08 peter Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 7a646c0fcfd9b..e1cf138dcde8e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/args.c,v 1.3 1999/08/28 01:02:10 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index b7af9b4c2af30..a2054e91ee056 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)indent.1 8.1 (Berkeley) 7/1/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/indent/indent.1,v 1.8 1999/08/28 01:02:10 peter Exp $ .\" .Dd July 1, 1993 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 02d34445ee759..1beb532d57896 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/indent.c,v 1.5 1999/08/28 01:02:11 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 596c849d6c352..3953e693710b9 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/io.c,v 1.5 1999/08/28 01:02:12 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 9c0e45c0702cc..0d32c401ceb94 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcrm/Makefile,v 1.4 1999/08/28 01:02:13 peter Exp $ PROG= ipcrm diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 78e4054a02fcd..267f62740164c 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ipcrm/ipcrm.1,v 1.7 1999/08/28 01:02:13 peter Exp $ .\"" .Dd August 8, 1994 .Dt IPCRM 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index b52100f632bcd..612467f9c99c5 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ipcrm/ipcrm.c,v 1.6 1999/08/28 01:02:14 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 665371074767a..a51392641c563 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.5 1999/08/28 01:02:15 peter Exp $ PROG= ipcs BINGRP= kmem diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index b52961465f659..8ae65357d8ce8 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ipcs/ipcs.1,v 1.9 1999/08/28 01:02:16 peter Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 0665c5019a830..5d2bb816f79ed 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ipcs/ipcs.c,v 1.12 1999/12/29 05:05:32 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index a95454b17b7ff..7479addd3abe1 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)join.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/join/join.1,v 1.3 1999/08/28 01:02:17 peter Exp $ .\" .Dd April 28, 1995 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 4b4add9bc1d66..e172b0bf54d7c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/join/join.c,v 1.10 1999/08/28 01:02:19 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 68fc42e35ec49..abf135aff400a 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/jot/jot.1,v 1.8 2000/01/06 15:37:37 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index a15b83f9937ef..8b2bc6c27dc54 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/jot/jot.c,v 1.13 2000/01/06 15:37:37 sheldonh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 534538fb93387..7c9eacd388ae1 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/Makefile,v 1.4 1999/12/03 12:50:01 marcel Exp $ PROG= kdump CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../.. diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index b4df3ebb698bc..92e0e8de0e64e 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/kdump/kdump.1,v 1.5 1999/08/28 01:02:21 peter Exp $ .\" .Dd June 6, 1993 .Dt KDUMP 1 diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 34d2bb67027cf..b1359b1cad5d0 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/kdump/kdump.c,v 1.17 1999/12/29 05:05:33 peter Exp $"; #endif /* not lint */ #define _KERNEL diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index a295a591f449b..ce4353a710f31 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,6 +1,6 @@ set -e -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/mkioctls,v 1.15 1999/12/08 19:47:08 phk Exp $ if [ "x$1" = "x-s" ]; then use_switch=1 diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1 index a20dd419d5582..7d84d03a6562c 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/key/key.1,v 1.5 1999/08/28 01:02:23 peter Exp $ .\" .Dd December 2, 1991 .Dt KEY 1 diff --git a/usr.bin/keyinfo/keyinfo.1 b/usr.bin/keyinfo/keyinfo.1 index 7750437363547..02c6f3ef5f823 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keyinfo/keyinfo.1,v 1.7 1999/08/28 01:02:24 peter Exp $ .\" .Dd April 26, 1996 .Dt KEYINFO 1 diff --git a/usr.bin/keyinfo/keyinfo.pl b/usr.bin/keyinfo/keyinfo.pl index 8316c58965052..f4a7d58c6aa06 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. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keyinfo/keyinfo.pl,v 1.4 1999/08/28 01:02:24 peter Exp $ # die "usage: keyinfo [user]\n" unless $#ARGV < 1; diff --git a/usr.bin/keyinit/keyinit.1 b/usr.bin/keyinit/keyinit.1 index 13a545c54c97d..ac27c4a67e698 100644 --- a/usr.bin/keyinit/keyinit.1 +++ b/usr.bin/keyinit/keyinit.1 @@ -1,5 +1,5 @@ .\" @(#)keyinit.1 1.0 (Bellcore) 7/20/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keyinit/keyinit.1,v 1.8 2000/03/01 12:19:47 sheldonh Exp $ .\" .Dd July 20, 1993 .Dt KEYINIT 1 diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index bf279eb25b22b..776568cb44ab1 100644 --- a/usr.bin/keylogin/Makefile +++ b/usr.bin/keylogin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keylogin/Makefile,v 1.3 1999/08/28 01:02:27 peter Exp $ PROG= keylogin diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1 index 656e22e70c7f7..dc4d2671b0b5d 100644 --- a/usr.bin/keylogin/keylogin.1 +++ b/usr.bin/keylogin/keylogin.1 @@ -1,6 +1,6 @@ .\" @(#)keylogin.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keylogin/keylogin.1,v 1.5 2000/03/01 12:19:49 sheldonh Exp $ .\" .Dd September 9, 1987 .Dt KEYLOGIN 1 diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index cc433e4446697..9674b3ce9bea4 100644 --- a/usr.bin/keylogout/Makefile +++ b/usr.bin/keylogout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keylogout/Makefile,v 1.3 1999/08/28 01:02:28 peter Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 7a3503e55e0a6..7edc722d89f2e 100644 --- a/usr.bin/keylogout/keylogout.1 +++ b/usr.bin/keylogout/keylogout.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keylogout/keylogout.1,v 1.4 1999/08/28 01:02:29 peter Exp $ .\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI; .Dd April 15, 1989 .Dt KEYLOGOUT 1 diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index d5276d2e168fb..347fc021914c4 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/keylogout/keylogout.c,v 1.3 1999/08/28 01:02:29 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile index 0a0ced7d0db28..eca3ed2d510ef 100644 --- a/usr.bin/killall/Makefile +++ b/usr.bin/killall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/killall/Makefile,v 1.3 1999/08/28 01:02:30 peter Exp $ MAINTAINER= wosch MAN1= killall.1 diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index c7b3c3e0feb2a..56c5c49ffeab3 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/killall/killall.1,v 1.11 1999/08/28 01:02:31 peter Exp $ .\" .Dd June 25, 1995 .Os FreeBSD 2.2 diff --git a/usr.bin/killall/killall.pl b/usr.bin/killall/killall.pl index 6238c7b49668c..3e1a8074d8e29 100755 --- a/usr.bin/killall/killall.pl +++ b/usr.bin/killall/killall.pl @@ -26,7 +26,7 @@ # # killall - kill processes by name # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/killall/killall.pl,v 1.12 1999/08/28 01:02:31 peter Exp $ $ENV{'PATH'} = '/bin:/usr/bin'; # security diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index c00bb7510459b..542046efc5a07 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 1.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ktrace/Makefile,v 1.6 1999/08/28 01:02:32 peter Exp $ PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 20a461a394100..3dab4418809cd 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ktrace/ktrace.1,v 1.8 1999/08/28 01:02:33 peter Exp $ .\" .Dd June 6, 1993 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 1c5a98ba67962..989e4e0210f94 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ktrace/ktrace.c,v 1.12 1999/08/28 01:02:33 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 4e4b3bf466a58..03fd1706afc99 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ktrace/subr.c,v 1.6 1999/08/28 01:02:34 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/kzip/Makefile b/usr.bin/kzip/Makefile index 8ff6f7f09623a..0eb7f5b8824b2 100644 --- a/usr.bin/kzip/Makefile +++ b/usr.bin/kzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kzip/Makefile,v 1.6 1999/08/28 01:02:36 peter Exp $ PROG= kzip MAN8= kzip.8 diff --git a/usr.bin/kzip/kzip.8 b/usr.bin/kzip/kzip.8 index a966d365f3146..50fcca06587d3 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/kzip/kzip.8,v 1.7 1999/08/28 01:02:36 peter Exp $ .\" .Dd August 15, 1996 .Os diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 430dcc39f6193..399d041e7b4c1 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/kzip/kzip.c,v 1.13 1999/08/28 01:02:36 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index b1c9ed8aba1c0..b1a45d47d6900 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lam.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lam/lam.1,v 1.4 1999/08/28 01:02:37 peter Exp $ .\" .Dd June 6, 1993 .Dt LAM 1 diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 277081095af7a..c259eccf1c068 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/lam/lam.c,v 1.3 1999/08/28 01:02:38 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 2bdfc50c47abf..fe33ba970a15b 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)last.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/last/last.1,v 1.6 2000/03/01 12:19:50 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt LAST 1 diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 33248e24b3c7b..20702994530ee 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lastcomm/lastcomm.1,v 1.7 1999/08/28 01:02:40 peter Exp $ .\" .Dd September 18, 1996 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 4beed143c977c..2a51c4be139af 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/lastcomm/lastcomm.c,v 1.10 1999/08/28 01:02:41 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index d7cd010696824..a99a5d15fa2eb 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ldd/Makefile,v 1.11 1999/08/28 01:02:42 peter Exp $ PROG= ldd SRCS= ldd.c diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 9920746bc5733..fee953ea70d9d 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ldd/ldd.1,v 1.12 2000/03/01 12:19:50 sheldonh Exp $ .\" .Dd October 22, 1993 .Dt LDD 1 diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index d565d607102fd..88c6ea078b1c3 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ldd/ldd.c,v 1.18 1999/08/28 01:02:43 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index a41afaa63c137..013c17e0f736f 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ldd/sods.c,v 1.9 1999/08/28 01:02:43 peter Exp $ */ #include <assert.h> diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index eacf6f1e021da..259c0d896f73e 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/leave/Makefile,v 1.3 1999/08/28 01:02:45 peter Exp $ PROG= leave CFLAGS+=-Wall diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index f0cc56e726f5f..ede74f21e21a3 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)leave.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/leave/leave.1,v 1.4 1999/08/28 01:02:45 peter Exp $ .\" .Dd April 28, 1995 .Dt LEAVE 1 diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index d76465531fa49..620252a7575c6 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/leave/leave.c,v 1.5 1999/08/28 01:02:46 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 12d827477faa5..3ae44fc9673f7 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,5 +1,5 @@ // $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $ -// $FreeBSD$ +// $FreeBSD: src/usr.bin/lex/FlexLexer.h,v 1.3 1999/10/27 07:56:43 obrien 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 f7604c2ade394..7b6a0c1571760 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lex/Makefile,v 1.15 1999/12/17 07:49:03 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 ea482ac371e07..045f57cd4e300 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/ccl.c,v 1.5 1999/10/27 07:56:43 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index 2e0b5b43747bb..f321b12333d7e 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,5 +1,5 @@ /* config.h. Generated automatically by configure. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/config.h,v 1.3 1999/08/28 05:08:16 peter 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 810c1491cb916..9ab73fbf674ca 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/dfa.c,v 2.26 95/04/20 13:53:14 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/dfa.c,v 1.5 1999/10/27 07:56:43 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index cdef5c8a2a897..dc1e53a21ddc0 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/ecs.c,v 1.5 1999/10/27 07:56:43 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index e894a272e06db..9b604efd7b6ac 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -2,7 +2,7 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/lex/flex.skl,v 1.4 1999/10/27 07:56:44 obrien Exp $ */ #define FLEX_SCANNER diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 6fc168c183dd4..78fdf605af9ae 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -27,7 +27,7 @@ */ /* @(#) $Header: /home/daffy/u0/vern/flex/RCS/flexdef.h,v 2.53 95/04/20 11:17:36 vern Exp $ (LBL) */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/flexdef.h,v 1.5 1999/10/27 07:56:44 obrien Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 437471c641f38..00b736f7355d9 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/gen.c,v 2.56 96/05/25 20:43:38 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/gen.c,v 1.5 1999/10/27 07:56:44 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 3cf4849a4a105..7618beb3e60ce 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -3,7 +3,7 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/lex/initscan.c,v 1.6 1999/10/27 07:56:45 obrien Exp $ */ #define FLEX_SCANNER @@ -1271,7 +1271,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/initscan.c,v 1.6 1999/10/27 07:56:45 obrien Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 0e81b61601fdc..c51c324546481 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lex/lex.1,v 1.10 1999/10/27 20:21:03 obrien Exp $ .\" .TH FLEX 1 "April 1995" "Version 2.5" .SH NAME diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 0091cc2747bcd..d95f229c292ba 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lex/lib/Makefile,v 1.7 1999/08/28 01:02:49 peter 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 426eb98985d4e..2927e16ccf759 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,7 +1,7 @@ /* 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 $ - * $FreeBSD$ */ + * $FreeBSD: src/usr.bin/lex/lib/libmain.c,v 1.3 1999/10/27 07:56:49 obrien Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index 75c669c6ae947..f249e9d540062 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,7 +1,7 @@ /* 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 $ - * $FreeBSD$ */ + * $FreeBSD: src/usr.bin/lex/lib/libyywrap.c,v 1.4 1999/10/27 07:56:49 obrien Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 97eff981a10a1..ed5413f62567b 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -33,7 +33,7 @@ char copyright[] = #endif /* not lint */ /* $Header: /home/daffy/u0/vern/flex/RCS/main.c,v 2.64 96/05/25 20:42:42 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/main.c,v 1.7 1999/10/27 07:56:45 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 6a0507873dedb..48d05b3b27839 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/misc.c,v 2.47 95/04/28 11:39:39 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/misc.c,v 1.5 1999/10/27 07:56:45 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index d101f370e78bb..76e6731763a00 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/nfa.c,v 2.17 95/03/04 16:11:42 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/nfa.c,v 1.5 1999/10/27 07:56:46 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index dc71379b3ee24..71c54154cdac2 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -34,7 +34,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/parse.y,v 1.3 1999/10/27 07:56:46 obrien 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 cee8a16d2deff..6ad8669775428 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -28,7 +28,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/scan.l,v 1.5 1999/10/27 07:56:46 obrien Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index ac1c4b2562075..4f930f0aacd50 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/sym.c,v 1.5 1999/10/27 07:56:47 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index be5491aa21a8b..f3da0f92e6b7d 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/tblcmp.c,v 2.11 94/11/05 17:08:28 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/tblcmp.c,v 1.5 1999/10/27 07:56:47 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/version.h b/usr.bin/lex/version.h index 5dbdf94b67656..a9f3056abef77 100644 --- a/usr.bin/lex/version.h +++ b/usr.bin/lex/version.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/version.h,v 1.3 1999/10/27 07:47:42 obrien Exp $ */ #define FLEX_VERSION "2.5.4" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 6c7ee3e7a5653..94eba115bec3c 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/yylex.c,v 1.5 1999/10/27 07:56:48 obrien Exp $ */ #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index e0f04928bd35d..0ca620c003277 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/limits/limits.1,v 1.14 1999/10/09 20:47:58 green Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 80613021d1307..ce4d80f8ae144 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -20,7 +20,7 @@ * * Display/change(+runprogram)/eval resource limits. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/limits/limits.c,v 1.7 1999/10/09 20:47:59 green Exp $ */ #include <err.h> diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 1d495e420eced..362195e082e83 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile,v 1.6 1999/08/28 01:02:52 peter Exp $ MAINTAINER= wosch diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 48174083d848b..5b2166eae5bfa 100644 --- a/usr.bin/locate/Makefile.inc +++ b/usr.bin/locate/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile.inc,v 1.4 1999/08/28 01:02:52 peter Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index e0018d89b7fd1..a92d88a0ab236 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/bigram/Makefile,v 1.4 1999/08/28 01:02:53 peter 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 137b590697ae9..03b4efc68db05 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/bigram/locate.bigram.c,v 1.11 1999/08/28 01:02:54 peter Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index fb1fb510e59aa..b1ff0f7d6b62e 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.4 1999/08/28 01:02:55 peter 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 c7cb09715fb46..96a8b2a44ca53 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/code/locate.code.c,v 1.11 1999/08/28 01:02:55 peter Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 064cf08a52be1..34d76c0495ce4 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/Makefile,v 1.11 1999/08/28 01:02:56 peter 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 156f21a725d22..a236332a8d0d1 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -30,7 +30,7 @@ # # Sequence of databases is important. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/concatdb.sh,v 1.10 2000/01/12 08:01:00 kris 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 68f8a86d2b2b0..c6e9198b4af00 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/fastfind.c,v 1.12 1999/08/28 01:02:57 peter Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 8aa62e99731ab..057a183a4933c 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.1,v 1.16 2000/03/06 09:45:28 sheldonh 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 a0ffe0dbdcc07..b71f0b0d842ff 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/locate/locate/locate.c,v 1.12 1999/08/28 01:02:58 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 24df8d4002bed..100139de8fdc7 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/locate.h,v 1.7 1999/08/28 01:02:59 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 57835b363a3c0..b023910085b8f 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) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/locate.rc,v 1.8 1999/08/28 01:02:59 peter Exp $ # # All commented values are the defaults diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8 index fad70894c0508..ef35b6678cb5e 100644 --- a/usr.bin/locate/locate/locate.updatedb.8 +++ b/usr.bin/locate/locate/locate.updatedb.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.updatedb.8,v 1.7 1999/08/28 01:03:00 peter Exp $ .\" .Dd February 11, 1996 .Dt LOCATE.UPDATEDB 8 diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh index f0a54341e6eb0..b9dd7e6a61515 100644 --- a/usr.bin/locate/locate/mklocatedb.sh +++ b/usr.bin/locate/locate/mklocatedb.sh @@ -28,7 +28,7 @@ # # usage: mklocatedb [-presort] < filelist > database # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/mklocatedb.sh,v 1.10 2000/01/12 08:01:00 kris 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 361e72d6de385..1f245e0cb04cf 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 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/updatedb.sh,v 1.17 2000/01/12 08:01:01 kris 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 38fe284a80f8a..86d5234c525fb 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/util.c,v 1.6 1999/08/28 01:03:01 peter Exp $ */ diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index 84c8fd1f8c101..ad713e827e9f0 100644 --- a/usr.bin/lock/Makefile +++ b/usr.bin/lock/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lock/Makefile,v 1.6 1999/12/18 13:55:14 peter Exp $ PROG= lock BINMODE=4555 diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index d3538ed2fe0ff..d788c1bec5e2b 100644 --- a/usr.bin/lock/lock.1 +++ b/usr.bin/lock/lock.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lock.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lock/lock.1,v 1.4 1999/08/28 01:03:03 peter Exp $ .\" .Dd June 6, 1993 .Dt LOCK 1 diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index be3e63fc42328..ebe2752d9d100 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/lock/lock.c,v 1.8 1999/10/12 13:53:30 nectar Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 77d89c45bbdf7..baac4986b5a41 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lockf/Makefile,v 1.4 1999/08/28 01:03:05 peter Exp $ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index e4fc80eb93dc9..a210475d0f945 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lockf/lockf.1,v 1.7 1999/08/28 01:03:05 peter Exp $ .\" .Dd July 7, 1998 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 0a91048cafc4d..20595a0276e0e 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/lockf/lockf.c,v 1.8 1999/08/28 01:03:07 peter Exp $ */ #include <sys/types.h> diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index b2abd2ba2de2b..0b4fc025efe87 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logger/logger.1,v 1.4 1999/08/28 01:03:08 peter Exp $ .\" .Dd June 6, 1993 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index e7be771255065..e10c97ed8d492 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/logger/logger.c,v 1.5 1999/08/28 01:03:08 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 2813ccbdfe305..faefcae303ec6 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/login/Makefile,v 1.31 1999/12/18 13:55:14 peter Exp $ PROG= login MAN1= login.1 diff --git a/usr.bin/login/README b/usr.bin/login/README index 16322c98f7db1..8e6101670d622 100644 --- a/usr.bin/login/README +++ b/usr.bin/login/README @@ -9,4 +9,4 @@ The following defines can be used: -Guido -$FreeBSD$ +$FreeBSD: src/usr.bin/login/README,v 1.3 2000/02/27 07:14:33 ru Exp $ diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 492b9832da9ce..250a0cee40ff5 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/login/login.1,v 1.17 1999/09/14 11:46:03 sheldonh Exp $ .\" .Dd May 5, 1994 .Dt LOGIN 1 diff --git a/usr.bin/login/login.access.5 b/usr.bin/login/login.access.5 index f9f0eb5f0f0ec..518a2ac3c7e6a 100644 --- a/usr.bin/login/login.access.5 +++ b/usr.bin/login/login.access.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/login/login.access.5,v 1.9 2000/03/01 12:20:19 sheldonh Exp $ .\" .\" this is comment .Dd April 30, 1994 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index c0f6792f5a306..ff17d45427457 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/login/login.c,v 1.51 2000/02/28 01:48:50 ache Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index e75afcb925ec3..292da366f9039 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logname/logname.1,v 1.5 1999/08/28 01:03:12 peter Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index ed688b467f378..03c221c08c280 100644 --- a/usr.bin/look/look.1 +++ b/usr.bin/look/look.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)look.1 8.1 (Berkeley) 6/14/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/look/look.1,v 1.6 1999/08/28 01:03:13 peter Exp $ .\" .Dd June 14, 1993 .Dt LOOK 1 diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index ad2f35c4f3bf1..15826fa17cdd2 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/look/look.c,v 1.11 1999/08/28 01:03:14 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 68b074b2bdb58..785e615f77155 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lorder.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lorder/lorder.1,v 1.5 1999/08/28 01:03:16 peter Exp $ .\" .Dd April 28, 1995 .Dt LORDER 1 diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index b2b06113e6668..562a73cab2c69 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lsvfs/Makefile,v 1.4 1999/08/28 01:03:17 peter Exp $ PROG= lsvfs .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index bd075c85db55e..e781965251780 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lsvfs/lsvfs.1,v 1.7 1999/08/28 01:03:17 peter 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 cb6a032e634bc..29e659fa85b87 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/lsvfs/lsvfs.c,v 1.13 1999/08/28 01:03:17 peter Exp $ */ #define _NEW_VFSCONF diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index e863a13cbdffb..e24c378f0cf94 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/m4/eval.c,v 1.10 1999/08/28 01:03:19 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 681befcd7dc99..5ef885160b437 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/usr.bin/m4/m4.1,v 1.10 1999/11/15 03:08:18 kris Exp $ .\" .Dd January 26, 1993 .Dt M4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 41b7b1385fe9e..2ff2835a460f3 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/m4/main.c,v 1.6 1999/08/28 01:03:20 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 452f849cf4d25..9e1858c8eef57 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/m4/misc.c,v 1.5 1999/08/28 01:03:20 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 57684560200b3..d1ed78c76e725 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/mail.1,v 1.18 2000/03/01 12:19:51 sheldonh Exp $ .\" .Dd December 30, 1993 .Dt MAIL 1 diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index fd14c58e971b7..741d644dddb80 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mail/temp.c,v 1.6 1999/08/28 01:03:23 peter Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index da2c13dbe1080..52fc7a3ca7bb0 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/make/Makefile,v 1.13 1999/11/15 17:07:45 marcel Exp $ PROG= make CFLAGS+= -I${.CURDIR} diff --git a/usr.bin/make/PSD.doc/Makefile b/usr.bin/make/PSD.doc/Makefile index d9f5acd3a47aa..20c10792a17c2 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 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/make/PSD.doc/Makefile,v 1.5 1999/08/28 01:03:43 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 d4269ca064887..14e05d48abda7 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.8 1999/08/28 01:03:44 peter 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 7ae642aa91ba4..225d67f746ec9 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/arch.c,v 1.15 1999/10/10 20:39:36 julian Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index f1ebfc178d9fd..d3660aba7fcfd 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/buf.c,v 1.11 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 207262be48d56..0b4924ed82d22 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/buf.h,v 1.9 1999/08/28 01:03:26 peter Exp $ */ /*- diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index bb3f50142471a..c3aac4004c415 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)compat.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/compat.c,v 1.16 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 88917aaad5675..6390841a8b372 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/cond.c,v 1.12 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 9d97eb5e4b60d..1d5d912f72b8c 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/config.h,v 1.9 1999/09/10 20:51:59 julian Exp $ */ #define DEFSHELL 1 /* Bourne shell */ diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 614acd1f518c3..c9b8689672b4a 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)dir.c 8.2 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/dir.c,v 1.10 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 487957222eeea..8cf5236b86cdb 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/dir.h,v 1.7 1999/08/28 01:03:29 peter Exp $ */ /* dir.h -- diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 9db93c3eeaff2..3a449c5efef07 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/for.c,v 1.10 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 6b50fd364cc95..bdb1ca73a849a 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/hash.c,v 1.9 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 6a1dcbd12f446..73cbf2ac0bc2f 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash.h,v 1.8 1999/08/28 01:03:30 peter Exp $ */ /* hash.h -- diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 2fa1e0ce15ba3..164e9fb1b398d 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/job.c,v 1.17 2000/01/17 06:43:40 kris Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index fec55f728ddb7..d90b59f773939 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/job.h,v 1.11 2000/01/17 06:43:41 kris Exp $ */ /*- diff --git a/usr.bin/make/list.h b/usr.bin/make/list.h index e053f1a6d6f01..6c6bb7b7a8b57 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/list.h,v 1.8 1999/08/28 01:03:32 peter Exp $ */ /* diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index e297ff09d46aa..2178d047b1d88 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.h,v 1.9 1999/08/28 01:03:32 peter Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index a6d3a7bbd143e..ba8b1f4582af6 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstAppend.c,v 1.6 1999/08/28 01:03:45 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index 9d22bef9ba05a..6db078cbabd25 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstAtEnd.c,v 1.6 1999/08/28 01:03:46 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 57a8950628904..27cc4f05d3348 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstAtFront.c,v 1.6 1999/08/28 01:03:47 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c index d0a8e9f6600a3..c833bf56e4b0b 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstClose.c,v 1.6 1999/08/28 01:03:47 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index fd98a308bf867..0894aeb2f594a 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstConcat.c,v 1.7 1999/08/28 01:03:47 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index afb84b46fec6c..23e772f81687c 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstDatum.c,v 1.5 1999/08/28 01:03:48 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index a10becbc0be9a..291aa8bcb60ab 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstDeQueue.c,v 1.6 1999/08/28 01:03:48 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index 2a84d638c0c08..b77215d9b809b 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstDestroy.c,v 1.7 1999/08/28 01:03:49 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c index a29fa2febecc0..61a5800596e3e 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstDupl.c,v 1.7 1999/08/28 01:03:49 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c index cafc4a699473d..53334bdb893cb 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstEnQueue.c,v 1.6 1999/08/28 01:03:50 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index a74d6b9b6bf29..17d1059563e29 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstFind.c,v 1.6 1999/08/28 01:03:50 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index 96ce3b079cf48..dc50294414bb0 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstFindFrom.c,v 1.7 1999/08/28 01:03:50 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index b9f2ae55286a8..2daad2252cdfa 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstFirst.c,v 1.5 1999/08/28 01:03:51 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index 95ee44abbc27a..71f9a8f1ee856 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstForEach.c,v 1.6 1999/08/28 01:03:51 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index aff154f70e0c7..bac6a25f05ae0 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstForEachFrom.c,v 1.7 1999/08/28 01:03:52 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c index 7b3c2b089312a..aef32d2a20f49 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstInit.c,v 1.6 1999/08/28 01:03:52 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c index 3c3861e118033..7125bf0b69fce 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstInsert.c,v 1.6 1999/08/28 01:03:52 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h index 0e287405ab396..41a4bbfd23e52 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstInt.h,v 1.7 1999/08/28 01:03:53 peter Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 50a4de019319d..83da1f2de5472 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstIsAtEnd.c,v 1.5 1999/08/28 01:03:53 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index 79a27431e4dd3..1df53ec5eed8f 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstIsEmpty.c,v 1.5 1999/08/28 01:03:54 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 1affe2e0c383d..4f4ddede34caf 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstLast.c,v 1.5 1999/08/28 01:03:55 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c index 7e3c2ceb9f727..f51addf933294 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstMember.c,v 1.6 1999/08/28 01:03:55 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c index 6008d0a485b51..3f5f4f80d975f 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstNext.c,v 1.6 1999/08/28 01:03:55 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index 9af9c7cd163d7..1a905eeb9453d 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstOpen.c,v 1.5 1999/08/28 01:03:56 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c index be8b375e4b7db..9ccdaea833dd3 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstRemove.c,v 1.6 1999/08/28 01:03:56 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index 967da863f6a4b..6dfd67b96d2f7 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstReplace.c,v 1.5 1999/08/28 01:03:56 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index 6412f3e52d8a5..d2ef641c061f2 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.lib/lstSucc.c,v 1.5 1999/08/28 01:03:57 peter Exp $ */ #ifndef lint diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index ae3f820ec8929..6bdaece87a1ba 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"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/main.c,v 1.35 1999/11/23 10:35:24 marcel Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 515ceca21afb5..bb7c7bf2c7cd5 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/make.1,v 1.29 2000/03/01 12:19:52 sheldonh Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index fcf8422df55e9..d85fa5ac65bc5 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)make.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/make.c,v 1.11 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 874eaa6550ad8..32e002517e5e5 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/make.h,v 1.12 1999/09/11 13:17:35 hoek Exp $ */ /*- diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index ce1665d96c85f..51002e2dd9799 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/nonints.h,v 1.8 1999/08/28 01:03:35 peter Exp $ */ /* arch.c */ diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index e7e5daf9debc1..b7b044360efd3 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"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/parse.c,v 1.22 1999/08/28 01:03:35 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 1f15c082ead73..48aa69bd43513 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/pathnames.h,v 1.9 1999/08/28 01:03:36 peter Exp $ */ #ifndef _PATH_OBJDIR diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h index ee20057f43bb9..5eda51be1843f 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/sprite.h,v 1.9 1999/08/28 01:03:36 peter Exp $ */ /* diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 9607d5b209839..05d31f36ce0ed 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/str.c,v 1.12 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 81b427a939c3e..5cbec9b9691b5 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/suff.c,v 1.12 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 6394ae2ab0a79..15592f75fa552 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/targ.c,v 1.10 1999/09/11 13:08:02 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 174954eb445a3..6ad68c96372d1 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -3,7 +3,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.bin/make/util.c,v 1.5 1999/08/28 01:03:39 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 31dfd02a813cb..47ecd534cd071 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/var.c,v 1.16 1999/09/11 13:08:02 hoek Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 7bdf0fd172463..0e6fefe16da1f 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mesg/mesg.1,v 1.7 1999/08/28 01:03:59 peter Exp $ .\" .Dd June 6, 1993 .Dt MESG 1 diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 4e5878b2a1ae5..bad0ea61ddc77 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mesg/mesg.c,v 1.4 1999/08/28 01:03:59 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile index edc5d85e81c7d..15c98fc550b24 100644 --- a/usr.bin/minigzip/Makefile +++ b/usr.bin/minigzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/minigzip/Makefile,v 1.3 1999/08/28 01:04:00 peter Exp $ PROG= minigzip LDADD+= -lz diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1 index 48a60ea11324d..5048756142489 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/minigzip/minigzip.1,v 1.3 1999/08/28 01:04:01 peter Exp $ .\" .Dd December 13, 1997 .Dt MINIGZIP 1 diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile index 4cbbbb95fcb99..6f0d3df911adf 100644 --- a/usr.bin/mk_cmds/Makefile +++ b/usr.bin/mk_cmds/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mk_cmds/Makefile,v 1.9 1999/12/12 02:43:07 chris 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/mk_cmds/mk_cmds.1 b/usr.bin/mk_cmds/mk_cmds.1 index 4cc0814471e6a..ceff1af1b82c1 100644 --- a/usr.bin/mk_cmds/mk_cmds.1 +++ b/usr.bin/mk_cmds/mk_cmds.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mk_cmds/mk_cmds.1,v 1.2 1999/12/20 09:35:12 asmodai Exp $ .Dd November 14, 1999 .Dt MK_CMDS 1 .Os FreeBSD diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index fb19a20ccda10..beac78e60edd0 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdep.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkdep/mkdep.1,v 1.7 1999/09/25 21:47:27 chris Exp $ .\" .Dd June 6, 1993 .Dt MKDEP 1 diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index ec00dcfbdf926..9d983ac4128f3 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 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkdep/mkdep.gcc.sh,v 1.18 1999/08/28 01:04:04 peter 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 a7443c57664fe..b191d682d8bcf 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkfifo/mkfifo.1,v 1.6 1999/08/28 01:04:05 peter Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7f97a13566ba7..a1af4ce8772cf 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mkfifo/mkfifo.c,v 1.5 1999/08/28 01:04:06 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 3bad52495a53d..b75ad2e1abf72 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/7/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mklocale/Makefile,v 1.21 1999/10/17 13:44:31 ache Exp $ PROG= mklocale SRCS= yacc.y lex.l y.tab.h diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index 3b81ea5f62023..b154600ca0882 100644 --- a/usr.bin/mklocale/lex.l +++ b/usr.bin/mklocale/lex.l @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.bin/mklocale/lex.l,v 1.5 2000/02/08 07:43:26 obrien Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index b2720fd38e9fb..c9fcda70451a5 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.7 1999/12/17 14:34:02 phantom Exp $ .\" .Dd April 18, 1994 .Dt MKLOCALE 1 diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index dcdef343d4778..296f108cc417c 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.bin/mklocale/yacc.y,v 1.6 2000/02/08 07:43:26 obrien Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index c13fd49c7d771..d9941d1904776 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkstr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkstr/mkstr.1,v 1.7 2000/03/01 12:19:53 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt MKSTR 1 diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index a0db88949595a..cacfc1a67783d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mkstr/mkstr.c,v 1.4 1999/08/28 01:04:12 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile index 76ebee6f360b5..8e5be6867bbd4 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 586faad776b3f..df5eb30e9993b 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.7 2000/03/01 12:19:54 sheldonh Exp $ .\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mktemp/mktemp.1,v 1.7 2000/03/01 12:19:54 sheldonh Exp $ .\" .Dd November, 20, 1996 .Dt MKTEMP 1 diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index 381872d45ee45..9a9a684416510 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/more/Makefile b/usr.bin/more/Makefile index 354a0322b1f17..3f8ec6b0bb7de 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/more/Makefile,v 1.9 1999/09/10 07:39:25 ru Exp $ # PROG= more diff --git a/usr.bin/more/ch.c b/usr.bin/more/ch.c index 8bfc00940992d..e7a505f403658 100644 --- a/usr.bin/more/ch.c +++ b/usr.bin/more/ch.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ch.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/ch.c,v 1.8 1999/12/28 05:47:24 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/command.c b/usr.bin/more/command.c index 646ffe6e264ec..6b018e5adcc65 100644 --- a/usr.bin/more/command.c +++ b/usr.bin/more/command.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)command.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/command.c,v 1.17 2000/01/08 18:11:05 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/default.morerc b/usr.bin/more/default.morerc index 65f6db57c8cd6..aec0b9b3cde4f 100644 --- a/usr.bin/more/default.morerc +++ b/usr.bin/more/default.morerc @@ -26,7 +26,7 @@ # BUGS: a) There is no documentation (this is arguably a feature). # b) There is no "map" command. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/more/default.morerc,v 1.2 1999/12/26 02:39:25 hoek Exp $ # # The "deftog" is required to initialize more(1). diff --git a/usr.bin/more/input.c b/usr.bin/more/input.c index 1ecd34633efdc..018d3a88af182 100644 --- a/usr.bin/more/input.c +++ b/usr.bin/more/input.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/input.c,v 1.5 1999/09/03 22:31:15 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/less.h b/usr.bin/more/less.h index f30abd9b5fc3a..2bd05c22f49be 100644 --- a/usr.bin/more/less.h +++ b/usr.bin/more/less.h @@ -33,7 +33,7 @@ * * @(#)less.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/more/less.h,v 1.6 1999/09/03 22:31:15 hoek Exp $ */ #define MAXVARLENGTH (20) diff --git a/usr.bin/more/less.morerc b/usr.bin/more/less.morerc index 95fb9054cf053..e3980883cf38e 100644 --- a/usr.bin/more/less.morerc +++ b/usr.bin/more/less.morerc @@ -5,7 +5,7 @@ # # Some of this will/should/may be eventually merged into default.morerc. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/more/less.morerc,v 1.1 1999/09/03 22:31:15 hoek Exp $ # # magic value indicating we should use ${sc_height} diff --git a/usr.bin/more/line.c b/usr.bin/more/line.c index f974e83033439..6f7eaa2715673 100644 --- a/usr.bin/more/line.c +++ b/usr.bin/more/line.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)line.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/line.c,v 1.7 1999/09/03 22:31:16 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/linenum.c b/usr.bin/more/linenum.c index 84fa04b0c0972..421396bc2a0b7 100644 --- a/usr.bin/more/linenum.c +++ b/usr.bin/more/linenum.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)linenum.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/linenum.c,v 1.4 1999/12/28 03:01:20 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/macro.c b/usr.bin/more/macro.c index 78688fb2f4d56..b04a5252c31b8 100644 --- a/usr.bin/more/macro.c +++ b/usr.bin/more/macro.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/macro.c,v 1.2 1999/09/05 19:13:04 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c index cbe853c33cd8b..89c7cd67d8ce3 100644 --- a/usr.bin/more/main.c +++ b/usr.bin/more/main.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/7/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/main.c,v 1.14 1999/09/03 22:31:16 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/more.1 b/usr.bin/more/more.1 index dc78923343f8f..bba256d77f674 100644 --- a/usr.bin/more/more.1 +++ b/usr.bin/more/more.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)more.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/more/more.1,v 1.18 2000/03/01 12:19:56 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt MORE 1 diff --git a/usr.bin/more/most.morerc b/usr.bin/more/most.morerc index 781f73597b8b8..3fd5d70389c66 100644 --- a/usr.bin/more/most.morerc +++ b/usr.bin/more/most.morerc @@ -3,7 +3,7 @@ # keys, in so far as more(1) is capable (which is not very far at the # moment). # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/more/most.morerc,v 1.1 1999/09/03 22:31:17 hoek Exp $ # # BUGS: It's extremely unlikely that more(1) will ever support multiple # windows as most(1) does. Multiple windows is an editor function, diff --git a/usr.bin/more/ncommand.c b/usr.bin/more/ncommand.c index 830729ca22983..28bb6279bd8ed 100644 --- a/usr.bin/more/ncommand.c +++ b/usr.bin/more/ncommand.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/ncommand.c,v 1.6 1999/12/27 17:33:25 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c index 1bb2202a94e93..9dcd5ca85ee6b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/option.c,v 1.7 1999/09/03 22:31:18 hoek Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c index cf07f09b225f0..8287f27f5eb8c 100644 --- a/usr.bin/more/output.c +++ b/usr.bin/more/output.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/output.c,v 1.12 1999/09/03 22:31:18 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/pathnames.h b/usr.bin/more/pathnames.h index 647ade6492520..ddd3a22b38b47 100644 --- a/usr.bin/more/pathnames.h +++ b/usr.bin/more/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/more/pathnames.h,v 1.2 1999/09/03 22:31:18 hoek Exp $ */ #include <paths.h> diff --git a/usr.bin/more/prim.c b/usr.bin/more/prim.c index eb76f95676b59..9c7db9d549c2f 100644 --- a/usr.bin/more/prim.c +++ b/usr.bin/more/prim.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)prim.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/prim.c,v 1.9 1999/09/03 22:31:19 hoek Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/more/tags.c b/usr.bin/more/tags.c index 4a082e4fca7f4..ac362fd06858a 100644 --- a/usr.bin/more/tags.c +++ b/usr.bin/more/tags.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tags.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/tags.c,v 1.8 1999/09/10 23:40:39 hoek Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 21cb15155568f..c6365672e6193 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/msgs/Makefile,v 1.6 1999/08/28 01:04:21 peter Exp $ PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index eea9e20d5a6e6..8ea6be5c8bb1c 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)msgs.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/msgs/msgs.1,v 1.9 2000/03/01 12:19:58 sheldonh Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 17536400f468f..d5fc182512f43 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/msgs/msgs.c,v 1.15 1999/08/28 01:04:22 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 0e692e92cd12b..9ee61b70bf55b 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mt/Makefile,v 1.3 1999/08/28 01:04:23 peter Exp $ PROG= mt CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 5b3fba81b8c65..75fb5873b9b80 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mt.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mt/mt.1,v 1.19 2000/03/02 14:53:31 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 9fcb727e197ac..b85e5b69c774b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mt/mt.c,v 1.26 1999/08/28 01:04:24 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile index 569453240d601..c80af5bec9a18 100644 --- a/usr.bin/ncal/Makefile +++ b/usr.bin/ncal/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncal/Makefile,v 1.2 1999/08/28 01:04:25 peter Exp $ PROG= ncal SRCS= ncal.c diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index 5636440d0e566..fcd36b19d57b1 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncal/ncal.1,v 1.8 1999/08/28 01:04:26 peter Exp $ .\" .Dd December 16, 1997 .Dt CAL 1 diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 14bfdd8acd25c..5958fd2237b45 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ncal/ncal.c,v 1.11 1999/11/30 20:08:50 ache Exp $"; #endif /* not lint */ #include <calendar.h> diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile index 8e6d18991a4fe..b7ae2f59b27f1 100644 --- a/usr.bin/ncplist/Makefile +++ b/usr.bin/ncplist/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncplist/Makefile,v 1.2 1999/10/31 08:58:29 bp Exp $ PROG= ncplist diff --git a/usr.bin/ncplist/ncplist.1 b/usr.bin/ncplist/ncplist.1 index af650e188618b..0b2d0f40fc790 100644 --- a/usr.bin/ncplist/ncplist.1 +++ b/usr.bin/ncplist/ncplist.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplist/ncplist.1,v 1.3 2000/03/01 12:20:03 sheldonh Exp $ .Dd Jun 24, 1999 .Dt NCPLIST 1 .Os FreeBSD 3.2 diff --git a/usr.bin/ncplist/ncplist.c b/usr.bin/ncplist/ncplist.c index fa657e2cb57ce..1152dcebce57c 100644 --- a/usr.bin/ncplist/ncplist.c +++ b/usr.bin/ncplist/ncplist.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ncplist/ncplist.c,v 1.1 1999/10/20 11:31:02 bp Exp $ */ #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/ncplogin/Makefile b/usr.bin/ncplogin/Makefile index 8de346f604e4d..5865bb5f0f1e8 100644 --- a/usr.bin/ncplogin/Makefile +++ b/usr.bin/ncplogin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncplogin/Makefile,v 1.2 1999/11/01 02:44:09 bp Exp $ PROG= ncplogin MAN1= ncplogin.1 ncplogout.1 diff --git a/usr.bin/ncplogin/ncplogin.1 b/usr.bin/ncplogin/ncplogin.1 index 5925af6915cc7..fabe0bc78552a 100644 --- a/usr.bin/ncplogin/ncplogin.1 +++ b/usr.bin/ncplogin/ncplogin.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplogin/ncplogin.1,v 1.4 2000/03/06 09:45:30 sheldonh Exp $ .Dd Sep 15, 1999 .Dt NCPLOGIN 1 .Os FreeBSD 4.0 diff --git a/usr.bin/ncplogin/ncplogin.c b/usr.bin/ncplogin/ncplogin.c index 3841dcc903213..a432ed6060c49 100644 --- a/usr.bin/ncplogin/ncplogin.c +++ b/usr.bin/ncplogin/ncplogin.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ncplogin/ncplogin.c,v 1.1 1999/10/31 02:14:59 bp Exp $ */ #include <sys/types.h> #include <sys/errno.h> diff --git a/usr.bin/ncplogin/ncplogout.1 b/usr.bin/ncplogin/ncplogout.1 index d83cd2298855f..41174735bde78 100644 --- a/usr.bin/ncplogin/ncplogout.1 +++ b/usr.bin/ncplogin/ncplogout.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplogin/ncplogout.1,v 1.3 2000/03/01 12:20:05 sheldonh Exp $ .Dd Sep 15, 1999 .Dt NCPLOGOUT 1 .Os FreeBSD 4.0 diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index f52e79269815e..07a5470d800b9 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/netstat/Makefile,v 1.14 2000/01/28 05:10:54 shin Exp $ # @(#)Makefile 8.1 (Berkeley) 6/12/93 PROG= netstat diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index b8071a186da9e..efa87e3bd0e88 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/atalk.c,v 1.13 1999/10/21 07:08:55 julian Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index f72bf6a782a70..66ae10478b2a0 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/if.c,v 1.32 2000/01/03 17:48:36 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index ac09c4b66a371..6dd07f5515676 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/inet.c,v 1.37 2000/01/07 05:17:08 shin Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index c1c65f289b1fb..51997aa70fdfc 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/inet6.c,v 1.3 2000/01/07 05:17:08 shin Exp $ */ #ifndef lint diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 973c4cff0c932..b34f0d2455274 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/ipx.c,v 1.13 1999/10/21 07:08:56 julian Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index 1cec3b2fc811d..97818a7fe4db8 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 */ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/iso.c,v 1.4 1999/09/06 07:34:27 peter Exp $ */ /******************************************************************************* Copyright IBM Corporation 1987 diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 03f1fb1103039..5a02b63d285e8 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/main.c,v 1.34 2000/03/11 20:14:08 shin Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index a761c2e270bdb..710d0a98dc733 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/mbuf.c,v 1.17 1999/12/28 06:38:37 msmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 74706c7eb0fe9..aa61cfb3033c9 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/mroute.c,v 1.11 2000/01/28 05:10:55 shin Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 3730a9e49ee96..fbad8b39b7ba6 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -64,7 +64,7 @@ * SUCH DAMAGE. * * @(#)mroute.c 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/mroute6.c,v 1.1 2000/01/28 05:10:56 shin Exp $ */ #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index 82a2d87c37e43..6a023a3075a0e 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -31,7 +31,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/netgraph.c,v 1.3 1999/10/24 02:58:39 dillon Exp $ */ #ifndef lint diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c86b262d68d57..6d0f48fa2552a 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)netstat.1 8.8 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/netstat/netstat.1,v 1.22 2000/03/11 14:33:13 shin Exp $ .\" .Dd April 18, 1994 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 3b435c2f6ae6a..f544d6fa89f36 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netstat.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/netstat.h,v 1.16 2000/01/28 05:10:56 shin Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 90438cb202362..19404d5bc583c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/route.c,v 1.41 2000/01/07 19:56:57 rgrimes Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 345e28a4ee410..2aac0713d1de4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/unix.c,v 1.12 1999/08/28 01:04:31 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index 75f369face5ae..8662d892b80aa 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/newkey/Makefile,v 1.3 1999/08/28 01:04:33 peter 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 4067867d65983..4cb754f6340f9 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/newkey/generic.c,v 1.3 1999/08/28 01:04:33 peter Exp $"; #endif /* diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8 index d17c9594a69ec..d94e05e6c19f2 100644 --- a/usr.bin/newkey/newkey.8 +++ b/usr.bin/newkey/newkey.8 @@ -1,5 +1,5 @@ .\" @(#)newkey.8 1.3 91/03/11 TIRPC 1.0; from 1.12 90/02/03 SMI; -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/newkey/newkey.8,v 1.4 1999/08/28 01:04:34 peter Exp $ .Dd October 12, 1987 .Dt NEWKEY 8 .Os diff --git a/usr.bin/newkey/newkey.c b/usr.bin/newkey/newkey.c index 141614ee088de..eb1c0e4851da6 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/newkey/newkey.c,v 1.3 1999/08/28 01:04:34 peter Exp $"; #endif /* diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c index 2f1c53fab9ae3..7f854e3d75000 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/newkey/update.c,v 1.5 1999/08/28 01:04:35 peter Exp $"; #endif /* diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 19564b5274c62..5bef6d8dfa6d5 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nfsstat/nfsstat.1,v 1.10 1999/12/16 09:49:54 obrien Exp $ .\" .Dd June 6, 1993 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 25ef8e547e2c8..cafdb0e93a82a 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/nfsstat/nfsstat.c,v 1.15 1999/12/16 09:49:24 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 9bebdc15cf798..a56b9339d434a 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nice/nice.1,v 1.12 1999/09/14 11:46:03 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index d6a52d22b42e7..da4bf71ec48b1 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nm/nm.1,v 1.9 1999/08/28 01:04:39 peter Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index d6a52d22b42e7..b9f20ab40fb47 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nm/nm.1aout,v 1.9 1999/08/28 01:04:40 peter Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 91665b229a515..f361f54015f7a 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/nm/nm.c,v 1.13 1999/08/28 01:04:40 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index 9aa3271283522..40e7a0ca3804a 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nohup.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nohup/nohup.1,v 1.6 1999/09/14 11:46:03 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt NOHUP 1 diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 8992997b6cfde..4406b3c88b088 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/nohup/nohup.c,v 1.4 1999/08/28 01:04:43 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index 813f324bb391c..d1aace3c03d0f 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.15 1999/12/24 15:18:19 green Exp $ PROG= objformat CFLAGS+= -Wall diff --git a/usr.bin/objformat/objformat.1 b/usr.bin/objformat/objformat.1 index 9fde70c17d69d..0c94618cf5945 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/objformat/objformat.1,v 1.3 1999/08/28 01:04:44 peter Exp $ .\" .Dd October 25, 1998 .Os diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index 8d75f5ea64ae1..d5a5d4e1f29d0 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 7f7241dc5e723..f9d5ba3fa260a 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/opieinfo/Makefile,v 1.4 1999/08/28 01:04:45 peter Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 6c43636ad57b3..9edef6df9758f 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/opiekey/Makefile,v 1.4 1999/08/28 01:04:46 peter Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 7fc70ffbf5e75..569c9c6727f8f 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/opiepasswd/Makefile,v 1.4 1999/08/28 01:04:47 peter Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index aac371d04db02..9810e148f7075 100644 --- a/usr.bin/pagesize/pagesize.1 +++ b/usr.bin/pagesize/pagesize.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pagesize.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pagesize/pagesize.1,v 1.4 1999/08/28 01:04:48 peter Exp $ .\" .Dd June 6, 1993 .Dt PAGESIZE 1 diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index fd5477b3222ba..8c46ee0f6f990 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 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pagesize/pagesize.sh,v 1.5 1999/08/28 01:04:48 peter Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 4042f09b8d6f7..70cc248f1676d 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/passwd/Makefile,v 1.40 2000/03/09 06:28:44 kris Exp $ # NOPAM is used by PicoBSD diff --git a/usr.bin/passwd/extern.h b/usr.bin/passwd/extern.h index 287646c6a380c..f35012d7be6ff 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/passwd/extern.h,v 1.5 1999/08/28 01:04:50 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 6508529bf2532..ae56281ba3030 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/passwd/local_passwd.c,v 1.24 2000/02/11 14:08:44 nik Exp $ */ #ifndef lint diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 707d9343739d8..c21f6547eaf86 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/passwd/passwd.1,v 1.18 2000/03/01 12:20:07 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index e69864a0dedb5..b10b7a3545ee0 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/passwd/passwd.c,v 1.16 1999/08/28 01:04:52 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 77253ffafbbd6..1f960cff3a948 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)paste.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/paste/paste.1,v 1.4 1999/08/28 01:04:53 peter Exp $ .\" .Dd June 6, 1993 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index a1971199b49ca..c4602129a3faa 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/paste/paste.c,v 1.6 1999/08/28 01:04:53 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 395622729950d..65d0e9ecfc566 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pr/pr.1,v 1.9 2000/03/01 12:20:07 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 850ecdadac7c6..04b7c8bf1c7c4 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/pr.c,v 1.9 1999/12/04 03:19:15 kris Exp $ */ #ifndef lint diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index f132675e5aea3..13ffdef93c136 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pr.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/pr.h,v 1.3 1999/11/30 19:44:33 ache Exp $ */ /* diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index 72bacfc776ed8..24f8211d44441 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printenv.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/printenv/printenv.1,v 1.6 2000/03/01 12:20:08 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt PRINTENV 1 diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 27440e221fc1b..842c0d821e51f 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printf.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/printf/printf.1,v 1.8 2000/01/19 04:16:48 chris Exp $ .\" .Dd June 6, 1993 .Dt PRINTF 1 diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 7d1a471e98bdc..b0854749ad131 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/quota/quota.1,v 1.7 1999/08/28 01:04:59 peter Exp $ .\" .Dd June 6, 1993 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 246922df88b50..8bae7a544c3bd 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/quota/quota.c,v 1.11 1999/08/28 01:04:59 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 8148e57c2bac3..4dff1e7bf17fd 100644 --- a/usr.bin/ranlib/Makefile +++ b/usr.bin/ranlib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ranlib/Makefile,v 1.7 1999/08/28 01:05:00 peter 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 b4d8bc69a8ee0..e3b1f63af5d00 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/build.c,v 1.7 1999/08/28 01:05:01 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 19b4854cbfa7d..41038e9c36a11 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/misc.c,v 1.5 1999/08/28 01:05:02 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index d57cf9836a427..2ed388588195a 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ranlib/ranlib.1,v 1.7 1999/08/28 01:05:02 peter Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.1aout b/usr.bin/ranlib/ranlib.1aout index d57cf9836a427..00aa4b07d8139 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ranlib/ranlib.1aout,v 1.7 1999/08/28 01:05:03 peter Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.5 b/usr.bin/ranlib/ranlib.5 index 668ef88c30da9..c6640d01087a9 100644 --- a/usr.bin/ranlib/ranlib.5 +++ b/usr.bin/ranlib/ranlib.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.5.5 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ranlib/ranlib.5,v 1.4 1999/08/28 01:05:03 peter Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 5 diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 40263318e6a62..85e1e33bceae4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/ranlib.c,v 1.5 1999/08/28 01:05:04 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index b062e087c4fe6..9e13c32d90d90 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/touch.c,v 1.6 1999/08/28 01:05:04 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index ea47411d40a74..a60a794d63fef 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rdist/Makefile,v 1.6 1999/08/28 01:05:05 peter 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 7ea9a8c1103ab..1e2d0dfefcee7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/docmd.c,v 1.12 1999/08/28 01:05:06 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/expand.c b/usr.bin/rdist/expand.c index d5f7ed4fd8a52..a796a1ccece4e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/expand.c,v 1.8 1999/08/28 01:05:06 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/gram.y b/usr.bin/rdist/gram.y index bd77901726d6b..ba622bb310c99 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/gram.y,v 1.6 1999/08/28 01:05:07 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/lookup.c b/usr.bin/rdist/lookup.c index b97ce3f5bf715..e9a110d5bd964 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/lookup.c,v 1.6 1999/08/28 01:05:07 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c index d4d94a2219b68..fb049cd3291a9 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/main.c,v 1.5 1999/08/28 01:05:07 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index f789b1dc970a1..6251ca37132e0 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rdist.1 8.3 (Berkeley) 3/17/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rdist/rdist.1,v 1.13 2000/03/01 12:20:08 sheldonh Exp $ .\" .Dd March 17, 1994 .Dt RDIST 1 diff --git a/usr.bin/rdist/rshrcmd.c b/usr.bin/rdist/rshrcmd.c index c747cc6cf5eac..1b64d96fd5878 100644 --- a/usr.bin/rdist/rshrcmd.c +++ b/usr.bin/rdist/rshrcmd.c @@ -6,7 +6,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/rshrcmd.c,v 1.6 1999/08/28 01:05:08 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/server.c b/usr.bin/rdist/server.c index 44c2610fa1144..38f33c17a023e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/server.c,v 1.10 1999/08/28 01:05:09 peter Exp $"; #endif /* not lint */ #include <sys/wait.h> diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 09ddf5bb9fbd7..b33ce859cbefd 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)renice.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/renice/renice.8,v 1.5 1999/08/28 01:05:11 peter Exp $ .\" .Dd June 9, 1993 .Dt RENICE 8 diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index baed30a8b582f..93fcb4e940555 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/renice/renice.c,v 1.4 1999/08/28 01:05:11 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 5f15501512b39..f849fb7823252 100644 --- a/usr.bin/rev/rev.1 +++ b/usr.bin/rev/rev.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rev.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rev/rev.1,v 1.4 1999/08/28 01:05:12 peter Exp $ .\" .Dd June 9, 1993 .Dt REV 1 diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 9e61a6e81a7fc..893d13a30590a 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rlogin/Makefile,v 1.21 2000/03/09 06:28:50 kris Exp $ PROG= rlogin SRCS= rlogin.c diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 3e3a749bf78eb..9159a3ea7e5bc 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rlogin/rlogin.1,v 1.11 2000/01/25 14:52:07 shin Exp $ .\" .Dd June 6, 1993 .Dt RLOGIN 1 diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index 51ef079260ff6..35db88023593b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rlogin/rlogin.c,v 1.24 2000/02/24 21:06:17 markm Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index cf783040f807b..91f2795896abf 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rpcgen/rpc_cout.c,v 1.7 1999/08/28 01:05:16 peter Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 9224dbbc98321..a8bf1d9a0ae72 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rpcgen/rpc_main.c,v 1.11 1999/08/28 01:05:16 peter Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index 45282c87418ce..67e0333a4275b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rpcgen/rpc_tblout.c,v 1.4 1999/08/28 01:05:17 peter Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 75583a586596c..78a463647a49c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rpcgen/rpc_util.c,v 1.6 1999/08/28 01:05:17 peter Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index d31648d9e99ec..577d4134eb384 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,5 +1,5 @@ .\" @(#)rpcgen.1 1.35 93/06/02 SMI -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rpcgen/rpcgen.1,v 1.12 2000/03/01 12:20:08 sheldonh Exp $ .\" Copyright 1985-1993 Sun Microsystems, Inc. .Dd March 28, 1993 .Dt RPCGEN 1 diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index 045c37cf11880..3269b982c3a11 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcinfo/Makefile,v 1.4 1999/08/28 01:05:19 peter Exp $ PROG= rpcinfo MAN8 = rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index e3fb914fcd09a..003b24a625166 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rpcinfo/rpcinfo.8,v 1.5 1999/08/28 01:05:20 peter Exp $ .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 99089bb2f3054..60b370dbfe6ee 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rpcinfo/rpcinfo.c,v 1.9 1999/08/28 01:05:20 peter Exp $"; #endif /* diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index d21bde35448e1..7eaf7fbd483f4 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rs.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rs/rs.1,v 1.4 1999/08/28 01:05:21 peter Exp $ .\" .Dd December 30, 1993 .Dt RS 1 diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index bd7dc33dcce8e..43cc60101fb27 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rs/rs.c,v 1.5 1999/08/28 01:05:22 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 0cdb0079ccab1..0158b897007bc 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rsh/Makefile,v 1.17 2000/03/09 06:28:55 kris Exp $ PROG= rsh SRCS= rsh.c diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 0dfa52fd33836..6c1c603123c9a 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rsh.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rsh/rsh.1,v 1.11 2000/01/07 13:14:26 phantom Exp $ .\" .Dd June 6, 1993 .Dt RSH 1 diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 95b06525cdcd0..c89efe50af377 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rsh/rsh.c,v 1.21 2000/02/24 21:06:19 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 2e67e374bfa79..47db43549b2c8 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rup/Makefile,v 1.4 1999/08/28 01:05:25 peter Exp $ PROG= rup MAN1= rup.1 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index f7e83d715d128..ec842494d0d2e 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rup/rup.1,v 1.7 1999/08/28 01:05:26 peter Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index b916e9d234402..00e60a7b63d0d 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rup/rup.c,v 1.11 1999/08/28 01:05:26 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index 091ef6bc8732a..0af5bd066f7c7 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ruptime/ruptime.1,v 1.8 1999/11/01 19:42:02 nik Exp $ .\" .Dd April 5, 1994 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index ab275b901bbe0..d795dd35ba7f3 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ruptime/ruptime.c,v 1.12 1999/08/28 01:05:27 peter Exp $ */ #ifndef lint static char copyright[] = diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 6ec50ab8ea507..994c925a0cb3d 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rusers/Makefile,v 1.4 1999/08/28 01:05:28 peter Exp $ PROG = rusers MAN1 = rusers.1 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 733b55e0e04b6..dff0ed980bafe 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rusers/rusers.1,v 1.8 2000/03/01 12:20:09 sheldonh Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index a59abd62872d2..5ce35d14419a2 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rusers/rusers.c,v 1.8 1999/08/28 01:05:29 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 33a2dcc6b6344..2d600cc202f5a 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rwall/Makefile,v 1.4 1999/08/28 01:05:31 peter Exp $ PROG = rwall MAN1 = rwall.1 diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 63005020f092f..bffdd7209b533 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rwall/rwall.1,v 1.7 2000/03/01 12:20:09 sheldonh Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 214a5a59236e8..fb863093a7707 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rwall/rwall.c,v 1.8 1999/08/28 01:05:32 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rwho/rwho.1 b/usr.bin/rwho/rwho.1 index 3568c2d22879a..916a0183c8a2c 100644 --- a/usr.bin/rwho/rwho.1 +++ b/usr.bin/rwho/rwho.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rwho.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rwho/rwho.1,v 1.6 1999/08/28 01:05:33 peter Exp $ .\" .Dd June 6, 1993 .Dt RWHO 1 diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index c9045f1f9e2f5..c0c95fe28cbd5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rwho/rwho.c,v 1.13 1999/08/28 01:05:33 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/sasc/sasc.1 b/usr.bin/sasc/sasc.1 index 7ace540f5c0a7..fa97bb8bef2eb 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sasc/sasc.1,v 1.9 2000/03/01 12:20:10 sheldonh Exp $ .\" .Dd January 6, 1995 .Dt SASC 1 diff --git a/usr.bin/sasc/sasc.c b/usr.bin/sasc/sasc.c index 3b023ea8eaa60..0e5319e591c5e 100644 --- a/usr.bin/sasc/sasc.c +++ b/usr.bin/sasc/sasc.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/sasc/sasc.c,v 1.7 1999/08/28 01:05:35 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index e6486d39a8ff3..c2cb9c9c89b9a 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/script/script.1,v 1.12 2000/03/06 23:06:11 green Exp $ .\" .Dd June 6, 1993 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 708a59b68e616..bf0de59718ab5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/script/script.c,v 1.11 1999/08/28 01:05:36 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 136f56ce11978..cb60e543a1520 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/sed/compile.c,v 1.13 1999/08/28 01:05:37 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 88f4ea52b3e46..1f58c8b68cad2 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/sed/main.c,v 1.9 1999/08/28 01:05:38 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index c9b013a8dbd98..7a4d20e2742c5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/sed/misc.c,v 1.3 1999/08/28 01:05:38 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 77ef93a58d968..6fc58a2597638 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/sed/process.c,v 1.10 1999/08/28 01:05:39 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 31286c5671fc1..3c3c04eaa8634 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sed.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sed/sed.1,v 1.9 2000/02/15 03:00:47 unfurl Exp $ .\" .Dd December 30, 1993 .Dt SED 1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 795d939c58dcf..126f4d45ef1b8 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/shar/shar.1,v 1.7 1999/08/28 01:05:41 peter Exp $ .\" .Dd June 6, 1993 .Dt SHAR 1 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index 33d2fb6f0ba80..f031c70edfad5 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)showmount.8 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/showmount/showmount.8,v 1.8 2000/03/01 12:20:18 sheldonh Exp $ .\" .Dd March 29, 1995 .Dt SHOWMOUNT 8 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index ecc528d8e6ec2..ddce93a9214ed 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/showmount/showmount.c,v 1.8 1999/08/28 01:05:43 peter Exp $"; #endif not lint #include <sys/types.h> diff --git a/usr.bin/size/size.1 b/usr.bin/size/size.1 index 1cd1f9f7bec7f..7228279abb81d 100644 --- a/usr.bin/size/size.1 +++ b/usr.bin/size/size.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)size.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/size/size.1,v 1.5 1999/08/28 01:05:44 peter Exp $ .\" .Dd April 18, 1994 .Dt SIZE 1 diff --git a/usr.bin/size/size.c b/usr.bin/size/size.c index b42e975da34a2..dec74b791ea99 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/size/size.c,v 1.5 1999/08/28 01:05:44 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/sockstat/Makefile b/usr.bin/sockstat/Makefile index a72aadfe8ba84..8978af6963a8f 100644 --- a/usr.bin/sockstat/Makefile +++ b/usr.bin/sockstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sockstat/Makefile,v 1.2 1999/08/28 01:05:45 peter Exp $ MAINTAINER= des@freebsd.org MAN1= sockstat.1 diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 96fa406f947e9..4d885eec2ea80 100644 --- a/usr.bin/sockstat/sockstat.1 +++ b/usr.bin/sockstat/sockstat.1 @@ -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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sockstat/sockstat.1,v 1.6 2000/03/01 12:20:10 sheldonh Exp $ .\" .Dd April 13, 1999 .Dt SOCKSTAT 1 diff --git a/usr.bin/sockstat/sockstat.pl b/usr.bin/sockstat/sockstat.pl index 02c60d1524ff2..634e42279975c 100644 --- a/usr.bin/sockstat/sockstat.pl +++ b/usr.bin/sockstat/sockstat.pl @@ -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. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sockstat/sockstat.pl,v 1.6 2000/03/11 11:25:00 shin Exp $ # my (%proto, %myaddr, %hisaddr); diff --git a/usr.bin/soelim/soelim.1 b/usr.bin/soelim/soelim.1 index 2c8c835d7c977..eb86a76b1ff49 100644 --- a/usr.bin/soelim/soelim.1 +++ b/usr.bin/soelim/soelim.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)soelim.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/soelim/soelim.1,v 1.4 1999/08/28 01:05:48 peter Exp $ .\" .Dd June 6, 1993 .Dt SOELIM 1 diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index 9152a2791b44a..48f141b3cad93 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/soelim/soelim.c,v 1.3 1999/08/28 01:05:48 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 12759bf0de643..737b464a90bd4 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)split.1 8.3 (Berkeley) 4/16/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/split/split.1,v 1.3 1999/08/28 01:05:49 peter Exp $ .\" .Dd April 16, 1994 .Dt SPLIT 1 diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1 index df660b0c333ff..a2ec0f2ff080d 100644 --- a/usr.bin/strings/strings.1 +++ b/usr.bin/strings/strings.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strings.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/strings/strings.1,v 1.4 1999/08/28 01:05:50 peter Exp $ .\" .Dd June 6, 1993 .Dt STRINGS 1 diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 6a49d632035ee..c3703536a90ea 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/strings/strings.c,v 1.8 1999/08/28 01:05:51 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index e91d6d9ada336..3b4fd8ab7d51d 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/strip/strip.1,v 1.7 1999/08/28 01:05:52 peter Exp $ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.1aout b/usr.bin/strip/strip.1aout index e91d6d9ada336..bdee4c74d4de1 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/strip/strip.1aout,v 1.7 1999/08/28 01:05:53 peter Exp $ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 03ba76c6baac8..e270f3eac7f62 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/strip/strip.c,v 1.12 1999/08/28 01:05:53 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 99b44fbb133fe..9a2d6af8abe04 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/su/Makefile,v 1.29 2000/02/24 21:06:21 markm Exp $ PROG= su SRCS= su.c diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 54ed870922d33..0162ed5f7916b 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/su/su.1,v 1.17 2000/03/01 12:20:11 sheldonh 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 1745067126ed3..7e1163214fe6e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/su/su.c,v 1.34 2000/02/24 21:06:21 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/symorder/symorder.1 b/usr.bin/symorder/symorder.1 index 51cd83b6d33e2..275b4bbb73b45 100644 --- a/usr.bin/symorder/symorder.1 +++ b/usr.bin/symorder/symorder.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)symorder.1 6.5 (Berkeley) 4/22/91 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/symorder/symorder.1,v 1.9 1999/08/28 01:05:56 peter Exp $ .\" .Dd April 22, 1991 .Dt SYMORDER 1 diff --git a/usr.bin/symorder/symorder.c b/usr.bin/symorder/symorder.c index 503c67eca60f5..29fb58f32f984 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/symorder/symorder.c,v 1.15 1999/08/28 01:05:57 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index e15d7e28a50bf..7149e8cc1c5ab 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/cmds.c,v 1.3 1999/08/28 01:05:58 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index ffb0259d474a0..0f4e96215e539 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/cmdtab.c,v 1.5 1999/08/28 01:05:59 peter Exp $"; #endif /* not lint */ #include "systat.h" diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index 6f9c8117063eb..9a3e550a85393 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/devs.c,v 1.4 1999/08/28 01:05:59 peter 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 ec656543b91b3..41f88daba81b0 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/devs.h,v 1.3 1999/08/28 01:06:00 peter 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 3b5b829353640..4423096055b7c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/icmp.c,v 1.2 1999/08/28 01:06:01 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index edeab4b99fb62..09e1875137fde 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/iostat.c,v 1.9 1999/08/30 08:18:07 peter Exp $ */ /* * Copyright (c) 1980, 1992, 1993 diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index d54c76ddb41d0..51b182c721935 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/ip.c,v 1.3 1999/08/28 01:06:02 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 8454682e8eba0..006fb3c4a1555 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/main.c,v 1.11 1999/08/28 01:06:02 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 5e428618cf0fe..c24e1c03ffc95 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/mbufs.c,v 1.10 1999/08/30 08:18:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mode.c b/usr.bin/systat/mode.c index 3eb85c033f1bf..2af893a90c468 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/mode.c,v 1.2 1999/08/28 01:06:03 peter Exp $ */ /* diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index caa6bae7e246b..a9428771fb45d 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/mode.h,v 1.2 1999/08/28 01:06:03 peter Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index b5d0422143a82..09a4744dffc4d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/netcmds.c,v 1.9 1999/08/28 01:06:04 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 305c1339f1fee..a08dac2ff9c93 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/netstat.c,v 1.13 1999/08/30 08:18:08 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index eda7b91f12077..4ce676cb9b5b7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/swap.c,v 1.12 1999/08/28 01:06:05 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 9f118891d704a..d8618ffb3a8ac 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/systat/systat.1,v 1.23 2000/03/02 14:53:32 sheldonh Exp $ .\" .Dd September 9, 1997 .Dt SYSTAT 1 diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index d8045d8fecff1..2529f0a55dfed 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/systat.h,v 1.3 1999/08/28 01:06:05 peter Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 433721ec187f3..03ff4335e273a 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/tcp.c,v 1.3 1999/08/28 01:06:06 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 89e78a2f8b189..be95e2d03d51f 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/vmstat.c,v 1.38 1999/09/19 18:04:54 green Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 7acf45063725d..b693ff8329ff5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/reverse.c,v 1.9 1999/08/28 01:06:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 8ffb8b7c86838..1e87258d00b91 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tail.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tail/tail.1,v 1.5 1999/08/28 01:06:08 peter Exp $ .\" .Dd June 6, 1993 .Dt TAIL 1 diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index bddde1ba259f4..96518c437ceaf 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/talk/Makefile,v 1.7 1999/08/28 01:06:10 peter Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index c8094b47c51d9..6b5e9af2681d2 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/ctl.c,v 1.6 1999/08/28 01:06:10 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index fa3ebad7a5c89..68260c83165c0 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/ctl_transact.c,v 1.5 1999/08/28 01:06:11 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 16c7605d447dd..8ddce2886e8db 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/display.c,v 1.7 1999/08/28 01:06:11 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index 871dc9ac786bc..4bd7624050616 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_addrs.c,v 1.4 1999/08/28 01:06:11 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 05a8368e6b1fe..c72f343f6398b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_iface.c,v 1.7 1999/08/28 01:06:12 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 73e20a162bd9c..8b49612024db7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_names.c,v 1.6 1999/08/28 01:06:12 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 246a3c8654324..96b8285be4273 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/init_disp.c,v 1.11 1999/08/30 08:21:17 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index f941c8dde78da..e1637819ab3c1 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/invite.c,v 1.6 1999/08/28 01:06:13 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index f7a4dd1429ac7..8177b17580366 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/io.c,v 1.9 1999/08/30 08:21:16 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 3c6f3edc27650..88fd4a2ef9d42 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/look_up.c,v 1.5 1999/08/28 01:06:14 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index 82c5038fc4478..cb7d52b6e4594 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/msgs.c,v 1.5 1999/08/28 01:06:14 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 73d046c2d802f..0f52c32eeaa95 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)talk.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/talk/talk.1,v 1.6 2000/03/01 12:20:11 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt TALK 1 diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index d71d49ae2b7df..08b1c7606bfca 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/talk.c,v 1.7 1999/08/28 01:06:15 peter Exp $"; #endif /* not lint */ #include "talk.h" diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index 403397f67e4a9..86a6f4afe0a0b 100644 --- a/usr.bin/tconv/Makefile +++ b/usr.bin/tconv/Makefile @@ -1,5 +1,5 @@ # Makefile for tconv -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tconv/Makefile,v 1.5 1999/08/28 01:06:17 peter Exp $ PROG= tconv SRCS= tconv.c quit.c diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1 index 2cfa9c1009892..578241c94afa7 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tconv/tconv.1,v 1.10 1999/08/28 01:06:18 peter Exp $ .\" .Dd February 1, 1992 .Dt TCONV 1 diff --git a/usr.bin/tconv/tconv.c b/usr.bin/tconv/tconv.c index a9d035d028d6d..8d46a15943184 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tconv/tconv.c,v 1.5 1999/08/28 01:06:18 peter Exp $"; #endif /* the right margin of the output */ diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index 5c65c39445bbe..2fadc7cffdc58 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tcopy/tcopy.1,v 1.7 2000/03/01 12:20:12 sheldonh Exp $ .\" .Dd April 17, 1994 .Dt TCOPY 1 diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 18be38f28c173..e6d6843946824 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tcopy/tcopy.c,v 1.7 1999/08/28 01:06:20 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index adacd0764ff57..63e10766d0f43 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tee.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tee/tee.1,v 1.4 1999/08/28 01:06:21 peter Exp $ .\" .Dd June 6, 1993 .Dt TEE 1 diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index c393200780c15..adda5eb8a2e92 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tee/tee.c,v 1.4 1999/08/28 01:06:21 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 563eb7bafc46b..85af28a87d47c 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -31,7 +31,7 @@ # SUCH DAMAGE. # # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/telnet/Makefile,v 1.14 2000/02/24 21:06:22 markm Exp $ # PROG= telnet diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index c0c6b2cb4a532..53e27c31de3c9 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/telnet/commands.c,v 1.21 2000/03/03 11:13:09 shin Exp $ */ #ifndef lint diff --git a/usr.bin/telnet/externs.h b/usr.bin/telnet/externs.h index 10e89acdee36c..9d5a632f26ab3 100644 --- a/usr.bin/telnet/externs.h +++ b/usr.bin/telnet/externs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)externs.h 8.2 (Berkeley) 12/15/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/telnet/externs.h,v 1.5 2000/01/27 09:28:32 shin Exp $ */ #ifndef BSD diff --git a/usr.bin/telnet/main.c b/usr.bin/telnet/main.c index 9126738c848b3..3edd2f3658a3c 100644 --- a/usr.bin/telnet/main.c +++ b/usr.bin/telnet/main.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/telnet/main.c,v 1.10 2000/01/27 09:28:33 shin Exp $ */ #ifndef lint diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index dfa4fcfe75a9a..7ba65217552e7 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/telnet/telnet.1,v 1.15 2000/01/27 09:28:33 shin Exp $ .\" .Dd January 27, 2000 .Dt TELNET 1 diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 4ae5dc4c11c0b..2c1937725423d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tftp/main.c,v 1.8 1999/08/28 01:06:24 peter Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 0f87f58f39ce3..8dd1c0dd7f1bb 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tftp.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tftp/tftp.1,v 1.4 1999/08/28 01:06:24 peter Exp $ .\" .Dd April 18, 1994 .Dt TFTP 1 diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 9dc00afeddba8..0d618a583b05b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tftp/tftp.c,v 1.5 1999/08/28 01:06:24 peter 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 5f3549d7dcf89..509ac1aa2c331 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tftp/tftpsubs.c,v 1.3 1999/08/28 01:06:25 peter Exp $"; #endif /* not lint */ /* Simple minded read-ahead/write-behind subroutines for tftp user and diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 48cd78d1e38a5..3121685addd11 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/time/time.1,v 1.13 1999/09/14 11:46:04 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt TIME 1 diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 960d00e27aacd..4cdb9fb646a62 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/time/time.c,v 1.14 1999/08/28 01:06:28 peter 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 efb644fce7d6a..0c04c4c625086 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/libacu/acucommon.c,v 1.3 1999/08/28 01:06:30 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/unidialer.c b/usr.bin/tip/libacu/unidialer.c index 0206571007a16..c7934fd032d0e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/libacu/unidialer.c,v 1.7 1999/08/28 01:06:30 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index 08f2be588e628..5ccc95af72fb1 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/libacu/ventel.c,v 1.3 1999/08/28 01:06:31 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 3ee0381f94680..2632a23e229f6 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/acu.c,v 1.5 1999/08/28 01:06:31 peter Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 2d38c7d3efb8a..a997027925344 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/acutab.c,v 1.4 1999/08/28 01:06:32 peter Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 5e827e6d8511b..940c6a46ead1d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/cmds.c,v 1.11 2000/02/22 02:01:17 bsd Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 3ad19e89afa85..12dcd3a858938 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/cmdtab.c,v 1.3 1999/08/28 01:06:33 peter Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index 2b3b2ed60d429..24a7e20661a0c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/cu.c,v 1.4 1999/08/28 01:06:33 peter Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 90f7a613ad70f..6460ac82c84a6 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/hunt.c,v 1.5 1999/08/28 01:06:33 peter 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 20004e8aa6836..9b07b92989de7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/log.c,v 1.4 1999/08/28 01:06:34 peter Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/modems.5 b/usr.bin/tip/tip/modems.5 index 5fd486699ed59..47bb1602b3439 100644 --- a/usr.bin/tip/tip/modems.5 +++ b/usr.bin/tip/tip/modems.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)modems.5 3/24/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/modems.5,v 1.5 1999/08/28 01:06:34 peter Exp $ .\" .Dd March 24, 1995 .Dt MODEMS 5 diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index 94b2ab195e5d3..873b65971d292 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/partab.c,v 1.3 1999/08/28 01:06:35 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index 2bc9343892526..7a89bf45fd5d4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/remote.c,v 1.4 1999/08/28 01:06:35 peter Exp $"; #endif /* not lint */ #include <sys/syslimits.h> diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index a9c083d6a0daf..7fecb435dfba3 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/tip.1,v 1.7 2000/03/01 12:20:21 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt TIP 1 diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 348f8a0edbc09..f9b2039ed7213 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/tip.c,v 1.12 1999/09/15 01:48:52 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index c9292a870a302..09963670da26f 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/tipout.c,v 1.6 1999/08/28 01:06:36 peter Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 8be5cd9a0db05..d198bcef597f3 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/value.c,v 1.5 1999/08/28 01:06:36 peter Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index 6aba4993e23dc..50f095f6fe591 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tip/tip/vars.c,v 1.4 1999/08/28 01:06:36 peter Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 0b52a70229d97..f3b874ff60f79 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> * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/top/machine.c,v 1.29 1999/11/17 16:31:51 davidn Exp $ */ diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index b1583f316f67e..b3c570ab03543 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/touch/touch.1,v 1.6 1999/08/28 01:06:46 peter Exp $ .\" .Dd April 28, 1995 .Dt TOUCH 1 diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 834f49e785857..dd9d15995e261 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tput/tput.1,v 1.5 1999/08/28 01:06:48 peter Exp $ .\" .Dd March 19, 1994 .Dt TPUT 1 diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index ff27e4add3ce0..0e33752a1dce4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tr/str.c,v 1.10 1999/08/28 01:06:50 peter Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 7403dba1619b6..2b0fba870bf5d 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tr/tr.1,v 1.5 1999/08/28 01:06:51 peter Exp $ .\" .Dd October 11, 1997 .Dt TR 1 diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index b842e6d3452f6..823aebbce3f73 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tr/tr.c,v 1.8 1999/08/28 01:06:52 peter Exp $"; #endif /* not lint */ #include <locale.h> diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 1eee432284c2f..6ee0505f06836 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)true.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/true/true.1,v 1.5 1999/08/28 01:06:53 peter Exp $ .\" .Dd June 9, 1993 .Dt TRUE 1 diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 8173c8ac5ae9e..f642a3ab9ba91 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/Makefile,v 1.10 1999/12/03 17:35:34 marcel Exp $ PROG= truss SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c diff --git a/usr.bin/truss/alpha-fbsd.c b/usr.bin/truss/alpha-fbsd.c index 125e126da9c4a..a275a2e9ba7f8 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/alpha-fbsd.c,v 1.3 1999/08/28 01:06:54 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index 463f475cefaf6..c91ed1b3d0776 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/i386-fbsd.c,v 1.7 1999/08/28 01:06:54 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index ec7632b83e0d6..0e7521657a995 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/i386-linux.c,v 1.7 1999/08/28 01:06:55 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index d09ee67dbadb8..e8a86bccb99c6 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/main.c,v 1.15 2000/01/10 04:09:05 sef Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index 5af1fabbf01d6..c7482f4670ae2 100644 --- a/usr.bin/truss/setup.c +++ b/usr.bin/truss/setup.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/setup.c,v 1.10 2000/01/10 04:09:05 sef Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index 2b3c66b5928c3..70ffd17bff81c 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). */ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/truss/syscall.h,v 1.5 1999/08/28 01:06:56 peter 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 1b98cba1cfc62..ee439f0eddf99 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/syscalls.c,v 1.10 2000/02/15 20:25:47 sef Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index c984751ba5269..3989df2ff9095 100644 --- a/usr.bin/truss/truss.1 +++ b/usr.bin/truss/truss.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/truss/truss.1,v 1.5 2000/01/23 01:48:16 mpp Exp $ .\" .Dd Nov 23, 1997 .Dt TRUSS 1 diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index 4c11a67441be3..be89f13d680ff 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tset/map.c,v 1.7 1999/08/30 08:27:30 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c index 4d8d705a9a258..d066e182192c1 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tset/misc.c,v 1.4 1999/08/28 01:06:58 peter Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index e5c52cff08a33..811412e5260d6 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tset/set.c,v 1.7 1999/08/30 08:27:30 peter Exp $"; #endif /* not lint */ #include <termios.h> diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index 857f9b1737bf5..a364b5736e1cb 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tset/term.c,v 1.4 1999/08/28 01:06:58 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1 index bb0481ad9be69..a88556ac3d309 100644 --- a/usr.bin/tset/tset.1 +++ b/usr.bin/tset/tset.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tset.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tset/tset.1,v 1.5 1999/08/28 01:06:58 peter Exp $ .\" .Dd June 9, 1993 .Dt TSET 1 diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index c14654765b50c..b873dfc14f916 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tset/tset.c,v 1.14 1999/08/30 08:27:31 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index 8c5936898d637..8adc6ce633ebf 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tset/wrterm.c,v 1.3 1999/08/28 01:06:59 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 6be1978fc06d5..741a74099b7a2 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tsort.1 8.3 (Berkeley) 4/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tsort/tsort.1,v 1.7 1999/08/28 01:07:00 peter Exp $ .\" .Dd April 1, 1994 .Dt TSORT 1 diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 2f73a80d1fe91..bc3fbd8e41d45 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tsort/tsort.c,v 1.10 1999/08/28 01:07:00 peter Exp $ */ #ifndef lint diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index dbf0e777661c5..de8e1f0537478 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tty/tty.1,v 1.6 1999/08/28 01:07:01 peter Exp $ .\" .Dd June 6, 1993 .Dt TTY 1 diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 4d02fa9dccd41..5766cff165655 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tty/tty.c,v 1.4 1999/08/28 01:07:01 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/uac/Makefile b/usr.bin/uac/Makefile index eb46c1d10402f..2a0bb7095a2c3 100644 --- a/usr.bin/uac/Makefile +++ b/usr.bin/uac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uac/Makefile,v 1.1 2000/01/19 09:47:19 obrien Exp $ PROG= uac diff --git a/usr.bin/uac/uac.1 b/usr.bin/uac/uac.1 index 21f7bad38316f..6bbe1b84741b8 100644 --- a/usr.bin/uac/uac.1 +++ b/usr.bin/uac/uac.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uac/uac.1,v 1.3 2000/01/27 09:00:51 obrien Exp $ .\" .Dd January 18, 2000 .Dt UAC 1 diff --git a/usr.bin/uac/uac.c b/usr.bin/uac/uac.c index 856b9d866007f..99f9277679322 100644 --- a/usr.bin/uac/uac.c +++ b/usr.bin/uac/uac.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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/uac/uac.c,v 1.1 2000/01/19 09:47:19 obrien Exp $ */ #include <sys/types.h> diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 470fea1450a2b..40d3863650e08 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ul.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ul/ul.1,v 1.6 1999/08/28 01:07:02 peter Exp $ .\" .Dd June 6, 1993 .Dt UL 1 diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index cfdd552456906..e4b9abbe5408d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ul/ul.c,v 1.6 1999/08/28 01:07:03 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index 08f7508312e48..cfed8c085d01d 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uname.1 8.3 (Berkeley) 4/8/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uname/uname.1,v 1.8 1999/08/28 01:07:03 peter Exp $ .\" .Dd April 8, 1994 .Dt UNAME 1 diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index ed05c85d73af6..f5f46964cef78 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/unexpand/unexpand.c,v 1.5 1999/08/28 01:07:04 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 2c06332d938ec..2335f07b52a40 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unifdef.1 8.2 (Berkeley) 4/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.4 1999/08/28 01:07:05 peter Exp $ .\" .Dd April 1, 1994 .Dt UNIFDEF 1 diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 0b7344b2eb77d..120d2ff81d29b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.4 1999/08/28 01:07:06 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index e14dd517cda1a..cc6120d3350cc 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uniq/uniq.1,v 1.5 1999/08/28 01:07:07 peter Exp $ .\" .Dd June 6, 1993 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 07e25a07c9cf5..a8361af324804 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/uniq/uniq.c,v 1.11 1999/12/10 13:06:53 ache Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 946132c7bb990..599bf030af493 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/units/Makefile,v 1.5 1999/08/28 01:07:09 peter Exp $ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index 974cbe9fee3f0..a4106cdf4a000 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/units/README,v 1.4 1999/08/28 01:07:09 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 227dd00b49224..1f65bd8f6d7cd 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/units/pathnames.h,v 1.4 1999/08/28 01:07:09 peter Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index f1c2de8602e7f..2acce4c51144c 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/units/units.1,v 1.8 1999/08/28 01:07:10 peter Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 7d1fd785d5b68..6a30a0f1a67dd 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/units/units.c,v 1.6 1999/08/28 01:07:10 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index a2f8214598818..1382aeabec0cd 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $FreeBSD$ +/ $FreeBSD: src/usr.bin/units/units.lib,v 1.5 1999/08/28 01:07:11 peter Exp $ / primitive units diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index a3cb608a0d9cb..6e4c70fa72352 100644 --- a/usr.bin/unvis/unvis.1 +++ b/usr.bin/unvis/unvis.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unvis.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unvis/unvis.1,v 1.5 1999/08/28 01:07:12 peter Exp $ .\" .Dd June 6, 1993 .Dt UNVIS 1 diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 418b74ec460b9..608159fcc46c7 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/unvis/unvis.c,v 1.5 1999/08/28 01:07:13 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index 874960705300b..9192b6a71a89c 100644 --- a/usr.bin/users/users.1 +++ b/usr.bin/users/users.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)users.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/users/users.1,v 1.5 1999/08/28 01:07:14 peter Exp $ .\" .Dd June 6, 1993 .Dt USERS 1 diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index 7acb26836e400..ff93fb53291e8 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/users/users.c,v 1.5 1999/08/28 01:07:14 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 247e80212d1ec..e813294b34eb4 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/uudecode/uudecode.c,v 1.13 1999/08/28 01:07:16 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index a01f18b2ff0cc..e4fa60ea82535 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uuencode/uuencode.1,v 1.9 2000/03/01 12:20:12 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt UUENCODE 1 diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e8696e900d0ac..44bf677a52332 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/uuencode/uuencode.c,v 1.4 1999/08/28 01:07:17 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index d256a0b1b164c..b716e75a2e659 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uuencode.format.5 8.2 (Berkeley) 1/12/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uuencode/uuencode.format.5,v 1.8 2000/03/01 12:20:13 sheldonh Exp $ .\" .Dd January 12, 1994 .Dt UUENCODE 5 diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index ee668d894e64e..aef45b62796b6 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vacation/Makefile,v 1.6 1999/08/28 01:07:19 peter Exp $ PROG= vacation CFLAGS+= -Wall diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index b5db13922d0bf..7a9507c112c0f 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vacation/vacation.1,v 1.10 2000/03/01 12:20:14 sheldonh Exp $ .\" .Dd June 16, 1993 .Dt VACATION 1 diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index 98a2987abd3cc..d7adf3cbf88ea 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/vacation/vacation.c,v 1.18 1999/08/28 01:07:19 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index 09c63380307f7..6ba64aa7fa25b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/vgrind/vfontedpr.c,v 1.12 1999/08/28 01:07:21 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index 7e03ac7b0918c..80c7757dabf2a 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/vgrind.1,v 1.7 1999/08/28 01:07:21 peter Exp $ .\" .Dd June 6, 1993 .Dt VGRIND 1 diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 105442b80b45b..9fbc3fe597072 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vgrindefs.5 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/vgrindefs.5,v 1.5 1999/08/28 01:07:22 peter Exp $ .\" .Dd June 6, 1993 .Dt VGRINDEFS 5 diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 129e0574e95ac..f48782f0be3a4 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vi/Makefile,v 1.27 1999/09/04 10:27:12 markm 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 6cf63f35ac057..bf40a334f9ebb 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/vis/foldit.c,v 1.4 1999/08/28 01:07:25 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/vis/vis.1 b/usr.bin/vis/vis.1 index 47c080dffa242..5e5d97e3ef637 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vis.1 8.4 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vis/vis.1,v 1.6 1999/08/28 01:07:25 peter Exp $ .\" .Dd April 19, 1994 .Dt VIS 1 diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 0ff6a21f0a0fc..b0b525a829206 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/vis/vis.c,v 1.6 1999/08/28 01:07:25 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 860628e886938..395f8ada30ff8 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vmstat/vmstat.8,v 1.16 1999/08/28 01:07:27 peter Exp $ .\" .Dd June 6, 1996 .Dt VMSTAT 8 diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 65ddb07990831..6ba3ee02fe813 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/vmstat/vmstat.c,v 1.38 1999/09/01 11:25:25 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1f0af4e976c65..c913a5f30cf97 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/w/Makefile,v 1.6 1999/11/17 15:28:44 peter Exp $ PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 4b9614c1af883..28ee50a5becb5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/w/pr_time.c,v 1.14 1999/11/10 04:28:16 davidn Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index 20ebaa0ffbd54..258991e7c209d 100644 --- a/usr.bin/w/uptime.1 +++ b/usr.bin/w/uptime.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uptime.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/w/uptime.1,v 1.5 1999/08/28 01:07:29 peter Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 12f3da808c13c..6598c7c6abe02 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/w/w.1,v 1.12 1999/08/28 01:07:29 peter Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index d91aa8cb8a9bc..720e0290b6665 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/w/w.c,v 1.38 1999/11/17 15:28:45 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 2b58a1b97eb8e..ad7c5f6fc2558 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/wall/ttymsg.c,v 1.4 1999/08/28 01:07:31 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 73f9280366401..c073a25b3bafd 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wall.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/wall/wall.1,v 1.3 1999/08/28 01:07:32 peter Exp $ .\" .Dd June 6, 1993 .Dt WALL 1 diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 941211963d7e9..7983f80f541f0 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/wall/wall.c,v 1.13 1999/09/01 23:07:29 dbaker Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 86fc751fe7ac2..d2a0dff3bbf48 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/wc/wc.1,v 1.6 1999/08/28 01:07:33 peter Exp $ .\" .Dd April 19, 1994 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 3793a905af2a8..dc33b2efdee54 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/wc/wc.c,v 1.11 1999/08/28 01:07:34 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index b5fe8bb05c803..e3ca1880623a0 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 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/what/what.1,v 1.10 1999/08/28 01:07:35 peter Exp $ .\" .Dd June 6, 1993 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 5a9bf35018ec4..38a2d4fa95e5e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/what/what.c,v 1.5 1999/08/28 01:07:35 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 8e6404b4c92d6..c39586d947491 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 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/whereis/whereis.1,v 1.8 1999/08/28 01:07:36 peter Exp $ .\" .Dd June 15, 1996 .Dt WHEREIS 1 diff --git a/usr.bin/whereis/whereis.pl b/usr.bin/whereis/whereis.pl index 1af1d4769f970..ee93744679a27 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. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/whereis/whereis.pl,v 1.8 1999/08/28 01:07:37 peter Exp $ # sub usage diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index 94646408bc846..fd6c3f58819bd 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/which/Makefile,v 1.5 1999/08/28 01:07:39 peter Exp $ MAINTAINER= wosch diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index a8048ac851797..a6abe7c86a6e3 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/which/which.1,v 1.16 2000/01/14 10:47:54 sheldonh 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 781e1c1516021..d8d3572734870 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. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/which/which.pl,v 1.14 1999/08/28 01:07:39 peter Exp $ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 6352eab33d8c2..127c148681b71 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/who/who.1,v 1.7 1999/08/28 01:07:40 peter Exp $ .\" .Dd December 30, 1993 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 76ecdc2ae94dd..451a1b705e570 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/who/who.c,v 1.9 1999/08/28 01:07:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index 299c963fb1a6a..17cc85367996b 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/whois/Makefile,v 1.3 1999/11/17 19:11:51 ache Exp $ PROG= whois diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index d0ab40982696e..fe6a2abec11d8 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/whois/whois.1,v 1.15 2000/03/02 22:51:17 obrien Exp $ .\" .Dd November 17, 1999 .Dt WHOIS 1 diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 0ef3d4b5c30fb..6cac8df2f4e5d 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/whois/whois.c,v 1.15 1999/12/06 21:18:32 joe Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 5070cfb8bb3a5..dc2ee4050b961 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)window.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/window/window.1,v 1.5 1999/08/28 01:07:45 peter Exp $ .\" .Dd December 30, 1993 .Dt WINDOW 1 diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 2b94902094180..f40d644447c5c 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/write/write.1,v 1.7 1999/08/28 01:07:48 peter Exp $ .\" .Dd June 6, 1993 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 406eeb3f7565a..a286549dc0e1f 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/write/write.c,v 1.12 1999/08/28 01:07:48 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 8dec056ca98de..d23cc49b18fe3 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xargs/xargs.1,v 1.6 1999/08/28 01:07:49 peter Exp $ .\" .Dd June 6, 1993 .Dt XARGS 1 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 2ad94cc909266..f44ebe7e27892 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/xargs/xargs.c,v 1.9 1999/08/28 01:07:50 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index c8bd6e3877a1e..20af2bd9609cc 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xinstall/Makefile,v 1.11 2000/02/05 18:42:35 joe Exp $ PROG= xinstall SRCS= setflags.c xinstall.c diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index f9a77baf29f2e..115d28c4411e5 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xinstall/install.1,v 1.16 2000/03/01 12:20:16 sheldonh Exp $ .\" .Dd September 22, 1996 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 1db50f1d363aa..255dd34f8126c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/xinstall/xinstall.c,v 1.38 2000/01/27 21:16:58 joe Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 7d515d4a01885..b20e90519ae0f 100644 --- a/usr.bin/xlint/Makefile +++ b/usr.bin/xlint/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/Makefile,v 1.7 2000/01/16 08:25:39 sheldonh Exp $ SUBDIR= lint1 lint2 xlint #llib diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index fef8dae738019..66bde015fb13c 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 $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/lint1/Makefile,v 1.7 1999/08/28 01:07:53 peter 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/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 203a4afb5e9d9..536f9b863370c 100644 --- a/usr.bin/xlint/llib/Makefile +++ b/usr.bin/xlint/llib/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/llib/Makefile,v 1.7 2000/01/16 08:25:40 sheldonh Exp $ LIBS= llib-lposix.ln llib-lstdc.ln diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 21361645bd692..53c22b497aa70 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -29,7 +29,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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xlint/xlint/lint.1,v 1.8 2000/03/01 12:20:22 sheldonh Exp $ .\" .Dd August 28, 1994 .Dt LINT 1 diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index 3735688bb2370..92ed6bd7d5ee8 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.bin/xlint/xlint/xlint.c,v 1.8 2000/01/14 09:25:31 sheldonh Exp $"; #endif #include <sys/param.h> diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 777da20493b92..c20a4322f2208 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)xstr.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xstr/xstr.1,v 1.4 1999/08/28 01:07:56 peter Exp $ .\" .Dd December 30, 1993 .Dt XSTR 1 diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 8160bb8576301..f8fcd3da438a1 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/xstr/xstr.c,v 1.4 1999/08/28 01:07:56 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index 3a871d989b4e7..311f0e78bc5c7 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.3 (Berkeley) 5/12/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/yacc/Makefile,v 1.8 1999/08/28 01:07:58 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 4caf458576404..58e41070bdf9f 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/closure.c,v 1.6 1999/08/28 01:07:58 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h index a8d8113d31655..fcd5cfa81f66b 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 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/defs.h,v 1.8 1999/08/28 01:07:59 peter Exp $ */ #include <sys/cdefs.h> /* for __P macro */ diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 3229f345104c6..4fbd61c37fcdd 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/yacc/error.c,v 1.7 1999/08/28 01:07:59 peter Exp $"; #endif /* not lint */ /* routines for printing error messages */ diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index bd61e489e46b1..f5a78561e2603 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/lalr.c,v 1.7 1999/08/28 01:07:59 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index 07816d2ac1141..53b76c79cf087 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/lr0.c,v 1.6 1999/08/28 01:08:00 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index f26a38b0f6807..008bd441b3732 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/yacc/main.c,v 1.12 2000/01/10 20:26:24 kris Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index e7ca1e36b91b8..84455eebf6c64 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/yacc/mkpar.c,v 1.10 1999/08/28 01:08:01 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index 18d5ee143be95..e2bc4daa64bcd 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/output.c,v 1.13 2000/01/17 01:51:29 bde Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 4e2e588241a99..3914d336a38e2 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/reader.c,v 1.8 1999/08/28 01:08:02 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index c3b02b0ffe027..96958bc5db3d2 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -56,7 +56,7 @@ char *banner[] = { "#ifndef lint", "static char const ", - "yyrcsid[] = \"$FreeBSD$\";", + "yyrcsid[] = \"$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $\";", "#endif", "#include <stdlib.h>", "#define YYBYACC 1", diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index f155021bb68ea..16ae309764fe3 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/symtab.c,v 1.6 1999/08/28 01:08:03 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 69ce15e1d2710..f901d4edc4dc1 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/verbose.c,v 1.6 1999/08/28 01:08:03 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 37408c0b3fa95..db60029d16bb6 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/warshall.c,v 1.6 1999/08/28 01:08:04 peter Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 6a210f1797694..cc6a304e5294a 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/yacc/yacc.1,v 1.10 2000/01/10 08:54:09 kris Exp $ .\" .Dd May 24, 1993 .Dt YACC 1 diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1 index 3b50a624e2d87..5b14d50ae9fff 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/yacc/yyfix.1,v 1.3 1999/08/28 01:08:05 peter Exp $ .\" .Dd March 23, 1993 .Dt YYFIX 1 diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index e19020f70aea8..6c78770745530 100644 --- a/usr.bin/yes/yes.1 +++ b/usr.bin/yes/yes.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)yes.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/yes/yes.1,v 1.3 1999/08/28 01:08:06 peter Exp $ .\" .Dd June 6, 1993 .Dt YES 1 diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index 58ee6907f07f9..33ca5098d73f2 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ypcat/Makefile,v 1.4 1999/08/28 01:08:07 peter Exp $ PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 139b2c6e5799e..c86b4caad6c63 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypcat/ypcat.1,v 1.8 1999/08/28 01:08:08 peter Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index e90e763a03498..f85cdb96f21ab 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ypcat/ypcat.c,v 1.4 1999/08/28 01:08:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index 22e62996937e4..11bfc6a02a302 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ypmatch/Makefile,v 1.4 1999/08/28 01:08:10 peter Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 6491407e942a1..db10aa8da6a37 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypmatch/ypmatch.1,v 1.8 1999/08/28 01:08:11 peter Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index be266bb7e1e02..33e824fd4493a 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ypmatch/ypmatch.c,v 1.7 1999/08/28 01:08:11 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index f28f864ab0970..e6b49a6fa420c 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ypwhich/Makefile,v 1.5 1999/08/28 01:08:12 peter Exp $ PROG= ypwhich diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index 88ca36d759ba2..b14946f0fc659 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypwhich/ypwhich.1,v 1.4 1999/08/28 01:08:12 peter Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 2bc9ff377dd59..214f46ab2d0e9 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ypwhich/ypwhich.c,v 1.11 1999/08/28 01:08:13 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |