diff options
Diffstat (limited to 'usr.bin')
877 files changed, 890 insertions, 890 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 90e3e6153b0c..7d7c6b38bce3 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.2.5 2000/08/08 19:24:22 peter 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 39b827ed8f8e..29bace01ea7e 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 978062ff1972..f79485db2f52 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.2.1 2000/06/08 06:14:51 kris Exp $"; #endif /* not lint */ #include <sys/wait.h> diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index af3161251965..d2e78c888638 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 3741299cb8ae..31d303177b33 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 3741299cb8ae..14a6d09fe84d 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 e163cf6cf799..1086d659473e 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 c53c1e44dcfa..c35295664e7f 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 df96d573b49b..10a405835d60 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 909207a6eada..16d0594c0106 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 5bc58e987e8e..d5a5ec636b49 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.2.1 2000/04/23 16:51:28 mpp 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 9cabc1da0d5e..95e6c8e86178 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 26e559e9850e..0cb46b3ca89e 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.2.1 2000/04/14 13:54:10 sheldonh Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index e7bb9b1d555d..fbb2036ad81f 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 2fce5c02e4a6..ad9909b9268f 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 5c67fcf853ad..35eb5698a503 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.2.1 2000/07/01 12:32:34 ps Exp $ .\" .Dd April 29, 1995 .Dt BANNER 6 diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index 387ccc622bc8..87bb202d68c3 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.2.1 2000/07/01 12:32:35 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 8d0a78620792..a3638b3f0448 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.2.1 2000/06/30 09:51:44 ps Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index c7a8e57873c3..62cfaa314a6a 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 718263f5cab6..f3f1eb1db56a 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.2.1 2000/07/20 10:35:15 kris Exp $ */ #ifndef lint diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 87679131e8f2..7d6baaf1ead1 100644 --- a/usr.bin/brandelf/Makefile +++ b/usr.bin/brandelf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/brandelf/Makefile,v 1.3.6.1 2000/07/07 08:31:34 obrien Exp $ PROG= brandelf CFLAGS+= -Wall diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index c8d058ef8caf..ad644e3442bf 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.2.1 2000/07/07 08:32:13 obrien Exp $ .\" .Dd February 6, 1997 .Dt BRANDELF 1 diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 3ae4bdf7d0e2..43d063c19f3d 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.2.1 2000/07/07 08:32:13 obrien Exp $ */ #include <elf.h> diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 90144acb2398..022ef6528f36 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 55efd56c6b9f..96a8c08370cc 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 d783c494dcbf..b27e5429f384 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/calendar.c b/usr.bin/calendar/calendar.c index 5bff6d713bd0..72195ccc684b 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.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/calendar.c,v 1.11.2.1 2000/08/07 01:47:56 ps Exp $ */ #ifndef lint diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 2e7adfa15d21..7770c61de782 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -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/calendar.h,v 1.5.2.1 2000/08/07 01:47:56 ps Exp $ */ diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 652829ef863d..2888c6ea10e3 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 c819064bb7b3..3a749d55530c 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 d7562f74176d..f523c4ec1ec7 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 9591f8ca35f5..53ca44f68002 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 af9a55854387..cee00983b2af 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 d22207cfd500..63e9ae6c2cb6 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 005f88a8bf25..e297d3185fd3 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 4c7c852085d3..a48dc99f772c 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 273e536488ca..60e8e306b987 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 99629ce73c81..f66b0bbcf1b8 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 e308873676c1..dbc96878553c 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 712a4b784599..6245ff219d06 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 7e2833b3a5fe..0ed52240a97e 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 92c0e51ff73e..9d866b345a99 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 4969fc7b7d2d..0fb3141a85a8 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 24d51f61fe57..84ec78fedc59 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 aa4ef195e74d..d852e22cefad 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 62acab9011a8..f2fafefa105b 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 ad63646271f6..fb61caefd4fb 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 175fe0fa4207..48815f4a5a34 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 11be34324383..5193fce779dd 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 b78ea99533f8..d589135bb9c3 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 fcdc5e7f8f5e..e68cb681796b 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 2a45b1d2650f..6e786b6dacd7 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 22de9d3588b7..9b53ae00691e 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 0105343eae8a..24bde0ad9eb4 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 c37c993680e9..451811e85b13 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 cdc367898562..bc1190e42d6a 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 528c2ea27f0f..175fb0963457 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 12bff9f86e92..8076f160b513 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/paskha.c b/usr.bin/calendar/paskha.c index e107e18df329..01f388454573 100644 --- a/usr.bin/calendar/paskha.c +++ b/usr.bin/calendar/paskha.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/paskha.c,v 1.4.10.1 2000/08/07 01:47:56 ps Exp $ */ #include <stdio.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index 1bffe0131fee..cfefbd6fc2ac 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 ad4846a72f84..759440e43865 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 ccd5d3b11e90..3a413e34a093 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 2d25d76a12a0..cc56984eba78 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 b5f469814c77..8d187d66b814 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 fd71405d17b2..1eccbac47a62 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 928b905dc546..82b8f1af55c0 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 ebc9c0fa15fe..de981e71ea3f 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.2.1 2000/06/28 02:33:15 joe Exp $ NOSHARED?=yes diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 4f3f708a6899..f0d3dc49cf0b 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.2.1 2000/04/03 22:12:15 jdp Exp $ .\" .Dd May 2, 1995 .Dt CHFLAGS 1 diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index 3ff36efc91bc..f758a7b57e25 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.2.2 2000/06/28 02:33:15 joe Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index c0bbd6aea174..df9c9b281e4f 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 be4668de7694..dad98ab423a0 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 7966608938ce..2af70a9d8ac6 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.2.1 2000/06/28 00:24:45 davidn Exp $ PROG= chpass CFLAGS+=-Wall diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 5ec2be1d52dc..be095a3e7770 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 77f9f7832f84..74ab517673a1 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 6311d5751508..e630226afe9d 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.2.1 2000/06/28 00:24:45 davidn Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index d6cfaebb15a3..38c9db8d133d 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 15f63d038776..bbfc30c0dea9 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 e7dd06b6db88..266d0e037108 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 1b36ef8dfca3..1f7437fa7293 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 1411abe68543..f67a95ee4145 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 1dc0293447a9..b1a2f856bbde 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 ae49a834ecfc..b48ea6794652 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 d3b8ce46cc14..f2c736c6c5ab 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 bcdeb30df5a7..57678af42fd2 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 4ce83f615cfd..b5815e300839 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 c8a5f2586d3a..00b06927dc8c 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.2.2 2000/07/17 23:07:13 brian Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 73e89e4aaf7b..14a8387e8f28 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.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/cmp/cmp.c,v 1.6.6.3 2000/07/25 13:04:41 sheldonh Exp $ * */ diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index f3f25d764d69..2d4382efa236 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/extern.h,v 1.1.1.1.14.1 2000/07/02 09:28:37 ps Exp $ * */ diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index e2d04358ddd4..ba19287cd8ae 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.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/cmp/regular.c,v 1.7.2.2 2000/07/02 11:14:42 ps Exp $ * */ diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 45da8f2d9280..9fcbbe4dd845 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.2.1 2000/07/02 09:34:27 ps Exp $ .\" .Dd June 29, 1993 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 0d78d70b1310..124932dbd491 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/col/col.c,v 1.6.6.1 2000/07/02 09:34:27 ps Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index ba7d70c7d53e..702842bb5ef6 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.2.1 2000/08/08 03:08:48 ps Exp $ .\" .Dd June 30, 1993 .Dt COLCRT 1 diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 4b5b525f6ef1..fbd3b124510c 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/colcrt/colcrt.c,v 1.5.2.2 2000/08/08 03:08:48 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 0a9022a97042..270df6c33742 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 f36d0b4cc3ce..4bf34df69d41 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 c4beb8b59b95..dd26d90d2e63 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 9b25e137dbad..ee88c5dbf208 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 ddc083b3ceb5..2fb3796b0bf5 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 b00182d604dd..0a8b7be59a18 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 22bfea873eae..0e9990ae0e8c 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.2.1 2000/06/30 09:51:44 ps Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 7fe49374dd85..19df11a7301a 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 c1a23a0b58ed..c9daa331ec2a 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 a84460a92220..471e92a39898 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 69c28738293f..0d029c1f8079 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.2.1 2000/06/30 09:51:45 ps Exp $ .\" .Dd April 18, 1994 .Dt COMPRESS 1 diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index bb8b1bfecb75..2b7b326474d0 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/compress/compress.c,v 1.7.6.1 2000/05/16 05:04:54 hoek Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index e776436eb26f..18b78752fcac 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 e8b702b69dba..d0a8593db2d2 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.2.1 2000/06/30 09:51:45 ps Exp $ .\" .Dd June 9, 1993 .Dt ZOPEN 3 diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index 1a22de12cab3..8ed19f527c4c 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 55c637e7ddf1..e0fbd2b178b7 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 5e841f21b978..af6eaaecd31c 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 b91aa411c3d8..7bda98ccec26 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 a71e7e1ddac7..5ce276d89419 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 c2c9b2269049..c3fbc82ead56 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 727334188f42..34e6a0011012 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 915f3ea828b9..174dca8949c8 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 992fee526d90..d335faabc4f9 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 714b1eb2c39c..39f9b1aaa535 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.2.2 2000/06/30 11:06:16 tg 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 2eeaeed31647..0bcfbda9ba05 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/README.booting_dos b/usr.bin/doscmd/README.booting_dos index 926c3ac1f3e8..a7df1c8d3ba6 100644 --- a/usr.bin/doscmd/README.booting_dos +++ b/usr.bin/doscmd/README.booting_dos @@ -1,5 +1,5 @@ /* BSDI README.booting_dos,v 2.2 1996/04/08 19:32:18 bostic Exp*/ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/doscmd/README.booting_dos,v 1.3.2.1 2000/06/29 23:47:28 ps Exp $ */ To install DOS on a pseudo hard disk under doscmd: diff --git a/usr.bin/doscmd/bios.c b/usr.bin/doscmd/bios.c index 1af6ccf90c41..2b74a69d2d06 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 890c7142d454..ee1c831aab8d 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 d3c656fd7c26..bfa769df7619 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 1486c6fd348e..7b637f9038f0 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 98982a958722..03e5178de009 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 dd1316faaee7..a532e2a991e2 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/cp437-8x16.pcf.gz.uu b/usr.bin/doscmd/cp437-8x16.pcf.gz.uu index 8071221ca567..400a577731bf 100644 --- a/usr.bin/doscmd/cp437-8x16.pcf.gz.uu +++ b/usr.bin/doscmd/cp437-8x16.pcf.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/cp437-8x16.pcf.gz.uu,v 1.1.2.1 2000/06/30 11:06:16 tg Exp $ begin 644 cp437-8x16.pcf.gz M'XL("#J#2SD``V-P-#,W+3AX,38N<&-F`.V=?9Q51WG'?T`"A,204*,(")'$ diff --git a/usr.bin/doscmd/cpu.c b/usr.bin/doscmd/cpu.c index c273084547e0..cac0630332a9 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 ec9c706f7f5c..170786452a21 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 ef5635f3c885..452373eb96b7 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 dfe7e4ea4486..1c6b7be0fad5 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 bc3524a3b42a..5998473b33b8 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 7506c534220a..2155eed5f143 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 0a896b1f5490..50488c7c334e 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 1ec83ac7f32c..174b92861ad8 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 ec1c1b92d69b..e3eee6af550f 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.2.2 2000/06/30 11:06:16 tg Exp $ .\" .Dd January 30, 1995 .Dt DOSCMD 1 diff --git a/usr.bin/doscmd/doscmd.c b/usr.bin/doscmd/doscmd.c index 8b6727b832ed..a1a47fc1cb27 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.2.1 2000/06/30 11:06:16 tg Exp $ */ #include <sys/types.h> diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h index 8d5af631e5b5..2c1b5b813dc3 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 d219ad52b46e..0995e7a7c957 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 14bbd94fb842..c7b61d312d8f 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 276bddc6bbde..a29751708df3 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 40c7affd00b7..55178524dfda 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 750a6f9ee06a..34c80e77fcea 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 d3797687eda3..9ce5af83cde8 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 ce9a8f02d049..dd746772dc9d 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 7657d219654b..3edd1911210c 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 c05e6263c0c9..18fbdc350cc2 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 ded17c857f9c..101049f45ccd 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 4d367eb7f4a0..4416111dd5ca 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 517e1312c186..3fec7bb11f05 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 d62d6da9b321..4b7aa4d686a4 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 ff7df30f8376..b1ca94c048f7 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 8bfe3d8db71e..176323058fe8 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 800424ca6395..62c7c2586d0f 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 bae413f660fc..e61383c3db0e 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 93416b801619..6c34a4fbe205 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 b77cba48f57d..8dbf3858878c 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 b899d96599a8..defd378921ef 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 fe5b5a86e215..63ae7fe721f7 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 1f40f3cce6e8..782a26c5cf5d 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 6e0752c542dd..78433828a061 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 5826567373ed..f376279b8ae9 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 ec4a078d35c4..caf5ce28c14e 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 41b30199585a..40064a19358a 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 0e76b19c8674..7bb89cfff930 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 f0bfc853b46c..3a3affd9a29c 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 6cba0df95c3d..4207dd73a0e2 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 be747b0a4041..5c75663a96cb 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 7b36eb782056..07c53cdee111 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 08ed8083cad4..17730ed8a508 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 51890282b24c..3481bcaa177f 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 863e3921f58a..c98781b2ab55 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.2.1 2000/07/02 10:45:29 ps Exp $ PROG= du CFLAGS+= -Wall diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 1eb3fd0d9423..6e7035796bd9 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.2.1 2000/07/02 10:45:29 ps Exp $ .\" .Dd April 1, 1994 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index f2f7ad46a039..16db49cb7645 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -45,7 +45,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/du/du.c,v 1.17.2.2 2000/07/02 10:45:29 ps Exp $"; #endif /* not lint */ diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 02f5d837660f..f4ff65f04fde 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ee/Makefile,v 1.11.6.1 2000/07/04 00:51:35 ps Exp $ CFLAGS+= -DCAP -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \ -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DSLCT_HDR diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 3f957835d238..cb0a18af1e8f 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 94be3d73df83..d62b10f51cf3 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.2.1 2000/07/20 10:35:16 kris 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 0131e5ea37b2..72625d89f6c8 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 ef2ce2230d3e..3b4c6fe5d872 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 1e71ddd1e56f..43796bb5c602 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 e4c2c9567b35..c25df2b68650 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 d5dfd4b3572e..0a4e6c947cf2 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 aa025e2028a0..c9f071120f57 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 269f18f90a6c..fffae84ec363 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.2.1 2000/07/02 11:19:29 ps Exp $ .\" .Dd June 9, 1993 .Dt EXPAND 1 diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index fcc723083a99..d3349702f197 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"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/expand/expand.c,v 1.5.2.1 2000/07/02 11:19:29 ps Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 28339d3b761f..a209ff48f896 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/Makefile b/usr.bin/fetch/Makefile index a34c5e88566b..6bf7421c007a 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.3.6.2 2000/07/16 01:16:46 des Exp $ MAINTAINER= des@freebsd.org PROG= fetch diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index c285d2337bc9..342bae2a38e7 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.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/fetch/fetch.1,v 1.33.2.4 2000/07/21 11:20:05 des Exp $ .\" .Dd June 28, 2000 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index b33fb037850b..1b405581b4a0 100644..100755 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.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/fetch/fetch.c,v 1.10.2.7 2000/09/17 19:51:14 des Exp $ */ #include <sys/param.h> diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE index 29f21aed456b..0a06ff5f1e06 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 cb318445c60f..b0a60d323584 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 a3e1e0bfce4c..64ec66ab3e5f 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 0fd952a2ee43..a9b88524e94a 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/Magdir/timezone b/usr.bin/file/Magdir/timezone index 9e2791eae45c..547fe4fb9eb6 100644 --- a/usr.bin/file/Magdir/timezone +++ b/usr.bin/file/Magdir/timezone @@ -5,7 +5,7 @@ # from Daniel Quinlan (quinlan@yggdrasil.com) # this should work on Linux, SunOS, and maybe others # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Magdir/timezone,v 1.1.1.1.10.1 2000/04/05 18:43:52 archie Exp $ # 0 string \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0 timezone data 0 string \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0 timezone data diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 3834e4b0b307..c9ec917bc61e 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 7e65021d2950..07667c04d2d7 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 9872176410be..ac800ca7d0b8 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 9c5b94547f55..254cded50154 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 bf116999e3dc..bce9d46fd8cb 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 f1e8ae8b2510..adf1f53fbb8b 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 0436074fc634..224209303c46 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 e4cef2831f5c..c777f218b976 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 f420cac9f1c0..2e825d8c5a03 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 7d42ad88c712..c6364b9ffa11 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 b9f690c10540..c48e34a9d1c4 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 f04208e08a01..e7536695bb88 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 362825f3e8d6..97b720d65273 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 30cfff1d9563..ff49e2635ad3 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 1273375f6a49..5c5b40ee6d38 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 7fe74e7f1d65..3d52e63d303b 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 8cd079ad8fcd..986bef260d03 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 5674402a4602..526eb51e7017 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 28d44976c241..a28646e8c6d0 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 c1e79257963c..e9311b818eb0 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 87f0d55f25ad..79d5dee44573 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 79fdc9267dce..fc3b2b96422e 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 eb909badf3d1..4f08b780726e 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.2.1 2000/07/12 20:37:36 dannyboy Exp $ .\" .Dd January 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index f946bbd5cc82..df9d5b9790b2 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 e27e59ef73bf..b7ff240a8802 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.2.2 2000/06/28 02:33:16 joe Exp $ CFLAGS+= -Wall PROG= find diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 16832d424805..b068b39c4d65 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.2.1 2000/06/23 18:38:46 roberto Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index afc2ff532b85..0150991998d5 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.2.2 2000/06/23 18:38:46 roberto Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 159ae2af97af..11c0f21fa920 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/find.c,v 1.7.6.1 2000/06/23 18:38:46 roberto Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 35aadac69a8a..acd397ffa48d 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.2.2 2000/06/23 18:38:46 roberto Exp $ */ /* node type */ diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 3aac87b66571..f93310c64609 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -39,7 +39,7 @@ static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/function.c,v 1.22.2.4 2000/06/28 02:33:16 joe Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 2335111f250f..4863c9cd8844 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/ls.c,v 1.5.6.1 2000/06/23 18:38:46 roberto Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 2979026ec68b..0e1ada84f598 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/main.c,v 1.9.6.1 2000/06/23 18:38:46 roberto Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 36045a3a5edd..2ad2ace83f8e 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/misc.c,v 1.2.12.1 2000/06/23 18:38:46 roberto Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 6ae15d38e1a6..f3f0b656f752 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.2.1 2000/06/23 18:38:46 roberto Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 7562aa06eab6..84ecda95a5c2 100644 --- a/usr.bin/finger/Makefile +++ b/usr.bin/finger/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/finger/Makefile,v 1.1.1.1.14.1 2000/08/24 18:18:26 brian Exp $ PROG= finger SRCS= finger.c lprint.c net.c sprint.c util.c diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h index 69b8531807f5..b45cf87d6d36 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/finger/extern.h,v 1.2.6.1 2000/09/01 20:14:16 brian Exp $ */ extern char tbuf[1024]; /* Temp buffer for anybody. */ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 1b6083874209..3ae62b14af7a 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.2.2 2000/09/01 20:14:16 brian Exp $ .\" .Dd August 1, 1997 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 006c67d11f23..a6ecad6a8526 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.2.3 2000/09/15 21:51:00 brian Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/finger.conf.5 b/usr.bin/finger/finger.conf.5 index 58146d594353..d4b53b456c45 100644 --- a/usr.bin/finger/finger.conf.5 +++ b/usr.bin/finger/finger.conf.5 @@ -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/finger/finger.conf.5,v 1.2.2.3 2000/09/01 20:14:16 brian Exp $ .\" .Dd August 16, 2000 .Dt FINGER.CONF 5 diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 7d4d99f6fb6f..ef029a531882 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 688f16e90d73..17e0c90e776e 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.2.1 2000/09/01 20:14:16 brian Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 2903c063806f..38d6c2feda10 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/pathnames.h b/usr.bin/finger/pathnames.h index 334d499d99b5..28538c48a5fe 100644 --- a/usr.bin/finger/pathnames.h +++ b/usr.bin/finger/pathnames.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/finger/pathnames.h,v 1.1.2.2 2000/09/01 20:14:16 brian Exp $ */ #ifndef PATHNAMES_H diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 40b7d8273d8c..51bd38460f81 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.2.2 2000/08/24 18:18:26 brian Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index dbf5e5f6fe9f..7941157973bf 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.2.2 2000/08/24 18:18:26 brian Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index e2937385aa6e..4d2f1105cfc9 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 94dd8c6de00d..e76b8f3cc853 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 a37121d6c8a7..e8d73f6a0393 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 386caaffcea2..109c07eca04e 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 0078a9e6b5d6..76aef515cd14 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 6b3320712f06..506dd968bf1f 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 ae51fb6ca130..fcd4ec4356ec 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.2.1 2000/07/02 10:20:24 ps Exp $ PROG= fstat SRCS= cd9660.c fstat.c msdosfs.c diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 0d739a656bb5..3af02bd41897 100644 --- a/usr.bin/fstat/cd9660.c +++ b/usr.bin/fstat/cd9660.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/fstat/cd9660.c,v 1.1.2.1 2000/07/02 10:20:24 ps Exp $ */ /* diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index c07616b3bc2c..2adb7d339878 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.2.1 2000/07/02 10:28:38 ps Exp $ .\" .Dd February 25, 1994 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 9bbe502a8961..dbe43ba15593 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.2.2 2000/07/02 10:28:38 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h index 02ce12a0d15b..c9eeae11d661 100644 --- a/usr.bin/fstat/fstat.h +++ b/usr.bin/fstat/fstat.h @@ -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/fstat/fstat.h,v 1.1.2.1 2000/07/02 10:20:25 ps Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 809477d476b3..ed91a184a174 100644 --- a/usr.bin/fstat/msdosfs.c +++ b/usr.bin/fstat/msdosfs.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/fstat/msdosfs.c,v 1.1.2.1 2000/07/02 10:20:25 ps Exp $ */ #include <sys/param.h> diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index c9bc5249ee6f..9d1849741fd4 100644 --- a/usr.bin/fsync/Makefile +++ b/usr.bin/fsync/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fsync/Makefile,v 1.2.2.1 2000/07/20 00:41:26 ps Exp $ PROG= fsync diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index 4bbceb8c00e2..c58b95a4e6d2 100644 --- a/usr.bin/fsync/fsync.1 +++ b/usr.bin/fsync/fsync.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/fsync/fsync.1,v 1.2.2.2 2000/07/25 07:48:25 ps Exp $ .\" .Dd June 15, 2000 .Dt FSYNC 1 diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index fbbacf20372f..4b13002779a0 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/fsync/fsync.c,v 1.1.2.2 2000/07/25 07:48:25 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 6a3e506bdeeb..caa64862b6b6 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.2.1 2000/05/16 04:25:19 cpiazza 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 2b633025482b..e09c3ca0bd5d 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.2.2 2000/06/24 15:35:46 ru 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.2.2 2000/06/24 15:35:46 ru 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 542d32053d95..cd5ee20d9e07 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 ee0453f61e15..f7479adfc1ff 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 907af4583b9a..f0154b1ff502 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 54ccd79e812d..f9f7a42c26a8 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.2.2 2000/06/17 18:43:56 ume 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 ae5a2faaa7f0..dd136d3d1663 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.2.2 2000/06/24 15:35:46 ru 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 e51199304b38..544e29566b1d 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.2.2 2000/07/12 19:04:41 ben 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 1862333608c4..2001067e2f0b 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.2.3 2000/06/24 15:35:46 ru 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.2.3 2000/06/24 15:35:46 ru 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 c13b32ca27ea..305576fa4bec 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.2.1 2000/06/24 15:35:46 ru 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 dd1f210fa940..f4ab07830cf9 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.2.3 2000/06/24 15:35:46 ru 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.2.3 2000/06/24 15:35:46 ru 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 bf71177a33d4..b5bc86ee3f14 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 84355d320e17..285dd323e957 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 0cb2e59ad02b..a008f2cadf17 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.2.1 2000/06/03 16:53:03 ume 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.2.1 2000/06/03 16:53:03 ume 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 f495ecb0c66f..d4cd1be29903 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 775fd3b7f9e4..bb99d8f33293 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.2.1 2000/07/06 21:46:59 obrien Exp $ */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 7efe6ffe3bc9..97b37e256feb 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 6ad9568ede3f..4aabc9ec7071 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 331901c1841c..97e5dc2b1302 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 c85dc9b4be98..f19b9b3baf83 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 60a3b83dc9a0..d4d42a9c8720 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 52a1877d0222..2abb290b3e25 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 45af07adf895..2eeba06917c2 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 b7936c6ef128..ee03389b6aa9 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/gencat/genlib.c b/usr.bin/gencat/genlib.c index fa6ce6aab4d8..3c8ec1b6974c 100644 --- a/usr.bin/gencat/genlib.c +++ b/usr.bin/gencat/genlib.c @@ -31,7 +31,7 @@ up-to-date. Many thanks. Cambridge, MA 02139 USA nazgul@alfalfa.com -$FreeBSD$ +$FreeBSD: src/usr.bin/gencat/genlib.c,v 1.8.6.1 2000/07/15 17:19:28 ache Exp $ ******************************************************************/ diff --git a/usr.bin/gensetdefs/Makefile b/usr.bin/gensetdefs/Makefile index 894287376a9d..b7bc4578602f 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 8b0bf59073a0..e1be5db2b64f 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 dd8765b5ffc9..c967cd59399f 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 5d01b3d705c2..aaa196f68d25 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 72ae418925fd..d56c5153ceaa 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 a37a2f967cda..912c3fe1b164 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 0e33fa03b8fe..c3973c34e206 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 da762b8ccbbb..a33f62709cef 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 48ae79232d68..a494e5148b05 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 61c4d092ab73..f7c248081b42 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 ab3fc7624f49..d3e5aa7875ec 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 197d5bb6ad47..bec8f8229156 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 ad6b48d8ecdb..e875868be4ba 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 ed125c424c68..95aa4583465f 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 c6e77103e739..d6bed2035a7b 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 b251defa51d2..4ba08f12833c 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 dfb1e2c82a7f..bae9b02d405f 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 0fb74f44ce98..391171d7bd43 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 c77b19fa008b..83d93af98967 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 8e333a5d3ab7..45ffde8159c2 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 e93896bc3ef0..aa2a07edb95e 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 982e6116302b..a41d121101ea 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.2.1 2000/07/20 10:35:17 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index 71a8caa9d7f2..a75d2f973385 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 c8ce78de8c3a..a31a9ec888e1 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 f3bf5878dafe..d784855e076e 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 ba11227cc57d..175f41f22c5c 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 65a160e64453..ca87c8ba9d8e 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 d02cd09a0185..5c5a36e6771a 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 a81d9e7562a4..4d4007ff164e 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 2402063e524f..70dcf58fa152 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.2.1 2000/06/30 09:51:45 ps Exp $ .\" .Dd June 6, 1993 .Dt GROUPS 1 diff --git a/usr.bin/id/groups.sh b/usr.bin/id/groups.sh index b6350be8057e..59a8a700d2ae 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 4e06136af00b..8521cf9aa591 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.2.1 2000/06/30 09:51:45 ps Exp $ .\" .Dd June 6, 1993 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 821d7018ca73..2328e4f7aee2 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 ff1cb486ac91..564ced04b449 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.2.1 2000/06/30 09:51:48 ps Exp $ .\" .Dd June 6, 1993 .Dt WHOAMI 1 diff --git a/usr.bin/id/whoami.sh b/usr.bin/id/whoami.sh index 9b18bac19953..e2c5562a37bd 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 7a646c0fcfd9..e1cf138dcde8 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 b7af9b4c2af3..a2054e91ee05 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 08977bdd23cc..7601adbf31f3 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.2.1 2000/07/20 10:35:17 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 596c849d6c35..3953e693710b 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 9c0e45c0702c..0d32c401ceb9 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 29a18f0cbc19..46b914f611ac 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.2.1 2000/05/09 14:12:48 sheldonh Exp $ .\"" .Dd August 8, 1994 .Dt IPCRM 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index b52100f632bc..612467f9c99c 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 665371074767..a51392641c56 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 b52961465f65..8ae65357d8ce 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 8fd1b4764301..b67abe4474f3 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.2.2 2000/07/02 11:23:52 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 9e9bfb731358..788269655031 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.2.1 2000/06/30 09:51:48 ps Exp $ .\" .Dd April 28, 1995 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 4b4add9bc1d6..e172b0bf54d7 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 68fc42e35ec4..abf135aff400 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 e415aba3d5c9..c05932e25ed6 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.2.1 2000/07/20 10:35:20 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 534538fb9338..7c9eacd388ae 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 b4df3ebb698b..92e0e8de0e64 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 34d2bb67027c..b1359b1cad5d 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 fbce2a929ad2..c7397728c483 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.2.1 2000/07/15 07:29:29 kris Exp $ if [ "x$1" = "x-s" ]; then use_switch=1 diff --git a/usr.bin/kenv/Makefile b/usr.bin/kenv/Makefile index 33a6dfc3bff5..3bb18da29e60 100644 --- a/usr.bin/kenv/Makefile +++ b/usr.bin/kenv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kenv/Makefile,v 1.1.2.1 2000/08/08 19:24:23 peter Exp $ PROG= kenv diff --git a/usr.bin/kenv/kenv.1 b/usr.bin/kenv/kenv.1 index e80b9443270a..52324413fe1e 100644 --- a/usr.bin/kenv/kenv.1 +++ b/usr.bin/kenv/kenv.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/kenv/kenv.1,v 1.1.2.1 2000/08/08 19:24:23 peter Exp $ .\" .Dd June 6, 1993 .Dt KENV 1 diff --git a/usr.bin/kenv/kenv.c b/usr.bin/kenv/kenv.c index 4e5970a2c8ab..5e815692af94 100644 --- a/usr.bin/kenv/kenv.c +++ b/usr.bin/kenv/kenv.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/kenv/kenv.c,v 1.1.2.1 2000/08/08 19:24:23 peter Exp $ */ #include <sys/types.h> #include <sys/sysctl.h> diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1 index a20dd419d558..7d84d03a6562 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 775043736354..02c6f3ef5f82 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 8316c5896505..f4a7d58c6aa0 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 13a545c54c97..ac27c4a67e69 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 bf279eb25b22..776568cb44ab 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 656e22e70c7f..dc4d2671b0b5 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 cc433e444669..9674b3ce9bea 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 7a3503e55e0a..7edc722d89f2 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 d5276d2e168f..347fc021914c 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 ff772a800aec..297ad5a34261 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.2.1 2000/09/09 23:58:19 ps Exp $ PROG= killall diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index dbfcf3295831..8185653eb017 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.2.1 2000/09/09 23:58:19 ps Exp $ .\" .Dd June 25, 1995 .Os FreeBSD 2.2 diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index 12de0c816d8d..b8e7270cfb33 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -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/killall/killall.c,v 1.5.2.1 2000/09/09 23:58:19 ps Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index c00bb7510459..542046efc5a0 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 20a461a39410..3dab4418809c 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 48d4871a210b..1a1dd5334f93 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.2.1 2000/07/20 10:35:20 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 4e4b3bf466a5..03fd1706afc9 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 8ff6f7f09623..0eb7f5b8824b 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 a966d365f314..50fcca06587d 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 5af945a991ca..00ad205dfb4e 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.2.2 2000/07/20 10:35:20 kris Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index b1c9ed8aba1c..b1a45d47d690 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 e65df368ce8d..8d40c67d3cee 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.2.1 2000/07/20 10:35:21 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 2bdfc50c47ab..fe33ba970a15 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/last/last.c b/usr.bin/last/last.c index 5efd9e829ca5..8a8e5f9b82d5 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.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/last/last.c,v 1.10.6.1 2000/07/20 10:35:21 kris Exp $ */ #ifndef lint diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 33248e24b3c7..20702994530e 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 4beed143c977..2a51c4be139a 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 d7cd01069682..a99a5d15fa2e 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 4b27839d3c1e..5c77168d55a6 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.2.3 2000/05/10 15:46:58 phantom Exp $ .\" .Dd October 22, 1993 .Dt LDD 1 diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index d565d607102f..88c6ea078b1c 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 a41afaa63c13..013c17e0f736 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 eacf6f1e021d..259c0d896f73 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 e32708ef8fc7..16b771ed469f 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.2.1 2000/06/30 09:51:49 ps Exp $ .\" .Dd April 28, 1995 .Dt LEAVE 1 diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index d76465531fa4..620252a7575c 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/less/Makefile b/usr.bin/less/Makefile index 4b3effddc721..cdb9e5bdf332 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile,v 1.4.2.3 2000/08/07 01:54:25 ps Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index 6b3b62b97dab..a863903b61bf 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile.common,v 1.3.2.1 2000/06/30 01:03:15 ps Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index c41bdfaac8d6..610b7651dc45 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/less/defines.h,v 1.1.2.2 2000/07/19 09:24:25 ps Exp $ */ /* defines.h. Generated automatically by configure. */ /* defines.h.in. Generated automatically from configure.in by autoheader. */ /* Unix definition file for less. -*- C -*- diff --git a/usr.bin/lessecho/Makefile b/usr.bin/lessecho/Makefile index bfe81d61f9c3..efa906094aee 100644 --- a/usr.bin/lessecho/Makefile +++ b/usr.bin/lessecho/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lessecho/Makefile,v 1.2.2.1 2000/06/30 01:03:15 ps Exp $ PROG= lessecho SRCS= lessecho.c version.c diff --git a/usr.bin/lesskey/Makefile b/usr.bin/lesskey/Makefile index 5c80cc607116..08ef4c7edbaa 100644 --- a/usr.bin/lesskey/Makefile +++ b/usr.bin/lesskey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lesskey/Makefile,v 1.2.2.1 2000/06/30 01:03:16 ps Exp $ PROG= lesskey SRCS= lesskey.c version.c diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 12d827477faa..3ae44fc9673f 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 f7604c2ade39..7b6a0c157176 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 ea482ac371e0..045f57cd4e30 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 2e0b5b43747b..f321b12333d7 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 810c1491cb91..9ab73fbf674c 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 cdef5c8a2a89..dc1e53a21ddc 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 e894a272e06d..9b604efd7b6a 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 6fc168c183dd..78fdf605af9a 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 437471c641f3..00b736f7355d 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 3cf4849a4a10..7618beb3e60c 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 0e81b61601fd..c51c32454648 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 0091cc2747bc..d95f229c292b 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 426eb98985d4..2927e16ccf75 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 75c669c6ae94..f249e9d54006 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 97eff981a10a..ed5413f62567 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 6a0507873ded..48d05b3b2783 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 d101f370e78b..76e6731763a0 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 dc71379b3ee2..71c54154cdac 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 cee8a16d2def..6ad866977542 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 ac1c4b256207..4f930f0aacd5 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 be5491aa21a8..f3da0f92e6b7 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 5dbdf94b6765..a9f3056abef7 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 6c7ee3e7a565..94eba115bec3 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 35dc52d9c438..5e36051874da 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.2.1 2000/07/02 09:50:17 ps Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 1fe07b3bb915..db51b0e3cd05 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.2.1 2000/07/02 09:50:17 ps Exp $ */ #include <err.h> diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 1d495e420ece..362195e082e8 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 48174083d848..5b2166eae5bf 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 e0018d89b7fd..a92d88a0ab23 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 137b590697ae..03b4efc68db0 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 fb1fb510e59a..b1ff0f7d6b62 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 c7cb09715fb4..96a8b2a44ca5 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 064cf08a52be..34d76c0495ce 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 156f21a725d2..a236332a8d0d 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 68f8a86d2b2b..c6e9198b4af0 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 8aa62e99731a..057a183a4933 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 a0ffe0dbdcc0..b71f0b0d842f 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 24df8d4002be..100139de8fdc 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 57835b363a3c..b023910085b8 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 e2a51a571b1b..0d48a366caa6 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.2.1 2000/06/14 17:45:17 alex 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 f0a54341e6eb..b9dd7e6a6151 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 361e72d6de38..1f245e0cb04c 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 38fe284a80f8..86d5234c525f 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 84c8fd1f8c10..ad713e827e9f 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 d3538ed2fe0f..d788c1bec5e2 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 be3e63fc4232..ebe2752d9d10 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 77d89c45bbdf..baac4986b5a4 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 e4fc80eb93dc..a210475d0f94 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 0a91048cafc4..20595a0276e0 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 a5f52a29f13b..eaace06e0ffa 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.2.2 2000/08/08 03:11:22 ps Exp $ .\" .Dd June 6, 1993 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 6cbba4b61bc9..0480869f8af1 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.2.1 2000/08/08 03:11:22 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 2813ccbdfe30..faefcae303ec 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 16322c98f7db..8e6101670d62 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 492b9832da9c..250a0cee40ff 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 f9f0eb5f0f0e..518a2ac3c7e6 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 967463c63356..71519f0e304d 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.2.3 2000/08/08 03:12:59 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 846033ceca92..3bab0b639469 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -13,7 +13,7 @@ * warranties, including, without limitation, the implied warranties of * merchantibility and fitness for any particular purpose. ************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/login/login_fbtab.c,v 1.6.2.2 2000/04/25 09:01:22 sheldonh Exp $ */ /* SYNOPSIS void login_fbtab(tty, uid, gid) diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index a4883f3a509f..636ca63ca6ea 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.2.1 2000/06/30 09:51:50 ps Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index ed688b467f37..03c221c08c28 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 ad2f35c4f3bf..15826fa17cdd 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 68b074b2bdb5..785e615f7715 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/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index a284325fc3dc..c0f6a8b72ad3 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -33,7 +33,7 @@ # # @(#)lorder.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lorder/lorder.sh,v 1.2.6.1 2000/05/20 05:51:17 obrien Exp $ # # only one argument is a special case, just output the name twice diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index b2b06113e666..562a73cab2c6 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 35077ad203a9..7f6e127dcbed 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.2.1 2000/06/30 09:51:50 ps 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 cb6a032e634b..29e659fa85b8 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 e863a13cbdff..e24c378f0cf9 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 681befcd7dc9..5ef885160b43 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 41b7b1385fe9..2ff2835a460f 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 452f849cf4d2..9e1858c8eef5 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/lex.c b/usr.bin/mail/lex.c index 4550f2b0a708..6a08a6dccf96 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.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/mail/lex.c,v 1.5.6.1 2000/07/01 12:24:21 ps Exp $ */ #ifndef lint diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index cefda61d09f2..cc486cdced7e 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.2.1 2000/08/27 17:31:43 gshapiro Exp $ .\" .Dd December 30, 1993 .Dt MAIL 1 diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index fd14c58e971b..741d644dddb8 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 da2c13dbe108..52fc7a3ca7bb 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 d9f5acd3a47a..20c10792a17c 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 d4269ca06488..14e05d48abda 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 7ae642aa91ba..225d67f746ec 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 f1ebfc178d9f..d3660aba7fcf 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 207262be48d5..0b4924ed82d2 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 4e14429dbf5a..ee39ddb4976a 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.2.2 2000/07/01 12:24:21 ps Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 88917aaad567..6390841a8b37 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 9d97eb5e4b60..1d5d912f72b8 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 614acd1f518c..c9b8689672b4 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 487957222eee..8cf5236b86cd 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 9db93c3eeaff..3a449c5efef0 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 6b50fd364cc9..bdb1ca73a849 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 6a1dcbd12f44..73cbf2ac0bc2 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 5e318e758382..386e5ec71966 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.2.1 2000/05/20 20:04:02 will Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index fec55f728ddb..d90b59f77393 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 e053f1a6d6f0..6c6bb7b7a8b5 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 e297ff09d46a..2178d047b1d8 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 a6d3a7bbd143..ba8b1f4582af 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 9d22bef9ba05..6db078cbabd2 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 57a895062890..27cc4f05d334 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 d0a8e9f6600a..c833bf56e4b0 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 fd98a308bf86..0894aeb2f594 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 afb84b46fec6..23e772f81687 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 a10becbc0be9..291aa8bcb60a 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 2a84d638c0c0..b77215d9b809 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 a29fa2febecc..61a5800596e3 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 cafc4a699473..53334bdb893c 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 a74d6b9b6bf2..17d1059563e2 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 96ce3b079cf4..dc50294414bb 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 b9f2ae55286a..2daad2252cdf 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 95ee44abbc27..71f9a8f1ee85 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 aff154f70e0c..bac6a25f05ae 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 7b3c2b089312..aef32d2a20f4 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 3c3861e11803..7125bf0b69fc 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 0e287405ab39..41a4bbfd23e5 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 50a4de019319..83da1f2de547 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 79a27431e4dd..1df53ec5eed8 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 1affe2e0c383..4f4ddede34ca 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 7e3c2ceb9f72..f51addf93329 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 6008d0a485b5..3f5f4f80d975 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 9af9c7cd163d..1a905eeb9453 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 be8b375e4b7d..9ccdaea833dd 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 967da863f6a4..6dfd67b96d2f 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 6412f3e52d8a..d2ef641c061f 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 3fe39ed432ee..380cf9bcd268 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.2.1 2000/05/20 20:04:02 will Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 48f5f93b843c..e1a027712c26 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.2.2 2000/07/17 17:33:48 sheldonh Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index fcf8422df55e..d85fa5ac65bc 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 5d7eb3d0279b..dd65395f4275 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.2.1 2000/05/20 20:04:02 will Exp $ */ /*- diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index ce1665d96c85..51002e2dd979 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 e7e5daf9debc..b7b044360efd 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 1f15c082ead7..48aa69bd4351 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 ee20057f43bb..5eda51be1843 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 9607d5b20983..05d31f36ce0e 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 81b427a939c3..5cbec9b9691b 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 6394ae2ab0a7..15592f75fa55 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 3874e96b7acb..13f51e10881f 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.2.1 2000/07/01 12:24:21 ps Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 31dfd02a813c..47ecd534cd07 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 7bdf0fd17246..0e6fefe16da1 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 4e5878b2a1ae..bad0ea61ddc7 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 edc5d85e81c7..15c98fc550b2 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 48a60ea11324..504875614248 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 4cbbbb95fcb9..6f0d3df911ad 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 4cc0814471e6..ceff1af1b82c 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 fb19a20ccda1..beac78e60edd 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 ec00dcfbdf92..9d983ac4128f 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 511d90a69a22..0d96a44cdf59 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.2.1 2000/06/30 09:51:51 ps Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7f97a13566ba..a1af4ce8772c 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 3bad52495a53..b75ad2e1abf7 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 3b81ea5f6202..b154600ca088 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 b2720fd38e9f..c9fcda70451a 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 dcdef343d477..296f108cc417 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 c13fd49c7d77..d9941d190477 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 a0db88949595..cacfc1a67783 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 76ebee6f360b..8e5be6867bbd 100644 --- a/usr.bin/mktemp/Makefile +++ b/usr.bin/mktemp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mktemp/Makefile,v 1.1 1998/04/14 07:39:56 peter Exp $ PROG= mktemp diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 586faad776b3..df5eb30e9993 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 381872d45ee4..9a9a68441651 100644 --- a/usr.bin/mktemp/mktemp.c +++ b/usr.bin/mktemp/mktemp.c @@ -43,7 +43,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mktemp/mktemp.c,v 1.2 1998/05/05 06:13:47 charnier Exp $"; #endif /* not lint */ static void usage __P((void)); diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 21cb15155568..c6365672e619 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 4a1adb51947c..ca0e91901fed 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.2.1 2000/08/27 17:31:43 gshapiro Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index e1db2fc47d73..5feb436a3ceb 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.2.1 2000/07/07 00:23:20 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 0e692e92cd12..9ee61b70bf55 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 d7cdd570aa44..82949e3c6baa 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.2.1 2000/06/30 09:51:51 ps Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 9fcb727e197a..b85e5b69c774 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 569453240d60..c80af5bec9a1 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 5636440d0e56..fcd36b19d57b 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 14bfdd8acd25..5958fd2237b4 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 8e6d18991a4f..b7ae2f59b27f 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 865f239c53c2..6cc70826058d 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.2.1 2000/03/23 12:07:32 sheldonh Exp $ .Dd Jun 24, 1999 .Dt NCPLIST 1 .Os diff --git a/usr.bin/ncplist/ncplist.c b/usr.bin/ncplist/ncplist.c index fa657e2cb57c..1152dcebce57 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 8de346f604e4..5865bb5f0f1e 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 ba0ceccaf19d..c098a67ea00a 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.2.2 2000/03/27 10:52:05 sheldonh Exp $ .Dd Sep 15, 1999 .Dt NCPLOGIN 1 .Os diff --git a/usr.bin/ncplogin/ncplogin.c b/usr.bin/ncplogin/ncplogin.c index 3841dcc90321..a432ed6060c4 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 07aeb5309ff9..66583ba1d44d 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.2.1 2000/03/24 07:47:05 sheldonh Exp $ .Dd Sep 15, 1999 .Dt NCPLOGOUT 1 .Os diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 7f88c3bfef64..2c68854798dd 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.2.1 2000/07/15 07:29:29 kris 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 b8071a186da9..efa87e3bd0e8 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 fb3750e49b3f..c380d384d80a 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.2.1 2000/07/29 20:33:38 jdp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index c14c7a202ad6..3d3b8654b73c 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.2.1 2000/07/15 07:29:29 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 6fbb39ad07b3..f1e54284b94e 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.2.2 2000/08/07 16:45:42 ume Exp $ */ #ifndef lint diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index ce9648855798..306d7d8b82ef 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.1.2.1 2000/07/15 07:29:30 kris Exp $ */ /* $NetBSD: inet.c,v 1.35.2.1 1999/04/29 14:57:08 perry Exp $ */ /* @@ -68,7 +68,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.1.2.1 2000/07/15 07:29:30 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 973c4cff0c93..b34f0d245527 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 1cec3b2fc811..97818a7fe4db 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 9c128aad4fdf..d03c2a1486c3 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.2.3 2000/08/17 07:25:38 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 6ad3fdbc293b..003d2a8b8c95 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.2.1 2000/08/25 23:18:52 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 46e0dfe68be6..427f327cffce 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.2.1 2000/07/15 07:29:30 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 1277d56567a2..2430317a3ccd 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.2.2 2000/08/07 16:45:42 ume Exp $ */ #ifdef INET6 diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index 82a2d87c37e4..6a023a3075a0 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 c86b262d68d5..6d0f48fa2552 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 70bfbf0c6471..caff6e796147 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.2.1 2000/07/15 07:29:30 kris Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 0a52e56d4f1d..4958c3e2dfd2 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.2.4 2000/09/18 11:18:14 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 345e28a4ee41..2aac0713d1de 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 75f369face5a..8662d892b80a 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 4067867d6598..4cb754f6340f 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 d17c9594a69e..d94e05e6c19f 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 141614ee088d..eb1c0e4851da 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 2f1c53fab9ae..7f854e3d7500 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 19564b5274c6..5bef6d8dfa6d 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 25ef8e547e2c..cafdb0e93a82 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 9bebdc15cf79..a56b9339d434 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 d6a52d22b42e..da4bf71ec48b 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 d6a52d22b42e..b9f20ab40fb4 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 91665b229a51..f361f54015f7 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 a674c60bd54a..5ec9eaca1597 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.2.1 2000/07/02 09:52:14 ps Exp $ .\" .Dd June 6, 1993 .Dt NOHUP 1 diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 36f832e26a71..fdbf684aa181 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.2.1 2000/07/02 09:52:14 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index 813f324bb391..d1aace3c03d0 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 9fde70c17d69..0c94618cf594 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 8d75f5ea64ae..d5a5d4e1f29d 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/objformat/objformat.c,v 1.6 1998/10/24 02:01:30 jdp Exp $ */ #include <err.h> diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 7f7241dc5e72..f9d5ba3fa260 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 3be38dc7bf24..7bf520711705 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.2.1 2000/05/14 21:15:05 obrien Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 7fc70ffbf5e7..569c9c6727f8 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 aac371d04db0..9810e148f707 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 fd5477b3222b..8c46ee0f6f99 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 4042f09b8d6f..70cc248f1676 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 287646c6a380..f35012d7be6f 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 ccf8bbbb6889..4ad8b5aec8a9 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.2.1 2000/09/20 11:19:55 green Exp $ */ #ifndef lint diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 06d6bec7daca..5ce54da6e894 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.2.1 2000/09/18 07:46:39 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index e69864a0dedb..b10b7a3545ee 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 5225ccf0a0a8..ed3e017f73ff 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.2.1 2000/06/30 09:51:52 ps Exp $ .\" .Dd June 6, 1993 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index a1971199b49c..c4602129a3fa 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 395622729950..65d0e9ecfc56 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 850ecdadac7c..04b7c8bf1c7c 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 f132675e5aea..13ffdef93c13 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 a4d2d9b044a5..c4486d99daf7 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.2.3 2000/06/30 09:51:52 ps Exp $ .\" .Dd June 6, 1993 .Dt PRINTENV 1 diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 27440e221fc1..842c0d821e51 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/printf/printf.c b/usr.bin/printf/printf.c index df65f5a886af..3ea78a2b8369 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -42,7 +42,7 @@ static char const copyright[] = #ifndef lint static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/printf/printf.c,v 1.12.6.2 2000/07/22 11:49:25 se Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index c500e5471a6a..9036020b8756 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.2.1 2000/07/02 09:57:51 ps Exp $ .\" .Dd June 6, 1993 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index b17669bd58a1..2957295f3d35 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.2.1 2000/07/02 09:57:51 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 8148e57c2bac..4dff1e7bf17f 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 b4d8bc69a8ee..e3b1f63af5d0 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 19b4854cbfa7..41038e9c36a1 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 d57cf9836a42..2ed388588195 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 d57cf9836a42..00aa4b07d813 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 668ef88c30da..c6640d01087a 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 40263318e6a6..85e1e33bceae 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 b062e087c4fe..9e13c32d90d9 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 ea47411d40a7..a60a794d63fe 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 7ea9a8c1103a..1e2d0dfefcee 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 d5f7ed4fd8a5..a796a1ccece4 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 bd77901726d6..ba622bb310c9 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 b97ce3f5bf71..e9a110d5bd96 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 d4d94a2219b6..fb049cd3291a 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 f789b1dc970a..6251ca37132e 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 c747cc6cf5ea..1b64d96fd587 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 44c2610fa114..38f33c17a023 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 09ddf5bb9fbd..b33ce859cbef 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 b20f732eb2b1..71ecdba23c8b 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.2.1 2000/07/01 12:24:22 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 5f15501512b3..f849fb782325 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 9e61a6e81a7f..893d13a30590 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 3e3a749bf78e..9159a3ea7e5b 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 51ef079260ff..35db88023593 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 cf783040f807..91f2795896ab 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 9224dbbc9832..a8bf1d9a0ae7 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 45282c87418c..67e0333a4275 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 75583a586596..78a463647a49 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 d31648d9e99e..577d4134eb38 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 045c37cf1188..3269b982c3a1 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 e3fb914fcd09..003b24a62516 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 99089bb2f305..60b370dbfe6e 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 d21bde35448e..7eaf7fbd483f 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 bd7dc33dcce8..43cc60101fb2 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 0cdb0079ccab..0158b897007b 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 0dfa52fd3383..6c1c603123c9 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 d57b5fcdbc18..0ef5e0261b1f 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.2.1 2000/04/23 16:58:55 bsd Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 2e67e374bfa7..47db43549b2c 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 5314aa809dfe..133d159f0e51 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.2.1 2000/06/30 09:51:55 ps Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index b916e9d23440..00e60a7b63d0 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 98458bbe8e08..84413e54dd3b 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.2.1 2000/06/30 09:45:00 ps Exp $ .\" .Dd April 5, 1994 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index d573835b5480..8d7e85a358b5 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ruptime.c 8.2 (Berkeley) 4/5/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ruptime/ruptime.c,v 1.12.2.1 2000/06/30 09:45:00 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 6ec50ab8ea50..994c925a0cb3 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 52075b2050e5..550d10aab90d 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.2.1 2000/06/30 09:51:55 ps Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index a59abd62872d..5ce35d14419a 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 33a2dcc6b634..2d600cc202f5 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 e18ebcc7f15f..351e348cf015 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.2.1 2000/06/30 09:51:56 ps Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 214a5a59236e..fb863093a770 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 457f25cbeb9a..da4b8e622197 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.2.1 2000/06/30 09:51:56 ps Exp $ .\" .Dd June 6, 1993 .Dt RWHO 1 diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index c9045f1f9e2f..c0c95fe28cbd 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 c07cbd571bac..025c0c699ed9 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.2.1 2000/06/30 09:47:52 ps Exp $ .\" .Dd January 6, 1995 .Dt SASC 1 diff --git a/usr.bin/sasc/sasc.c b/usr.bin/sasc/sasc.c index 9137a4d043ad..f6fd8adb5f77 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.2.1 2000/06/30 09:47:52 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index e6486d39a8ff..c2cb9c9c89b9 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 e4663f9b4c29..bfb9390c7e16 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.2.1 2000/07/20 10:35:21 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 0fb5ccae6d59..5cc4182c577c 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.2.1 2000/09/20 23:59:22 green Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index da7b56988c54..ef98178d4853 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/extern.h,v 1.3.6.1 2000/09/20 23:59:22 green Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index c189c26be12e..a7127027e0a0 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.2.3 2000/09/20 23:59:22 green Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index c9b013a8dbd9..7a4d20e2742c 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 77ef93a58d96..6fc58a259763 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 a6f0e55860cc..5a29a8d003cf 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.2.1 2000/09/20 23:59:22 green Exp $ .\" .Dd December 30, 1993 .Dt SED 1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 795d939c58dc..126f4d45ef1b 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 901c2324c1cd..5245106c25a8 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.2.1 2000/07/18 17:38:29 sheldonh Exp $ .\" .Dd March 29, 1995 .Dt SHOWMOUNT 8 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index ecc528d8e6ec..ddce93a9214e 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 1cd1f9f7bec7..7228279abb81 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 b42e975da34a..dec74b791ea9 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 a72aadfe8ba8..8978af6963a8 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 3f7e21b32441..b9144bc0e06f 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.2.1 2000/06/30 09:51:57 ps Exp $ .\" .Dd April 13, 1999 .Dt SOCKSTAT 1 diff --git a/usr.bin/sockstat/sockstat.pl b/usr.bin/sockstat/sockstat.pl index 0ec26701ea55..ef0dc1d91010 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.2.1 2000/09/17 20:02:53 des Exp $ # my (%proto, %myaddr, %hisaddr); diff --git a/usr.bin/soelim/soelim.1 b/usr.bin/soelim/soelim.1 index 2c8c835d7c97..eb86a76b1ff4 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 c6fc2a2dcc89..c3f5aa9f3b96 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.2.1 2000/07/20 10:35:22 kris Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 12759bf0de64..737b464a90bd 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 df660b0c333f..a2ec0f2ff080 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 6a49d632035e..c3703536a90e 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 e91d6d9ada33..3b4fd8ab7d51 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 e91d6d9ada33..bdee4c74d4de 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 03ba76c6baac..e270f3eac7f6 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 99b44fbb133f..9a2d6af8abe0 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 f245e888e906..8bc232bc24fd 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.2.1 2000/08/05 23:07:51 marko 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 1745067126ed..7e1163214fe6 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 51cd83b6d33e..275b4bbb73b4 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 503c67eca60f..29fb58f32f98 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 e15d7e28a50b..7149e8cc1c5a 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 ffb0259d474a..0f4e96215e53 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 6f9c8117063e..9a3e550a8539 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 ec656543b91b..41f88daba81b 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 3b5b82935364..4423096055b7 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 ac2fe0b2c76c..e5e687365bf0 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.2.1 2000/07/02 10:03:17 ps Exp $ */ /* * Copyright (c) 1980, 1992, 1993 diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index d54c76ddb41d..51b182c72193 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 8454682e8eba..006fb3c4a155 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 c4957b904f4d..d2321189b9b5 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.2.1 2000/08/26 09:36:55 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mode.c b/usr.bin/systat/mode.c index 3eb85c033f1b..2af893a90c46 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 caa6bae7e246..a9428771fb45 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 b5d0422143a8..09a4744dffc4 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 305c1339f1fe..a08dac2ff9c9 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 f40c4db9505c..d6eed8270095 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.2.1 2000/07/02 10:03:17 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 9f118891d704..d8618ffb3a8a 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 d8045d8fecff..2529f0a55dfe 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 433721ec187f..03ff4335e273 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 f80d34d260f1..944dba0189fe 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.2.2 2000/07/02 10:03:17 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index a864eddb4839..267f7ee2aba6 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.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/tail/forward.c,v 1.11.6.1 2000/07/18 21:49:41 jlemon Exp $ */ #ifndef lint diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 7acf45063725..b693ff8329ff 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 8ffb8b7c8683..1e87258d00b9 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 bddde1ba259f..96518c437cea 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 c8094b47c51d..6b5e9af2681d 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 fa3ebad7a5c8..68260c83165c 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 16c7605d447d..8ddce2886e8d 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 871dc9ac786b..4bd762405061 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 05a8368e6b1f..c72f343f6398 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 73e20a162bd9..8b49612024db 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 246a3c865432..96b8285be427 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 f941c8dde78d..e1637819ab3c 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 40604e0105ef..0db0604fc209 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.2.1 2000/07/11 01:37:17 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 3c6f3edc2765..88fd4a2ef9d4 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 82c5038fc447..cb7d52b6e459 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 73d046c2d802..0f52c32eeaa9 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 d71d49ae2b7d..08b1c7606bfc 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 403397f67e4a..86a6f4afe0a0 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 2cfa9c100989..578241c94afa 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 a9d035d028d6..8d46a1594318 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 5c65c39445bb..2fadc7cffdc5 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 18be38f28c17..e6d684394682 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 f56bd4ebd7e5..93b8030d72f9 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.2.1 2000/06/30 09:51:57 ps Exp $ .\" .Dd June 6, 1993 .Dt TEE 1 diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index c393200780c1..adda5eb8a2e9 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 9447551283bd..e113d14621cf 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.2.1 2000/07/04 01:04:55 ps Exp $ # PROG= telnet diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index 1ab5e54a5848..af0c39dc44fe 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.2.2 2000/07/20 15:03:28 ume Exp $ */ #ifndef lint diff --git a/usr.bin/telnet/externs.h b/usr.bin/telnet/externs.h index 10e89acdee36..9d5a632f26ab 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 9126738c848b..3edd2f3658a3 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 bd0b238e7407..bde87eb593c6 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.2.1 2000/06/14 16:31:26 ume Exp $ .\" .Dd January 27, 2000 .Dt TELNET 1 diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 4ae5dc4c11c0..2c1937725423 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 0f87f58f39ce..8dd1c0dd7f1b 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 9dc00afeddba..0d618a583b05 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 5f3549d7dcf8..509ac1aa2c33 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 48cd78d1e38a..3121685addd1 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 960d00e27aac..4cdb9fb646a6 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 efb644fce7d6..0c04c4c62508 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/dn11.c b/usr.bin/tip/libacu/dn11.c index 6a2fc3e145b7..9ca31325cf28 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.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/tip/libacu/dn11.c,v 1.1.12.1 2000/07/01 12:24:22 ps Exp $ */ #ifndef lint diff --git a/usr.bin/tip/libacu/unidialer.c b/usr.bin/tip/libacu/unidialer.c index 0206571007a1..c7934fd032d0 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/v831.c b/usr.bin/tip/libacu/v831.c index e02121cab14a..e46452db5a48 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.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/tip/libacu/v831.c,v 1.1.12.1 2000/07/01 12:24:22 ps Exp $ */ #ifndef lint diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index 08f2be588e62..5ccc95af72fb 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 3ee0381f9468..2632a23e229f 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 2d38c7d3efb8..a99702792534 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 10198bab61d8..eaedf0df92aa 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.2.2 2000/07/01 12:24:23 ps Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 3ad19e89afa8..12dcd3a85893 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 2b3b2ed60d42..24a7e20661a0 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 90f7a613ad70..6460ac82c84a 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 20004e8aa683..9b07b92989de 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 5fd486699ed5..47bb1602b343 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 94b2ab195e5d..873b65971d29 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 2bc934389252..7a89bf45fd5d 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 8699cc076541..ea820892b53e 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.2.1 2000/04/23 16:52:35 bsd 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 2b11d0b6aa0c..d9fc276b9aa1 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.2.1 2000/07/01 12:24:23 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index 9aa69c2bd749..464c3b44e085 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -33,7 +33,7 @@ * * @(#)tip.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tip/tip/tip.h,v 1.5.2.1 2000/07/01 12:24:23 ps Exp $ */ /* diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index de1fe6a82251..827e8508d0f5 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.2.1 2000/07/01 12:24:23 ps Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 0c103c8aa657..221f9a75a7d5 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.2.1 2000/07/01 12:24:23 ps Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index 6aba4993e23d..50f095f6fe59 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 0b52a70229d9..f3b874ff60f7 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 ba5b0c800265..86269922fe77 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.2.1 2000/06/30 09:51:58 ps Exp $ .\" .Dd April 28, 1995 .Dt TOUCH 1 diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 834f49e78585..dd9d15995e26 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 ff27e4add3ce..0e33752a1dce 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 7403dba1619b..2b0fba870bf5 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 b842e6d3452f..823aebbce3f7 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 1eee432284c2..6ee0505f0683 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/truncate/Makefile b/usr.bin/truncate/Makefile index 4752c5cb64e2..bd4d30fa89bd 100644 --- a/usr.bin/truncate/Makefile +++ b/usr.bin/truncate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truncate/Makefile,v 1.1.2.1 2000/08/04 08:05:52 sheldonh Exp $ PROG= truncate diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1 index dc2b69cf4807..90c841a86820 100644 --- a/usr.bin/truncate/truncate.1 +++ b/usr.bin/truncate/truncate.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/truncate/truncate.1,v 1.4.2.1 2000/08/04 08:05:52 sheldonh Exp $ .\" .Dd Jul 4, 2000 .Dt TRUNCATE 1 diff --git a/usr.bin/truncate/truncate.c b/usr.bin/truncate/truncate.c index ed4306ad3fef..377b23a46b78 100644 --- a/usr.bin/truncate/truncate.c +++ b/usr.bin/truncate/truncate.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truncate/truncate.c,v 1.6.2.1 2000/08/04 08:05:52 sheldonh Exp $"; #endif #include <sys/stat.h> diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 8173c8ac5ae9..f642a3ab9ba9 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 6b58e22dd578..49c36aaa73ad 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.2.1 2000/07/01 12:45:51 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index 065c90b84f9d..dc7202b52f0d 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.2.1 2000/07/01 12:45:51 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index d95c644000c7..0832b64d0580 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.2.1 2000/07/01 12:45:51 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index d09ee67dbadb..e8a86bccb99c 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 5af1fabbf01d..c7482f4670ae 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 5e556e10cc28..6a38e47c156d 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.2.1 2000/07/01 12:45:51 ps 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 29e8c29a5731..fb0d8fc0010f 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.2.1 2000/07/01 12:45:51 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index c984751ba526..3989df2ff909 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 4c11a67441be..be89f13d680f 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 4d8d705a9a25..d066e182192c 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 e5c52cff08a3..811412e5260d 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 857f9b1737bf..a364b5736e1c 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 bb0481ad9be6..a88556ac3d30 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 c14654765b50..b873dfc14f91 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 8c5936898d63..8adc6ce633eb 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 6be1978fc06d..741a74099b7a 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 2f73a80d1fe9..bc3fbd8e41d4 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 dbf0e777661c..de8e1f053747 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 4d02fa9dccd4..5766cff16565 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 eb46c1d10402..2a0bb7095a2c 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 feee726d6bf9..104efe652f8b 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.2.2 2000/06/20 15:42:57 alex Exp $ .\" .Dd January 18, 2000 .Dt UAC 1 diff --git a/usr.bin/uac/uac.c b/usr.bin/uac/uac.c index 856b9d866007..99f927767932 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 470fea1450a2..40d3863650e0 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 597add1add10..5ef0aaaedbbc 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.2.1 2000/08/23 08:49:49 kris Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index 08f7508312e4..cfed8c085d01 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 ed05c85d73af..f5f46964cef7 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 2c06332d938e..2335f07b52a4 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 0b7344b2eb77..120d2ff81d29 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 f1db0737c91d..d127c1e62627 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.2.1 2000/06/30 09:51:58 ps Exp $ .\" .Dd June 6, 1993 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 07e25a07c9cf..a8361af32480 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 946132c7bb99..599bf030af49 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 974cbe9fee3f..a4106cdf4a00 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 227dd00b4922..1f65bd8f6d7c 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 f1c2de8602e7..2acce4c51144 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 c0ba09a330dc..d153d7a37f29 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.2.1 2000/08/23 08:50:19 kris Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index 2e62cae7695d..7c4c8b4294b9 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.2.1 2000/04/18 16:38:47 joerg Exp $ / primitive units diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index a3cb608a0d9c..6e4c70fa7235 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 418b74ec460b..608159fcc46c 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 874960705300..9192b6a71a89 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 7acb26836e40..ff93fb53291e 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 8b4b4bb181c2..607a4ff3e177 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.2.1 2000/06/22 12:56:41 sheldonh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index a01f18b2ff0c..e4fa60ea8253 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 e8696e900d0a..44bf677a5233 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 d256a0b1b164..b716e75a2e65 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 ee668d894e64..aef45b62796b 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 b5db13922d0b..7a9507c112c0 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 98a2987abd3c..d7adf3cbf88e 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 09c63380307f..6ba64aa7fa25 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 7e03ac7b0918..80c7757dabf2 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 105442b80b45..9fbc3fe59707 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 a0641230739b..4fad7da66d45 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.2.1 2000/09/22 14:33:17 phantom Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h index a8bee6775f81..d03f768b7b3e 100644 --- a/usr.bin/vi/config.h +++ b/usr.bin/vi/config.h @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/config.h,v 1.2.6.1 2000/05/06 02:31:49 jlemon Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 6cf63f35ac05..bf40a334f9eb 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 47c080dffa24..5e5d97e3ef63 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 0ff6a21f0a0f..b0b525a82920 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 860628e88693..395f8ada30ff 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 2e5814f3fd63..75110804ceb8 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.2.1 2000/07/02 10:05:43 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1f0af4e976c6..c913a5f30cf9 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 4b9614c1af88..28ee50a5becb 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 20ebaa0ffbd5..258991e7c209 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 12f3da808c13..6598c7c6abe0 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 d91aa8cb8a9b..720e0290b666 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 a42ef412af98..dc8da42346b8 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.2.1 2000/07/01 12:38:24 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 73f928036640..c073a25b3baf 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 3bea44d5772c..a82947295719 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.2.1 2000/08/08 03:15:13 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 388862b01a63..b4d8c89e2fe5 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.2.1 2000/06/30 09:51:59 ps Exp $ .\" .Dd April 19, 1994 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 3793a905af2a..dc33b2efdee5 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 b5fe8bb05c80..e3ca1880623a 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 8bb97e508344..08370b1baab4 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.2.1 2000/07/01 12:32:35 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 8e6404b4c92d..c39586d94749 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 1af1d4769f97..ee93744679a2 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 94646408bc84..fd6c3f58819b 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 a8048ac85179..a6abe7c86a6e 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 781e1c151602..d8d357273487 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 6352eab33d8c..127c148681b7 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 76ecdc2ae94d..451a1b705e57 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 299c963fb1a6..17cc85367996 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 d0ab40982696..fe6a2abec11d 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 af03a1235b27..fb830217fea4 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.2.1 2000/07/15 07:29:31 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index 6a2a36e1c1b3..aea7eec57d19 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.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/window/ttoutput.c,v 1.1.1.1.14.1 2000/07/01 12:24:23 ps Exp $ */ #ifndef lint diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 5070cfb8bb3a..dc2ee4050b96 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/window/wwchild.c b/usr.bin/window/wwchild.c index 0e9646657df4..2135df833484 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.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/window/wwchild.c,v 1.1.1.1.14.1 2000/07/01 12:24:23 ps Exp $ */ #ifndef lint diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index c2b971c9f48e..60b5cf13b438 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.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/window/wwerror.c,v 1.1.1.1.14.1 2000/07/01 12:24:23 ps Exp $ */ #ifndef lint diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 2b9490209418..f40d644447c5 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 406eeb3f7565..a286549dc0e1 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 8dec056ca98d..d23cc49b18fe 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 2ad94cc90926..f44ebe7e2789 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 f41f80e9c40f..6141a09f2827 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.2.1 2000/06/28 02:33:16 joe Exp $ PROG= xinstall SRCS= xinstall.c diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index f9a77baf29f2..115d28c4411e 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 87c0b1c2bd07..f837eaa82eb9 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.2.1 2000/06/28 02:33:16 joe Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 7d515d4a0188..b20e90519ae0 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 fef8dae73801..66bde015fb13 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 203a4afb5e9d..536f9b863370 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 21361645bd69..53c22b497aa7 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 3735688bb237..92ed6bd7d5ee 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 777da20493b9..c20a4322f220 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 8160bb857630..f8fcd3da438a 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 3a871d989b4e..311f0e78bc5c 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 4caf45857640..58e41070bdf9 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 a8d8113d3165..fcd5cfa81f66 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 3229f345104c..4fbd61c37fcd 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 bd61e489e46b..f5a78561e260 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 07816d2ac114..53b76c79cf08 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 f26a38b0f680..008bd441b373 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 e7ca1e36b91b..84455eebf6c6 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 18d5ee143be9..e2bc4daa64bc 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 4e2e588241a9..3914d336a38e 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 c3b02b0ffe02..96958bc5db3d 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 f155021bb68e..16ae309764fe 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 69ce15e1d271..f901d4edc4dc 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 37408c0b3fa9..db60029d16bb 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 6a210f179769..cc6a304e5294 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 3b50a624e2d8..5b14d50ae9ff 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 e19020f70aea..6c7877074553 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/yes/yes.c b/usr.bin/yes/yes.c index 80641aa3938f..0c5257beb929 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -41,7 +41,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/usr.bin/yes/yes.c,v 1.1.1.1.14.1 2000/06/08 06:24:44 kris Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index 58ee6907f07f..33ca5098d73f 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 139b2c6e5799..c86b4caad6c6 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 e90e763a0349..f85cdb96f21a 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 22e62996937e..11bfc6a02a30 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 6491407e942a..db10aa8da6a3 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 be266bb7e1e0..33e824fd4493 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 f28f864ab097..e6b49a6fa420 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 88ca36d759ba..b14946f0fc65 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 2bc9ff377dd5..214f46ab2d0e 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> |