diff options
Diffstat (limited to 'usr.bin')
1171 files changed, 1183 insertions, 1183 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 713e101cdf28..4df3251963d3 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.17 2003/01/04 17:17:07 obrien Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index 22cfa7e0ebd1..bd6f1b77b389 100644 --- a/usr.bin/alias/Makefile +++ b/usr.bin/alias/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/Makefile,v 1.2.2.1 2002/07/19 18:20:57 wollman Exp $ SCRIPTS=generic.sh SCRIPTSNAME=alias diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh index 33a39ad97831..3ffe7c062947 100644 --- a/usr.bin/alias/generic.sh +++ b/usr.bin/alias/generic.sh @@ -1,4 +1,4 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/generic.sh,v 1.1.2.1 2002/07/19 18:20:57 wollman Exp $ # This file is in the public domain. ${0##*/} ${1+"$@"} diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 362442a7d81e..fa15825a7a06 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/apply/Makefile,v 1.2.6.1 2001/08/01 23:26:27 obrien Exp $ PROG= apply diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 554cd79b6099..10a902c7a676 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.2.4 2002/07/15 04:07:25 keramida Exp $ .\" .Dd April 4, 1994 .Dt APPLY 1 diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 1fc479634dad..cb073ffaab59 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.3 2001/08/01 23:28:04 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index d1957695875f..41cf44ed5bc7 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.2.1 2001/04/25 11:29:15 ru Exp $ PROG= ar CFLAGS+=-I${.CURDIR} -Wall diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index 3b537a247971..91214f98bab3 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.2.8 2002/07/15 04:08:48 keramida Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.1aout b/usr.bin/ar/ar.1aout index 1bdebc49b96b..75ca2f193c4b 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.2.4 2001/08/16 13:16:41 ru Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index a6274b852b5a..6802de031c86 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.2.2 2001/12/14 15:53:29 ru Exp $ .\" .Dd June 9, 1993 .Dt AR 5 diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index 73dab413df47..5f6e8b47bf7e 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.2.1 2001/08/02 00:51:00 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/ar/archive.c b/usr.bin/ar/archive.c index 32cdfa6a3470..a057cdad9630 100644 --- a/usr.bin/ar/archive.c +++ b/usr.bin/ar/archive.c @@ -37,7 +37,7 @@ #ifndef lint static const char sccsid[] = "@(#)archive.c 8.3 (Berkeley) 4/2/94"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ar/archive.c,v 1.10.6.1 2001/08/02 00:51:00 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/contents.c b/usr.bin/ar/contents.c index 630f3523679a..361c7367ccd8 100644 --- a/usr.bin/ar/contents.c +++ b/usr.bin/ar/contents.c @@ -33,13 +33,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ar/contents.c,v 1.5.6.2 2002/03/12 19:33:00 phantom Exp $ */ #ifndef lint static const char sccsid[] = "@(#)contents.c 8.3 (Berkeley) 4/2/94"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ar/contents.c,v 1.5.6.2 2002/03/12 19:33:00 phantom Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ar/extern.h b/usr.bin/ar/extern.h index 0efb771d988b..eab4adbfa3dc 100644 --- a/usr.bin/ar/extern.h +++ b/usr.bin/ar/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ar/extern.h,v 1.1.1.1.14.1 2001/08/02 00:51:00 obrien Exp $ */ int append __P((char **)); diff --git a/usr.bin/ar/misc.c b/usr.bin/ar/misc.c index d99d9564962e..f3e1fb8184d7 100644 --- a/usr.bin/ar/misc.c +++ b/usr.bin/ar/misc.c @@ -37,7 +37,7 @@ #ifndef lint static const char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ar/misc.c,v 1.6.6.1 2001/08/02 00:51:00 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 0f31ee08af3f..684b5902d9e8 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.2.1 2001/04/25 11:29:16 ru Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index cad2e498407b..e4955b0dd922 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.2.1 2001/08/02 00:55:58 obrien Exp $"; #endif /* not lint */ #define _USE_BSD 1 diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 3d72bbbdbbd4..fe3f4f6a9945 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.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/at.h,v 1.4.8.1 2001/08/02 00:55:58 obrien Exp $ */ extern int fcreated; diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 5309b4ee0080..443ba791d356 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.10 2003/05/03 21:55:26 keramida Exp $ .Dd April 12, 1995 .Dt "AT" 1 .Os 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 d4797e72d170..a52ccc12d002 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.3 2001/12/19 11:19:16 brian Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 6380f461469b..144a5920171d 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.2.1 2001/08/02 00:55:58 obrien 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/awk/Makefile b/usr.bin/awk/Makefile index 2caa1dd46aee..6d343c4f5fc3 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/awk/Makefile,v 1.9.2.1 2002/06/21 20:12:08 obrien Exp $ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk .PATH: ${AWKSRC} diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index a64d8eeb9928..d85b0d719c49 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/banner/Makefile,v 1.3.6.2 2001/08/02 00:56:44 obrien Exp $ PROG= banner MAN= banner.6 diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index 0c2f22823ed5..cd8b3682a47e 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.3 2001/07/22 12:39:55 dd Exp $ .\" .Dd April 29, 1995 .Dt BANNER 6 diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index 7134c133a3c1..1eb21a688caa 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.4 2001/10/02 11:41:25 ru Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index 02acc711d732..12327990cd52 100644 --- a/usr.bin/basename/Makefile +++ b/usr.bin/basename/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/basename/Makefile,v 1.2.6.1 2001/08/02 00:59:28 obrien Exp $ PROG= basename WARNS?= 2 diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 66d06f53924f..462442c6caf5 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.7 2002/07/15 04:11:27 keramida Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index 97e8e63d66a5..de9355712071 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.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/basename/basename.c,v 1.3.6.2 2001/08/02 00:59:28 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index 9597cdddaf47..9aa5d5109e8b 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/biff/Makefile,v 1.2.6.1 2001/08/02 01:06:37 obrien Exp $ PROG= biff WARNS?= 2 diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index e33f9d9a1362..119fe4b549de 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.2.9 2003/02/24 22:05:27 trhodes Exp $ .\" .Dd August 9, 2002 .Dt BIFF 1 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index be6e6d8d7166..f57b8f720484 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.4 2002/08/09 02:56:31 johan Exp $ */ #ifndef lint diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 52f72faf0bff..809093e88a4d 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.3 2001/08/02 01:07:27 obrien Exp $ MAINTAINER= obrien diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index bc6b1772958b..6eecabf38ad4 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.3 2001/08/16 13:16:42 ru Exp $ .\" .Dd February 6, 1997 .Dt BRANDELF 1 diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index dbbacc469f88..4d35e346b593 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/brandelf/brandelf.c,v 1.13.2.4 2001/07/11 23:59:11 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index fd4d2b0ccc43..6fb84e04ea46 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2/Makefile,v 1.5.2.2 2001/08/02 01:09:06 obrien Exp $ MAINTAINER= obrien@FreeBSD.org diff --git a/usr.bin/bzip2/doc/Makefile b/usr.bin/bzip2/doc/Makefile index 1da51edc5cea..5078b3a28df5 100644 --- a/usr.bin/bzip2/doc/Makefile +++ b/usr.bin/bzip2/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2/doc/Makefile,v 1.1.2.2 2002/02/18 09:13:07 sobomax Exp $ .PATH: ${.CURDIR}/../../../contrib/bzip2 diff --git a/usr.bin/bzip2/doc/manual.texi.diff b/usr.bin/bzip2/doc/manual.texi.diff index 0c14f6307b58..75875e3c5d87 100644 --- a/usr.bin/bzip2/doc/manual.texi.diff +++ b/usr.bin/bzip2/doc/manual.texi.diff @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/bzip2/doc/manual.texi.diff,v 1.1.2.1 2002/02/18 09:13:07 sobomax Exp $ --- manual.texi 2002/02/01 16:00:45 1.1 +++ manual.texi 2002/02/01 16:01:11 diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 868845597929..750db6dd766a 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2recover/Makefile,v 1.1.2.1 2003/01/04 17:17:08 obrien Exp $ MAINTAINER= obrien@FreeBSD.org diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index f398af60308b..5be5e4a51793 100644 --- a/usr.bin/c89/Makefile +++ b/usr.bin/c89/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/c89/Makefile,v 1.1.1.1.8.3 2001/05/22 19:05:01 schweikh Exp $ PROG= c89 MAN= c89.1 diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index e7411822bdf0..8265507f326b 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.2.4 2001/08/02 01:11:13 obrien Exp $ .\" " .Dd September 17, 1997 .Os diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index 2843529e063e..613f3bb9e53c 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -28,7 +28,7 @@ */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/c89/c89.c,v 1.1.2.1 2001/05/22 19:05:01 schweikh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index b0921e90c436..79cab54d82c7 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/calendar/Makefile,v 1.12.8.6 2003/04/06 20:04:56 dwmalone Exp $ PROG= calendar SRCS= calendar.c io.c day.c ostern.c paskha.c diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 84f83b66257f..8cd749c42657 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.2.9 2003/04/06 20:04:56 dwmalone Exp $ .\" .Dd June 13, 2002 .Dt CALENDAR 1 diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index aae5f2a70848..751e7e134317 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/calendar.c,v 1.11.2.5 2003/04/06 20:04:56 dwmalone Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 0dbd376a10e0..c4a8780aed17 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.3 2003/04/06 20:04:57 dwmalone Exp $ */ diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 7c5123a08bea..5ba4243e35d1 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.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.australia b/usr.bin/calendar/calendars/calendar.australia index 2fb38ba0e2ea..4a4224f887fa 100644 --- a/usr.bin/calendar/calendars/calendar.australia +++ b/usr.bin/calendar/calendars/calendar.australia @@ -1,7 +1,7 @@ /* * Australian holidays * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.australia,v 1.2.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_australia_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index b7cefa686788..23840150f03e 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.2.4 2003/08/15 07:07:42 murray 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 04f62bb409b6..661f2500b38c 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.2.1 2001/07/19 06:08:38 dd Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index 443122744d3f..07103e7fd75d 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.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index 65bc57bc6200..737e0e042cef 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -1,7 +1,7 @@ /* * FreeBSD * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.freebsd,v 1.67.2.4 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_freebsd_ diff --git a/usr.bin/calendar/calendars/calendar.french b/usr.bin/calendar/calendars/calendar.french index 18b4d8ae8a94..8a92c24fde22 100644 --- a/usr.bin/calendar/calendars/calendar.french +++ b/usr.bin/calendar/calendars/calendar.french @@ -1,7 +1,7 @@ /* * French calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.french,v 1.2.2.1 2002/05/27 12:14:57 dwmalone Exp $ */ #ifndef _calendar_french_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index 635aef1d5735..aaf2a81f8746 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.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index 25849f7a1214..6d9c48b43aa5 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.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index b8a9ca43d8c2..cdf7434a81ee 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.2.5 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index 395f56e319e8..dc470640113d 100644 --- a/usr.bin/calendar/calendars/calendar.judaic +++ b/usr.bin/calendar/calendars/calendar.judaic @@ -1,7 +1,7 @@ /* * Judaic Calendar. Maintained by Josef Grosch <jgrosch@mooseriver.com>. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.judaic,v 1.8.2.4 2003/03/12 11:55:46 dwmalone Exp $ * */ diff --git a/usr.bin/calendar/calendars/calendar.lotr b/usr.bin/calendar/calendars/calendar.lotr index 17d25970b75c..6d194718df2c 100644 --- a/usr.bin/calendar/calendars/calendar.lotr +++ b/usr.bin/calendar/calendars/calendar.lotr @@ -1,7 +1,7 @@ /* * Lord Of The Rings * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.lotr,v 1.1.2.1 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_lotr_ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 6494e0ad2218..06f126ca63db 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.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.newzealand b/usr.bin/calendar/calendars/calendar.newzealand index fc5afd674cdd..3b3aadf6b28a 100644 --- a/usr.bin/calendar/calendars/calendar.newzealand +++ b/usr.bin/calendar/calendars/calendar.newzealand @@ -1,7 +1,7 @@ /* * New Zealand holidays * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.newzealand,v 1.1.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_newzealand_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index 07018766a832..beaeb4324291 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.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.southafrica b/usr.bin/calendar/calendars/calendar.southafrica index ae683b0bd358..52c615977ddd 100644 --- a/usr.bin/calendar/calendars/calendar.southafrica +++ b/usr.bin/calendar/calendars/calendar.southafrica @@ -5,7 +5,7 @@ * be an unnamed public holiday in addition to the named holiday the day * before. This file format is not complex enough to reflect this, but * if it ever is, the change should be made. - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.southafrica,v 1.1.4.1 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_southafrica_ 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 2b65f1af748f..bd2d8eb358e6 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.2.1 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _calendar_world_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all index f2a33cc563b2..d7cceb01cceb 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all @@ -1,7 +1,7 @@ /* * deutscher Kalender * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all,v 1.6.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _de_DE_ISO8859_1_all_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag index bf8534d606ed..38c1e7f717b9 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag @@ -1,7 +1,7 @@ /* * Feiertage * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag,v 1.7.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _de_DE_ISO8859_1_feiertag_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte index 9cded603bc5f..2d52acfee640 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte @@ -13,7 +13,7 @@ * * ISBN 3-924521-59-X * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte,v 1.8.2.3 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _de_DE_ISO8859_1_geschichte_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche index 02640b115bfb..d247b45f7e61 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche @@ -1,7 +1,7 @@ /* * Kirche in Deutschland * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche,v 1.7.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _de_DE_ISO8859_1_kirche_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur index 49478ae77e78..9136dd357884 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur @@ -1,7 +1,7 @@ /* * Literatur * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur,v 1.7.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _de_DE_ISO8859_1_literatur_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik index 6d063f7b8819..827ce2a50d5c 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik @@ -1,7 +1,7 @@ /* * Musik * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik,v 1.7.2.2 2002/05/27 12:15:02 dwmalone Exp $ */ #ifndef _de_DE_ISO8859_1_musik_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft index 9a85f9c2744d..49e9d3da67c1 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft @@ -1,7 +1,7 @@ /* * Wissenschaft * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft,v 1.7.2.2 2003/04/06 20:04:57 dwmalone Exp $ */ #ifndef _de_DE_ISO8859_1_wissenschaft_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all index 785512e543d3..af0831470454 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all @@ -1,7 +1,7 @@ /* * Calendrier français * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all,v 1.1.2.1 2002/05/27 12:15:06 dwmalone Exp $ */ #ifndef _fr_FR_ISO8859_1_all_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes index d492ed7cdbcf..1e19b9854341 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes @@ -1,7 +1,7 @@ /* * Fêtes à souhaiter * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes,v 1.1.2.1 2002/05/27 12:15:06 dwmalone Exp $ */ #ifndef _fr_FR_ISO8859_1_fetes_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french index 18b4d8ae8a94..1fc86672e1fd 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french @@ -1,7 +1,7 @@ /* * French calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french,v 1.1.2.1 2002/05/27 12:15:06 dwmalone Exp $ */ #ifndef _calendar_french_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies index d2b3742f37c0..d9cabe1c7923 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies @@ -1,7 +1,7 @@ /* * Jours fériés * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies,v 1.1.2.1 2002/05/27 12:15:06 dwmalone Exp $ */ #ifndef _fr_FR_ISO8859_1_jferies_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes index 5a9f0eaf13aa..1de2cf8a57d4 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes @@ -1,7 +1,7 @@ /* * Proverbes liés au calendrier * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes,v 1.1.2.1 2002/05/27 12:15:06 dwmalone Exp $ */ #ifndef _fr_FR_ISO8859_1_proverbes_ diff --git a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all index 326571a2ae37..cde9d23b6260 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all +++ b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all @@ -1,7 +1,7 @@ /* * hrvatski calendar * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all,v 1.5.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _hr_HR_ISO8859_2_all diff --git a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici index 71e212889d94..ca83e777984c 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici +++ b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici @@ -1,7 +1,7 @@ /* * hrvatski praznici * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici,v 1.7.2.1 2002/01/05 15:43:37 phantom Exp $ */ #ifndef _hr_HR_ISO8859_2_praznici diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all index 9cdd9641bb0f..78220e220249 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÊ ËÁÌÅÎÄÁÒØ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all,v 1.5.2.1 2002/01/05 15:43:38 phantom Exp $ */ #ifndef _ru_RU_KOI8_R_all diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common index a2ab0243b8f9..b7bc0ae031c1 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common,v 1.10.2.2 2003/04/06 20:04:58 dwmalone Exp $ */ #ifndef _ru_RU_KOI8_R_common_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk index 4db9563703d2..c0c025f36c42 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk @@ -1,7 +1,7 @@ /* * ðÅÒÅ×ÏÄ ÞÁÓÏ× ÄÌÑ ÍÏÓËÏ×ÓËÏÊ ×ÒÅÍÅÎÎÏÊ ÚÏÎÙ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk,v 1.6.2.1 2002/01/05 15:43:38 phantom Exp $ */ #ifndef _ru_RU_KOI8_R_msk_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox index ac38458d4a68..a7447b60d548 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox @@ -1,7 +1,7 @@ /* * ðÒÁ×ÏÓÌÁ×ÎÙÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox,v 1.5.2.1 2002/01/05 15:43:38 phantom Exp $ */ #ifndef _ru_RU_KOI8_R_orthodox_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan index afcd809e4987..6ab9ffc29835 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan @@ -1,7 +1,7 @@ /* * ñÚÙÞÅÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan,v 1.5.2.1 2002/01/05 15:43:38 phantom Exp $ */ #ifndef _ru_RU_KOI8_R_pagan_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index c1da370e9d73..d74ed9bf552c 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/day.c,v 1.13.2.5 2003/04/06 20:04:57 dwmalone Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index df19e8ce3d33..bf2d841e0fdc 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/io.c,v 1.13.2.3 2002/08/26 00:32:46 jmallett Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index f000f7d5311b..d557ea29f1cf 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/ostern.c,v 1.8.2.2 2002/05/27 12:14:46 dwmalone Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index 3999d31c92bb..38e4e559c099 100644 --- a/usr.bin/calendar/paskha.c +++ b/usr.bin/calendar/paskha.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/paskha.c,v 1.4.10.2 2002/05/27 12:14:46 dwmalone Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index cacbd2587acd..e95d4089cfe1 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.2.1 2001/08/02 01:12:55 obrien Exp $ */ #include <paths.h> diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 598c5de40407..a0d448984df4 100644 --- a/usr.bin/cap_mkdb/Makefile +++ b/usr.bin/cap_mkdb/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cap_mkdb/Makefile,v 1.2.6.1 2001/08/02 01:15:51 obrien Exp $ PROG= cap_mkdb WARNS?= 2 diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index 27c2a0c19ec2..df30689ac353 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.2.5 2002/06/20 23:45:15 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 292e6ec3098a..a6f5e6f2f09c 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.2.2 2001/08/02 01:15:51 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index d1043470765f..5a18212ee9b5 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.2.1 2001/04/25 11:29:17 ru Exp $ PROG= chat CFLAGS+=-Wall diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index ecc733d1ce7b..35b1fc80c224 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.2.3 2003/02/24 22:37:41 trhodes 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 57fd49baba03..80eb9568006a 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.2.5 2002/07/15 04:29:39 keramida Exp $ .\" .Dd June 6, 1993 .Dt CHECKNR 1 diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index 97ca565a352d..73b72be17599 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.2 2001/08/01 23:09:18 obrien Exp $ NOSHARED?=yes diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 39cec20e4e59..8173776836b5 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.6 2003/04/08 19:16:16 johan Exp $ .\" .Dd Apr 8, 2003 .Dt CHFLAGS 1 diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index 40c5b3f432b8..fbed2161fe58 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.3 2001/08/01 23:09:18 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index 5488e282e349..2369c2dd3a31 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.2.1 2001/08/02 01:18:09 obrien Exp $ .PATH: ${.CURDIR}/../newkey diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index a4467c89449c..0b6fafea6f2b 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.2.3 2002/06/20 23:45:20 charnier Exp $ .\" .Dd July 5, 1989 .Dt CHKEY 1 diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 393087328729..a11bfbeae323 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.3 2001/12/19 04:49:11 dd Exp $ PROG= chpass CFLAGS+=-Wall diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 324d8a2143c8..fd5860d37fd8 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.2.10 2003/02/24 23:04:38 trhodes Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 00ac10172703..3bfa8fa36bb1 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.2.4 2002/08/11 14:16:42 dwmalone Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index df5f9da01a18..1033afaa911e 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.2 2001/08/02 01:48:22 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_copy.c b/usr.bin/chpass/pw_copy.c index d7a1d59ebd3b..49e75d97372a 100644 --- a/usr.bin/chpass/pw_copy.c +++ b/usr.bin/chpass/pw_copy.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/pw_copy.c,v 1.9.2.2 2002/03/24 09:00:03 cjc Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_copy.h b/usr.bin/chpass/pw_copy.h index ab3f84eb2ed7..6f585c20d99a 100644 --- a/usr.bin/chpass/pw_copy.h +++ b/usr.bin/chpass/pw_copy.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pw_copy.h 8.1 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/chpass/pw_copy.h,v 1.1.1.1.14.1 2002/03/24 09:00:03 cjc Exp $ */ void pw_copy __P((int, int, struct passwd *, struct passwd *)); diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index 5ff7c27ff953..8ffdfc4525c6 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.2.1 2002/02/15 00:46:56 des Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index 774722e83583..5589bf9a992d 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.2.1 2002/02/15 00:46:56 des Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 2bfde6238803..15fefe495c99 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.2.1 2002/03/21 10:33:01 cjc Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 27c4c0ba0de9..14fc232dd640 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.2.7 2001/08/16 13:16:43 ru Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index d89f07fa9ac2..0fe068bc8e64 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.2.1 2001/07/30 10:16:29 dd 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/Makefile b/usr.bin/cmp/Makefile index 6ec82e4f8741..fcb385b494f3 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.2.6.1 2001/11/21 10:47:54 dwmalone Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= cmp diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 2f82bc395d80..8fb0b97e4ffb 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.5 2003/02/24 22:37:41 trhodes Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 3d1e55f85b91..f2a778d46f57 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.4 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index 9ab37d6d372c..c2c00e1a4c7b 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.2 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 258d86063967..34ed1ff573f9 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.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/misc.c,v 1.2.6.1 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 3c0b5ae17127..82d22cca2bf2 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.3 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 0635781d68a0..22ff9aaf6f8d 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.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/special.c,v 1.4.2.2 2003/07/10 08:20:18 murray Exp $ * */ diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 97b9cde52c0d..01f541860641 100644 --- a/usr.bin/col/Makefile +++ b/usr.bin/col/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/col/Makefile,v 1.2.6.1 2001/08/02 01:24:16 obrien Exp $ PROG= col WARNS?= 2 diff --git a/usr.bin/col/README b/usr.bin/col/README index 116a044a38f4..501aa520c503 100644 --- a/usr.bin/col/README +++ b/usr.bin/col/README @@ -1,6 +1,6 @@ # @(#)README 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/col/README,v 1.1.1.1.14.1 2001/08/04 01:27:00 mikeh Exp $ col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index e2132e5f15eb..03d98e67de73 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.7 2002/07/15 04:32:27 keramida Exp $ .\" .Dd June 29, 1993 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index ec8a49982358..351a0446d46d 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.4 2001/08/02 01:27:12 obrien Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/colcrt/Makefile b/usr.bin/colcrt/Makefile index 47a27e79ca4a..c63a9b1ec975 100644 --- a/usr.bin/colcrt/Makefile +++ b/usr.bin/colcrt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colcrt/Makefile,v 1.2.6.1 2001/08/02 01:29:07 obrien Exp $ PROG= colcrt WARNS?= 2 diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index c8b21eb2cd02..f847bc197426 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.6 2003/02/24 23:04:38 trhodes Exp $ .\" .Dd June 30, 1993 .Dt COLCRT 1 diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 77cc0d276dbc..8777ddcf53fc 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.4 2001/08/02 01:29:07 obrien Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 6cb213f48898..1543df1e0219 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.2.1 2002/08/17 18:57:10 ache Exp $ PROG= colldef SRCS= parse.y scan.l y.tab.h diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index 571b1b868095..fd7fa05ea3d0 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.2.6 2003/02/24 23:04:38 trhodes Exp $ .\" .Dd January 27, 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h index 316490d4eb8d..fd488e9dbe05 100644 --- a/usr.bin/colldef/common.h +++ b/usr.bin/colldef/common.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/colldef/common.h,v 1.2.2.1 2002/08/17 18:57:10 ache Exp $ */ #define CHARMAP_SYMBOL_LEN 64 diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index e362bb027338..181380b3da4d 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colldef/parse.y,v 1.15.2.5 2002/10/11 10:43:45 ache Exp $"); #include <arpa/inet.h> #include <err.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index aeeff1406832..9371b46f25dd 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colldef/scan.l,v 1.11.2.2 2002/10/11 10:43:45 ache Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index 56bd2313bc7c..78e750984967 100644 --- a/usr.bin/colrm/Makefile +++ b/usr.bin/colrm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colrm/Makefile,v 1.2.6.1 2001/08/02 01:33:29 obrien Exp $ PROG= colrm WARNS?= 2 diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1 index 4f4bbe5d7939..06b14c59b2e4 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.2.4 2002/06/20 23:45:32 charnier Exp $ .\" .Dd June 6, 1993 .Dt COLRM 1 diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index a9fe35c9c989..c4a9060e10c5 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.2.1 2001/08/02 01:33:29 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index fc4418ba2ee3..eb16640d7e4a 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.4 2001/08/16 13:16:46 ru Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index ae732d2cf853..ab178e1c99cb 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.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/column/column.c,v 1.4.6.2 2001/08/02 01:34:19 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 5c1f44b15bd4..46e1a2a1385a 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.2.5 2002/07/11 00:43:37 tjr Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index a063cfdf7205..0def3936e66b 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -47,7 +47,7 @@ static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/comm/comm.c,v 1.11.2.3 2002/07/11 00:46:37 tjr Exp $"); #include <ctype.h> #include <err.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/Makefile b/usr.bin/compress/Makefile index a586b97fcfcf..2922f4d1e1fe 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/17/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/compress/Makefile,v 1.4.6.2 2002/07/16 00:45:05 tjr Exp $ PROG= compress SRCS= compress.c zopen.c diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 335d47fe3996..e17ee83965bf 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.8 2002/07/15 04:41:52 keramida Exp $ .\" .Dd May 17, 2002 .Dt COMPRESS 1 diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index 485ab3e60915..b0dc8b0bb2dc 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/compress/compress.c,v 1.7.6.6 2003/06/23 18:04:04 trhodes Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index 57e0337eef7d..2b22d166bc8b 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/compress/doc/revision.log,v 1.3.2.1 2002/07/16 00:42:48 tjr Exp $ */ /* * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3 index a1ffbf75d20d..1b08202e9dde 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.3 2001/12/14 15:53:29 ru Exp $ .\" .Dd June 9, 1993 .Dt ZOPEN 3 diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index 20f9bfbda308..4c7b8f7433d6 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/compress/zopen.c,v 1.5.6.1 2002/07/16 00:52:08 tjr Exp $"); /*- * fcompress.c - File compression ala IEEE Computer, June 1984. diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index a27a4f9b98aa..fcca31904f18 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.2.1 2002/07/16 00:52:08 tjr Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index c13e835da3c5..e41ad5bf8e5f 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/C.c,v 1.3.2.2 2002/07/30 00:55:07 tjr Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index dd18da6e6fa9..047faf28c494 100644 --- a/usr.bin/ctags/Makefile +++ b/usr.bin/ctags/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ctags/Makefile,v 1.2.6.1 2001/09/18 04:16:53 mikeh Exp $ PROG= ctags CFLAGS+=-Wall diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index 79a952b0b15d..587c7abef067 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.2.6 2002/07/30 01:06:31 tjr Exp $ .\" .Dd June 6, 1993 .Dt CTAGS 1 diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 606731b7bf40..90065f7c53d8 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ctags/ctags.c,v 1.7.2.1 2001/09/18 04:16:53 mikeh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index ce4484f2f6bc..3eb04ea2dfcb 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.2.2 2002/07/30 00:55:07 tjr Exp $ * */ diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index ef6c45fee258..4672340b4fda 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/fortran.c,v 1.3.6.2 2002/07/30 00:55:07 tjr Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 3ac47df76ee5..df835b4e9201 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/lisp.c,v 1.2.6.2 2002/07/30 00:55:07 tjr Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index a31ff931f7f2..b78f24921e9e 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/print.c,v 1.3.6.2 2002/07/30 00:55:07 tjr Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 6c42f32c79a8..75af712f681e 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/tree.c,v 1.2.6.2 2002/07/30 00:55:07 tjr Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index e0e0daba6687..99f8700552c7 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/yacc.c,v 1.3.6.3 2002/07/30 00:55:07 tjr Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 2a957fadfc66..6236e90291c8 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cut/Makefile,v 1.2.6.1 2001/07/30 09:59:16 dd Exp $ PROG= cut CFLAGS+=-Wall diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index bf9b8558925f..150896c127a6 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.2.5 2003/05/26 12:35:35 hmp Exp $ .\" .Dd June 6, 1993 .Dt CUT 1 diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index bb7f51f4736e..8e21d8c7a084 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -40,7 +40,7 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cut/cut.c,v 1.9.2.3 2001/07/30 09:59:16 dd Exp $"; #endif /* not lint */ #include <ctype.h> 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/dirname/Makefile b/usr.bin/dirname/Makefile index 5ad1edf8c623..37a3b842afd0 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dirname/Makefile,v 1.2.6.1 2001/08/02 01:49:44 obrien Exp $ PROG= dirname WARNS?= 2 diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 2fe4d3186474..aed42b8f9264 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.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/dirname/dirname.c,v 1.5.6.2 2001/08/02 01:49:44 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/dnskeygen/Makefile b/usr.bin/dnskeygen/Makefile index fce2a92f714a..3d574a6e0459 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.4.1 2001/04/25 11:29:18 ru 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 aa2ac077434e..d9cbad78504c 100644 --- a/usr.bin/doscmd/AsyncIO.c +++ b/usr.bin/doscmd/AsyncIO.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/AsyncIO.c,v 1.3.2.3 2002/05/21 11:49:47 tg Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/doscmd/AsyncIO.h b/usr.bin/doscmd/AsyncIO.h index f1c96a17cbd3..7217e28f1347 100644 --- a/usr.bin/doscmd/AsyncIO.h +++ b/usr.bin/doscmd/AsyncIO.h @@ -29,7 +29,7 @@ * * BSDI AsyncIO.h,v 2.2 1996/04/08 19:32:12 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/AsyncIO.h,v 1.1.6.1 2002/04/25 11:04:50 tg Exp $ */ #if defined(__cplusplus) diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 5a46a8317c82..324dcf841100 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.5 2002/08/07 16:32:01 ru Exp $ PROG= doscmd SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cmos.c config.c cpu.c cwd.c \ diff --git a/usr.bin/doscmd/Makefile.dos b/usr.bin/doscmd/Makefile.dos index d4548341eee5..d0daf05bc953 100644 --- a/usr.bin/doscmd/Makefile.dos +++ b/usr.bin/doscmd/Makefile.dos @@ -5,7 +5,7 @@ # use tools are included as uuencoded files. # To use this makefile you must have Bruce Evans bcc package installed # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/doscmd/Makefile.dos,v 1.1.6.1 2002/04/25 11:04:50 tg Exp $ AS86 = as86 LD86 = ld86 diff --git a/usr.bin/doscmd/ParseBuffer.c b/usr.bin/doscmd/ParseBuffer.c index a053a08df0f6..67cfa55a8b9b 100644 --- a/usr.bin/doscmd/ParseBuffer.c +++ b/usr.bin/doscmd/ParseBuffer.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/ParseBuffer.c,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/doscmd/README b/usr.bin/doscmd/README index a90946cefc20..cf9cb9f3a312 100644 --- a/usr.bin/doscmd/README +++ b/usr.bin/doscmd/README @@ -1,5 +1,5 @@ /* BSDI README,v 2.2 1996/04/08 19:32:16 bostic Exp*/ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/doscmd/README,v 1.2.6.1 2001/08/02 02:17:15 obrien Exp $ */ This is the merged doscmd/rundos project. Please read the man page for help on configuring doscmd. 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 0577c74b7501..c12259f1b712 100644 --- a/usr.bin/doscmd/bios.c +++ b/usr.bin/doscmd/bios.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/bios.c,v 1.5.2.1 2002/04/25 11:04:50 tg Exp $"); #include "doscmd.h" #include "mouse.h" diff --git a/usr.bin/doscmd/callback.c b/usr.bin/doscmd/callback.c index d5ce42804d31..f9c87519197d 100644 --- a/usr.bin/doscmd/callback.c +++ b/usr.bin/doscmd/callback.c @@ -1,7 +1,7 @@ /* No copyright?! */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/callback.c,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $"); #include <sys/queue.h> #include "doscmd.h" diff --git a/usr.bin/doscmd/callback.h b/usr.bin/doscmd/callback.h index b1ab3d7a581b..fe418e38b8d8 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.2.1 2002/04/25 11:04:50 tg Exp $ */ typedef void (*callback_t)(regcontext_t *); diff --git a/usr.bin/doscmd/cmos.c b/usr.bin/doscmd/cmos.c index d899e9653037..04ba98f2d0d5 100644 --- a/usr.bin/doscmd/cmos.c +++ b/usr.bin/doscmd/cmos.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/cmos.c,v 1.2.2.2 2002/04/25 11:04:50 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/com.h b/usr.bin/doscmd/com.h index 495ca8828821..1c639dcc14c0 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.2.1 2002/04/25 11:04:50 tg Exp $ */ /* com.h for doscmd int14.c */ diff --git a/usr.bin/doscmd/config.c b/usr.bin/doscmd/config.c index 0c3b2f00d4da..5e8d57e6cbcd 100644 --- a/usr.bin/doscmd/config.c +++ b/usr.bin/doscmd/config.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/config.c,v 1.4.2.1 2002/04/25 11:04:50 tg Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/doscmd/cp437-8x14.pcf.gz.uu b/usr.bin/doscmd/cp437-8x14.pcf.gz.uu index cd2f122ce9f1..27f5396a1e52 100644 --- a/usr.bin/doscmd/cp437-8x14.pcf.gz.uu +++ b/usr.bin/doscmd/cp437-8x14.pcf.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/cp437-8x14.pcf.gz.uu,v 1.1.2.1 2002/04/25 11:04:50 tg Exp $ begin 644 cp437-8x14.pcf.gz M'XL(`,8!X#H``^V<?WR55WW'/T!+8W^F:#52A$AKC6CK/4]N;FXHXS>4L!8H 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/cp437-8x8.pcf.gz.uu b/usr.bin/doscmd/cp437-8x8.pcf.gz.uu index ee49e12431c0..ecaef24ada6d 100644 --- a/usr.bin/doscmd/cp437-8x8.pcf.gz.uu +++ b/usr.bin/doscmd/cp437-8x8.pcf.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/cp437-8x8.pcf.gz.uu,v 1.1.2.1 2002/04/25 11:04:50 tg Exp $ begin 644 cp437-8x8.pcf.gz M'XL(`,\!X#H``^V<?9Q4UUG'?T"R2R"%E#8IH91=28Q*F[CGSK[,0F2'#4M8 diff --git a/usr.bin/doscmd/cpu.c b/usr.bin/doscmd/cpu.c index c42dc2284d96..d221680895bb 100644 --- a/usr.bin/doscmd/cpu.c +++ b/usr.bin/doscmd/cpu.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/cpu.c,v 1.2.2.2 2002/05/21 11:49:47 tg Exp $"); #include "doscmd.h" #include "video.h" diff --git a/usr.bin/doscmd/crt0.c b/usr.bin/doscmd/crt0.c index b51603f5a75f..4db696422bd1 100644 --- a/usr.bin/doscmd/crt0.c +++ b/usr.bin/doscmd/crt0.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/crt0.c,v 1.2.2.1 2002/04/25 11:04:50 tg Exp $"); char **environ; char *__progname; diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c index 7931d83c1c9f..622be172e946 100644 --- a/usr.bin/doscmd/cwd.c +++ b/usr.bin/doscmd/cwd.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/cwd.c,v 1.6.2.3 2002/04/25 11:04:50 tg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/doscmd/cwd.h b/usr.bin/doscmd/cwd.h index 16c74740beb1..797e777b4a7e 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.2.2 2002/04/25 11:04:50 tg Exp $ */ static inline u_char * diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c index 8c2a46f613e6..e05a6c69dd86 100644 --- a/usr.bin/doscmd/debug.c +++ b/usr.bin/doscmd/debug.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/debug.c,v 1.3.2.2 2002/04/25 11:04:50 tg Exp $"); #include <stdarg.h> diff --git a/usr.bin/doscmd/disktab.c b/usr.bin/doscmd/disktab.c index 3ab43b8b32fe..b6cda7322624 100644 --- a/usr.bin/doscmd/disktab.c +++ b/usr.bin/doscmd/disktab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/disktab.c,v 1.1.6.1 2002/04/25 11:04:50 tg Exp $"); /* XXX goaway (requires change to config.c) */ diff --git a/usr.bin/doscmd/dispatch.h b/usr.bin/doscmd/dispatch.h index b1932af9dc1d..b9f59e469efa 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.2.1 2001/08/02 02:17:15 obrien Exp $ */ /* diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c index 478c8ce665ab..955c96456de2 100644 --- a/usr.bin/doscmd/dos.c +++ b/usr.bin/doscmd/dos.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/dos.c,v 1.7.2.5 2002/04/25 11:04:50 tg Exp $"); #include <sys/ioctl.h> #include <sys/param.h> diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h index cc770f7d5088..c1cb164104a4 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.2.1 2002/04/25 11:04:51 tg Exp $ */ /* diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 333221b2e832..f14c6d6d96b4 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.11 2002/06/20 23:45:41 charnier Exp $ .\" .Dd January 30, 1995 .Dt DOSCMD 1 diff --git a/usr.bin/doscmd/doscmd.c b/usr.bin/doscmd/doscmd.c index c1da1d52a7c7..c16a1b5d4601 100644 --- a/usr.bin/doscmd/doscmd.c +++ b/usr.bin/doscmd/doscmd.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/doscmd.c,v 1.13.2.6 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h index e545c29c39d2..20be75313f78 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.2.1 2002/04/25 11:04:51 tg Exp $ */ diff --git a/usr.bin/doscmd/doscmd_loader.c b/usr.bin/doscmd/doscmd_loader.c index a3df6814c405..18ddf1b56cf9 100644 --- a/usr.bin/doscmd/doscmd_loader.c +++ b/usr.bin/doscmd/doscmd_loader.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/doscmd_loader.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/doscmd/ems.c b/usr.bin/doscmd/ems.c index 400781a6cf88..9571fc2f9cbc 100644 --- a/usr.bin/doscmd/ems.c +++ b/usr.bin/doscmd/ems.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/ems.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); /* * EMS memory emulation 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/emsdriv.sys.uu b/usr.bin/doscmd/emsdriv.sys.uu index a896efdc68db..0d5b922c1d0f 100644 --- a/usr.bin/doscmd/emsdriv.sys.uu +++ b/usr.bin/doscmd/emsdriv.sys.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/emsdriv.sys.uu,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $ begin 644 emsdriv.sys M_____P#`.`!#`$5-35A86%@P````````M`"``(``@`"``(``@`"``(``@`"` diff --git a/usr.bin/doscmd/emuint.c b/usr.bin/doscmd/emuint.c index 1bb4f86fe85e..c4a218fd26c6 100644 --- a/usr.bin/doscmd/emuint.c +++ b/usr.bin/doscmd/emuint.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/emuint.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/param.h> #include <ctype.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 c21960996517..fa36be1656f4 100644 --- a/usr.bin/doscmd/exe.c +++ b/usr.bin/doscmd/exe.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/exe.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/doscmd/i386-pinsn.c b/usr.bin/doscmd/i386-pinsn.c index f36c4791483f..9626d46d9c64 100644 --- a/usr.bin/doscmd/i386-pinsn.c +++ b/usr.bin/doscmd/i386-pinsn.c @@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/i386-pinsn.c,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/doscmd/int.c b/usr.bin/doscmd/int.c index 3974213d0770..d6cbee6d2e88 100644 --- a/usr.bin/doscmd/int.c +++ b/usr.bin/doscmd/int.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/int10.c b/usr.bin/doscmd/int10.c index 5f3892d71f0c..535448b157c6 100644 --- a/usr.bin/doscmd/int10.c +++ b/usr.bin/doscmd/int10.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int10.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include <unistd.h> diff --git a/usr.bin/doscmd/int13.c b/usr.bin/doscmd/int13.c index a52daea8f2b4..3afe60345a2e 100644 --- a/usr.bin/doscmd/int13.c +++ b/usr.bin/doscmd/int13.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int13.c,v 1.4.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <sys/types.h> diff --git a/usr.bin/doscmd/int14.c b/usr.bin/doscmd/int14.c index f4b3d5f33a2d..260ebf5656d4 100644 --- a/usr.bin/doscmd/int14.c +++ b/usr.bin/doscmd/int14.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int14.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <sys/types.h> diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c index 920cd15d1203..d860a317e278 100644 --- a/usr.bin/doscmd/int16.c +++ b/usr.bin/doscmd/int16.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int16.c,v 1.2.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "tty.h" diff --git a/usr.bin/doscmd/int17.c b/usr.bin/doscmd/int17.c index c5699b84d4d6..4180f45819d3 100644 --- a/usr.bin/doscmd/int17.c +++ b/usr.bin/doscmd/int17.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int17.c,v 1.4.2.3 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/doscmd/int1a.c b/usr.bin/doscmd/int1a.c index 0c5696882af1..51e0cdac6fb3 100644 --- a/usr.bin/doscmd/int1a.c +++ b/usr.bin/doscmd/int1a.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int1a.c,v 1.3.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/int2f.c b/usr.bin/doscmd/int2f.c index 4ac534902b2a..331dca3585ba 100644 --- a/usr.bin/doscmd/int2f.c +++ b/usr.bin/doscmd/int2f.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/int2f.c,v 1.3.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "dispatch.h" diff --git a/usr.bin/doscmd/intff.c b/usr.bin/doscmd/intff.c index a86bbc33a735..ce02232dd943 100644 --- a/usr.bin/doscmd/intff.c +++ b/usr.bin/doscmd/intff.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/intff.c,v 1.7.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/param.h> #include <ctype.h> diff --git a/usr.bin/doscmd/mem.c b/usr.bin/doscmd/mem.c index 540bb8f9919d..297304e521aa 100644 --- a/usr.bin/doscmd/mem.c +++ b/usr.bin/doscmd/mem.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/mem.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include <stdio.h> #include "doscmd.h" diff --git a/usr.bin/doscmd/mouse.c b/usr.bin/doscmd/mouse.c index 6d44789e28cd..0aef2b2d439f 100644 --- a/usr.bin/doscmd/mouse.c +++ b/usr.bin/doscmd/mouse.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/mouse.c,v 1.3.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "mouse.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 55e291a6067d..1f9dac83c4ed 100644 --- a/usr.bin/doscmd/net.c +++ b/usr.bin/doscmd/net.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/net.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/port.c b/usr.bin/doscmd/port.c index a65b1be7450d..8173e07baf91 100644 --- a/usr.bin/doscmd/port.c +++ b/usr.bin/doscmd/port.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/port.c,v 1.5.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <machine/sysarch.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/redir.com.uu b/usr.bin/doscmd/redir.com.uu index 58af948a786e..e26dd0d9b07c 100644 --- a/usr.bin/doscmd/redir.com.uu +++ b/usr.bin/doscmd/redir.com.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/doscmd/redir.com.uu,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $ begin 644 redir.com MM%+-(7(TB1Y*`8S`HTP!'K@&7<TAC-@?<B")-DX!HU`!4+0!BQ9*`8L>3`&+ 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 da40c1b90a2e..9fbabda4f559 100644 --- a/usr.bin/doscmd/setver.c +++ b/usr.bin/doscmd/setver.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/setver.c,v 1.2.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/signal.c b/usr.bin/doscmd/signal.c index 34937ec08666..458dc93f858c 100644 --- a/usr.bin/doscmd/signal.c +++ b/usr.bin/doscmd/signal.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/signal.c,v 1.6.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "trap.h" diff --git a/usr.bin/doscmd/timer.c b/usr.bin/doscmd/timer.c index eff7bb620f29..2daf631cb4b5 100644 --- a/usr.bin/doscmd/timer.c +++ b/usr.bin/doscmd/timer.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/timer.c,v 1.2.2.2 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" diff --git a/usr.bin/doscmd/trace.c b/usr.bin/doscmd/trace.c index a171dad9de9f..273cfb1665e5 100644 --- a/usr.bin/doscmd/trace.c +++ b/usr.bin/doscmd/trace.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/trace.c,v 1.3.2.1 2002/04/25 11:04:51 tg Exp $"); #include "doscmd.h" #include "trap.h" diff --git a/usr.bin/doscmd/trap.c b/usr.bin/doscmd/trap.c index dbf3960e0c01..92b55a0cafe0 100644 --- a/usr.bin/doscmd/trap.c +++ b/usr.bin/doscmd/trap.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/trap.c,v 1.7.2.1 2002/04/25 11:04:51 tg Exp $"); #include <machine/trap.h> diff --git a/usr.bin/doscmd/trap.h b/usr.bin/doscmd/trap.h index 853d2e7fe3bc..233538b252bf 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.2.1 2002/04/25 11:04:51 tg Exp $ */ #define CLI 0xfa diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index 685f1ba3b13c..2ed75274d855 100644 --- a/usr.bin/doscmd/tty.c +++ b/usr.bin/doscmd/tty.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/tty.c,v 1.8.2.2 2002/04/25 11:04:51 tg Exp $"); #include <sys/ioctl.h> #include <sys/time.h> diff --git a/usr.bin/doscmd/tty.h b/usr.bin/doscmd/tty.h index 0581dd1f1bf9..ac25aae7f885 100644 --- a/usr.bin/doscmd/tty.h +++ b/usr.bin/doscmd/tty.h @@ -23,7 +23,7 @@ * 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/tty.h,v 1.5.2.1 2002/04/25 11:04:51 tg Exp $ */ /* TTY subsystem XXX rewrite! */ diff --git a/usr.bin/doscmd/video.c b/usr.bin/doscmd/video.c index 204fd121052a..6c45a249ba2d 100644 --- a/usr.bin/doscmd/video.c +++ b/usr.bin/doscmd/video.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/video.c,v 1.5.2.1 2002/04/25 11:04:51 tg Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/doscmd/video.h b/usr.bin/doscmd/video.h index 25cf75339be9..95003fe9ce71 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.2.1 2002/04/25 11:04:51 tg Exp $ */ /* diff --git a/usr.bin/doscmd/vparams.h b/usr.bin/doscmd/vparams.h index dce902799f39..0a94c7dec5f7 100644 --- a/usr.bin/doscmd/vparams.h +++ b/usr.bin/doscmd/vparams.h @@ -29,7 +29,7 @@ * * BSDI vparams.h,v 2.2 1996/04/08 19:33:13 bostic Exp * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/doscmd/vparams.h,v 1.1.6.1 2002/04/25 11:04:51 tg Exp $ */ /* Collect some default parameters for the VGA emulator in this file. This is diff --git a/usr.bin/doscmd/xms.c b/usr.bin/doscmd/xms.c index 395d09a0cc4a..c8e5e6e73fca 100644 --- a/usr.bin/doscmd/xms.c +++ b/usr.bin/doscmd/xms.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/doscmd/xms.c,v 1.6.2.1 2002/04/25 11:04:51 tg Exp $"); /* * XMS memory manmagement 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 edbe569c653d..a5152bb26b84 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.9 2003/02/24 22:37:41 trhodes Exp $ .\" .Dd April 1, 1994 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 85953418fbed..91375bb15f1f 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.4 2002/12/12 16:29:39 trhodes Exp $"; #endif /* not lint */ diff --git a/usr.bin/ee/FREEBSD-upgrade b/usr.bin/ee/FREEBSD-upgrade index 9e012989ca16..46f8942a3d87 100644 --- a/usr.bin/ee/FREEBSD-upgrade +++ b/usr.bin/ee/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/ee/FREEBSD-upgrade,v 1.1.2.1 2001/06/10 11:06:06 sobomax Exp $ Hugh F. Mahon's EasyEditor originals can be found at: http://mahon.cwx.net/ diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index cc005422c27e..721b5603b238 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.4 2002/02/18 15:03:35 ru 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/README b/usr.bin/ee/README index d2584eca23da..6f46a5b8bea5 100644 --- a/usr.bin/ee/README +++ b/usr.bin/ee/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/ee/README,v 1.1.1.1.10.1 2001/06/10 11:06:06 sobomax Exp $ THIS MATERIAL IS PROVIDED "AS IS". THERE ARE NO WARRANTIES OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index bc4934d7ac43..3e8b5211a817 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.2.6 2002/06/20 23:45:45 charnier Exp $ .\" .Dd August 30, 1995 .Dt EE 1 diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index 9058a4a64154..ce8feebb5016 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.7 2003/07/14 07:29:56 maxim Exp $"; #endif /* not lint */ char *ee_copyright_message = diff --git a/usr.bin/ee/ee.i18n.guide b/usr.bin/ee/ee.i18n.guide index 97aa454c4cb1..81e29b661b96 100644 --- a/usr.bin/ee/ee.i18n.guide +++ b/usr.bin/ee/ee.i18n.guide @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/ee/ee.i18n.guide,v 1.1.1.1.8.1 2001/06/10 11:06:06 sobomax Exp $ Easy Editor ("ee") provides the ability to translate the messages displayed to the user and the commands entered. This is done via message diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index dd033be368f2..8b55e432187c 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.2.1 2001/06/10 11:06:06 sobomax 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.2.1 2001/06/10 11:06:06 sobomax Exp $"; #include "new_curse.h" #include <signal.h> diff --git a/usr.bin/ee/new_curse.h b/usr.bin/ee/new_curse.h index bbef58572a7b..11398ec2d43d 100644 --- a/usr.bin/ee/new_curse.h +++ b/usr.bin/ee/new_curse.h @@ -37,7 +37,7 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1995 Hugh Mahon | All are rights reserved. | - | $FreeBSD$ + | $FreeBSD: src/usr.bin/ee/new_curse.h,v 1.2.8.1 2001/06/10 11:06:06 sobomax Exp $ | */ diff --git a/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg b/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg index 80a99616df6e..c96dca9082f1 100644 --- a/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg +++ b/usr.bin/ee/nls/de_DE.ISO8859-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.ISO8859-1/ee.msg,v 1.9.2.1 2002/01/05 15:47:13 phantom Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/en_US.US-ASCII/ee.msg b/usr.bin/ee/nls/en_US.US-ASCII/ee.msg index ccefcc4b3e62..4e34b9fe3f1d 100644 --- a/usr.bin/ee/nls/en_US.US-ASCII/ee.msg +++ b/usr.bin/ee/nls/en_US.US-ASCII/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.US-ASCII/ee.msg,v 1.7.2.1 2002/01/05 15:47:13 phantom Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg b/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg index e93ff22dfa59..9bea3f95cb8a 100644 --- a/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg +++ b/usr.bin/ee/nls/fr_FR.ISO8859-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.ISO8859-1/ee.msg,v 1.10.2.1 2002/01/05 15:47:14 phantom Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg b/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg index 5eb2f50c8667..a041e3ec4e2a 100644 --- a/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg +++ b/usr.bin/ee/nls/pl_PL.ISO8859-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.ISO8859-2/ee.msg,v 1.5.2.1 2002/01/05 15:47:14 phantom Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg b/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg index 99aa34392ac8..79055ec1ca70 100644 --- a/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg +++ b/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg @@ -5,7 +5,7 @@ $ Based on uk_UA.KOI8-U translation by Olexander Kunytsa <kunia@istc.kiev.ua> $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg,v 1.1.2.1 2001/06/10 11:06:11 sobomax Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg b/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg index 1556d916742e..281414c56a24 100644 --- a/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg +++ b/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg,v 1.1.2.1 2001/06/10 11:06:11 sobomax Exp $ $ $ $set 1 diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index a87672b47e68..091adecd63b2 100644 --- a/usr.bin/enigma/Makefile +++ b/usr.bin/enigma/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/enigma/Makefile,v 1.3.6.3 2001/07/30 09:59:16 dd Exp $ PROG= enigma WARNS?= 2 diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index a72b22ea36c7..e431bc713927 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.2.2 2002/06/20 23:45:48 charnier Exp $ .\" " .Dd October 30, 1998 .Os diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index 6dc6e49d54c8..33cb9ae470e2 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/enigma/enigma.c,v 1.2.6.3 2001/08/01 23:51:34 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index ebfcca550bd1..1110d08f3105 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/env/Makefile,v 1.2.6.1 2001/08/02 02:25:58 obrien Exp $ PROG= env WARNS?= 2 diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 50a31b39392d..85c8e094c870 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/env/env.c,v 1.5.2.3 2002/06/26 08:23:36 tjr Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index c6b339c69fc2..5a9b0ebe2050 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/expand/Makefile,v 1.2.6.2 2002/07/09 10:42:30 tjr Exp $ PROG= expand MLINKS= expand.1 unexpand.1 diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 2f3e486d2e94..df1c16faf224 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.7 2003/02/25 00:54:13 trhodes Exp $ .\" .Dd April 21, 2002 .Dt EXPAND 1 diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 70e1247bb444..fc87d88452e4 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/expand/expand.c,v 1.5.2.6 2002/07/09 10:47:59 tjr Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a375..bf7de602bf5d 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.2.6 2001/12/14 15:53:29 ru Exp $ .\" .Dd June 6, 1993 .Dt FALSE 1 diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 979e23b6aabf..74edaae7f1ea 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.4 2003/01/09 11:54:58 des Exp $ MAINTAINER= des@freebsd.org PROG= fetch diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 905029b8db0e..c4e2231add56 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.12 2003/06/06 06:48:42 des Exp $ .\" .Dd June 28, 2000 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 00bcc7659ba6..3fa84d841903 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fetch/fetch.c,v 1.10.2.21 2003/06/06 06:48:42 des Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 0b9658a76aa8..4e09da4ad783 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Makefile,v 1.13.2.8 2003/03/16 04:47:04 obrien Exp $ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. # diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index 5c2342a4cfcc..d64a3a14803e 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/file/config.h,v 1.1.2.3 2003/03/16 04:47:04 obrien Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ 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 e9f6895ae249..dbc8c69dc5d6 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.2.10 2003/03/16 04:47:04 obrien Exp $ .\" $Id: file.man,v 1.44 2003/02/27 20:47:46 christos Exp $ .Dd February 27, 2003 .Dt FILE 1 "Copyright but distributable" diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 35d904bf4c9f..404bcb0fdfa3 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.2.8 2003/03/16 04:47:04 obrien Exp $ .\" .\" install as magic.4 on USG, magic.5 on V7 or Berkeley systems. .\" diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index e88a3bc346e5..40713d44d2d0 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.2.1 2001/04/25 11:29:19 ru Exp $ PROG= file2c diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index e77bdfd9b7d4..49b5c72e79c3 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.4 2001/08/16 13:16:48 ru 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 b59a09c59096..d418b04fce65 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.5 2003/01/22 03:26:34 peter Exp $ CFLAGS+=-Wall PROG= find diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index f200786159db..d909f1e617dc 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.4 2001/05/06 09:53:22 phk Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 70eb4c794b06..9ceb2d78fa74 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.21 2003/07/28 16:47:57 schweikh Exp $ .\" .Dd May 3, 2001 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index b10715bdd622..6a14c92d7ea5 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.3 2001/05/06 09:53:22 phk Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 025d5e692002..2658c4a9259c 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.7 2002/11/15 11:38:15 sheldonh Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 8d37d85db064..0c8747bff3dd 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.11 2002/11/15 11:38:15 sheldonh Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index 1531461d4a96..6870b7e91a24 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -12,7 +12,7 @@ /* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */ /* SUPPRESS 288 on yyerrlab *//* Label unused */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/find/getdate.y,v 1.2.4.1 2003/01/22 03:26:34 peter Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index e3d1cb09aa6c..9736a6205539 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.3 2002/03/12 19:34:50 phantom Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index ed5377c00fab..bad04a212ed6 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.2 2001/02/25 21:56:59 knu 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/operator.c b/usr.bin/find/operator.c index ab3708f6123f..a8feb8e3322e 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.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/find/operator.c,v 1.5.6.1 2001/05/06 09:53:22 phk Exp $ */ #ifndef lint diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index d13e2469c3a0..d5bd07a9f407 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.6 2003/02/22 16:33:24 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 983392b7a1e0..f71717e00a6a 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.2 2001/04/25 11:29:20 ru 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 8054ff404b96..cb2be5d140d6 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.3 2002/07/03 01:14:24 des Exp $ */ extern char tbuf[1024]; /* Temp buffer for anybody. */ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index d517497ec09b..be2c9a6ecd6d 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.12 2003/02/25 20:31:18 trhodes Exp $ .\" .Dd July 22, 2002 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index a695672bd1ac..4836cfcf56a5 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -57,7 +57,7 @@ static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/finger.c,v 1.15.2.9 2002/07/29 18:52:52 ume Exp $"); /* * Finger prints out information about users. It is not portable since 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..1a0086447a82 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.2.1 2002/07/03 01:14:24 des Exp $ */ typedef struct person { diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index f2e03f4b17b8..107c1b29f58c 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/lprint.c,v 1.10.2.5 2003/08/15 21:56:09 rwatson Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index c959d8c352f3..de7397aa493d 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/net.c,v 1.12.2.4 2002/12/16 08:41:28 roam Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/finger/pathnames.h b/usr.bin/finger/pathnames.h index 7c9ad19abcb6..d45c0dff6e90 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.3 2002/07/03 01:14:24 des Exp $ */ #ifndef PATHNAMES_H diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index a71f281cb509..46c7a1d20c95 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/sprint.c,v 1.11.2.6 2003/08/15 21:56:09 rwatson Exp $"); #include <db.h> #include <err.h> diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 00794c1c04db..180912dcddb5 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/util.c,v 1.8.2.7 2003/08/15 21:56:09 rwatson Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 385ecdeb3c2c..bbaa93bbb34b 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fmt/Makefile,v 1.3.6.1 2001/10/02 11:34:12 ru Exp $ PROG= fmt SRCS= fmt.c diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 4bf29bfa32c9..852bb1f8eb82 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.2.3 2002/06/21 15:26:55 charnier Exp $ .\" .\" Modified by Gareth McCaughan to describe the new version of `fmt' .\" rather than the old one. diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index f7ea0ab0ad5b..1b3aa75c360e 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -170,7 +170,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/fmt/fmt.c,v 1.12.2.2 2002/01/14 09:48:26 ru Exp $"; static const char copyright[] = "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n"; #endif /* not lint */ diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index c603487b963a..1c998e3de26d 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.2.6 2002/07/11 01:01:44 tjr Exp $ .\" .Dd April 17, 2002 .Dt FOLD 1 diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 49dbb0e81213..95b18fb3842d 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fold/fold.c,v 1.4.2.3 2002/07/11 01:01:44 tjr Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 827d62850ca6..30b07db20c7d 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.2.6 2002/07/15 06:17:55 keramida Exp $ .\" .Dd December 30, 1993 .Dt FROM 1 diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index a8dffbb9ba93..6867c4a7e17a 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.2.1 2000/10/06 08:19:19 ru 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 366476fffe2c..edb60da5bee1 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.3 2001/11/21 10:49:37 dwmalone Exp $ */ /* diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 00d282d3c79f..36ceb4eba9a9 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.7 2002/06/21 15:26:59 charnier Exp $ .\" .Dd February 25, 1994 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 3d8ee5d86e0a..30149bb8b151 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.7 2001/11/21 10:49:37 dwmalone 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 dc6a660a70a9..4d7b7071969e 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.2 2001/11/21 10:49:37 dwmalone 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 6bae8b2a3868..7e6f0cc76b01 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.4 2001/08/01 12:01:27 sheldonh 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 e4ef9dc8f16a..4c309a3068b6 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.4 2003/08/01 14:05:06 yar 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.4 2003/08/01 14:05:06 yar 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 ab8599110dcf..bd4af4b96e37 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.2.2 2002/08/27 09:55:08 yar 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.2.2 2002/08/27 09:55:08 yar 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 af18c7a2d6f9..37ec3ced2980 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.2.1 2001/11/25 18:28:06 iedowse 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.2.1 2001/11/25 18:28:06 iedowse 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 6e075b90983b..45901f674e82 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.3 2002/08/27 09:55:08 yar 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 2be7d33190b9..950e9fffa803 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.6 2002/10/19 12:50:26 roam 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 77bf1eb726fb..603ba2ed5b8c 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.7 2002/08/27 09:55:08 yar 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 a292157cc394..5934588f6672 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.6 2003/08/01 14:05:06 yar 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.6 2003/08/01 14:05:06 yar 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 a13e50b3cb80..c89926ad1cd9 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.2 2002/08/27 09:55:08 yar 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 491bdb9daf33..ed59325ba68f 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.4 2002/08/27 09:55:08 yar 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.4 2002/08/27 09:55:08 yar 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 bb41f4ebc308..a72dfe992fb0 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.4 2002/08/27 09:55:08 yar 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.4 2002/08/27 09:55:08 yar 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 1d57db90840c..bf5e6c5886d6 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.3 2001/07/11 23:59:11 obrien Exp $ */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 81f83d206811..4a47067ea994 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.2.5 2002/07/15 06:25:27 keramida Exp $ .\" .Dd April 18, 1994 .Dt GCORE 1 diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 2b7a39439cc9..0ccc94a061c7 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.2.2 2001/08/17 20:56:22 mikeh 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 b19b7308e233..376c06e94a23 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.2.1 2001/04/25 11:29:20 ru Exp $ TARGET_ARCH?= ${MACHINE_ARCH} diff --git a/usr.bin/genassym/genassym.8 b/usr.bin/genassym/genassym.8 index 3841a0b8b150..becce3f7f3f1 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.2.1 2000/12/08 15:13:37 ru 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 45a30271cd4e..6e6455c698d9 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.2.5 2001/12/14 15:53:30 ru Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index ead70d6e4a6c..765b2cfeb7d6 100644 --- a/usr.bin/gencat/gencat.c +++ b/usr.bin/gencat/gencat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/gencat/gencat.c,v 1.5.2.1 2001/12/17 12:09:35 phantom Exp $ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. diff --git a/usr.bin/gencat/gencat.h b/usr.bin/gencat/gencat.h index bf77b034ef7e..c148f81687a0 100644 --- a/usr.bin/gencat/gencat.h +++ b/usr.bin/gencat/gencat.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/gencat/gencat.h,v 1.2.12.1 2001/12/17 12:09:35 phantom Exp $ */ #ifndef GENCAT_H #define GENCAT_H diff --git a/usr.bin/gencat/genlib.c b/usr.bin/gencat/genlib.c index 185f2a029cbf..3266ede698e5 100644 --- a/usr.bin/gencat/genlib.c +++ b/usr.bin/gencat/genlib.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/gencat/genlib.c,v 1.8.6.3 2002/02/19 13:21:16 phantom Exp $ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. diff --git a/usr.bin/gensetdefs/Makefile b/usr.bin/gensetdefs/Makefile index 35dab52997f5..5bcb5757f2d8 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.2.1 2001/04/25 11:29:21 ru Exp $ TARGET_ARCH?= ${MACHINE_ARCH} diff --git a/usr.bin/gensetdefs/gensetdefs.8 b/usr.bin/gensetdefs/gensetdefs.8 index 9cf6ee79e746..3a16d7a933d9 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.2.2 2001/03/06 12:52:41 ru Exp $ .\" .Dd March 10, 1999 .Dt GENSETDEFS 8 diff --git a/usr.bin/gensetdefs/gensetdefs.c b/usr.bin/gensetdefs/gensetdefs.c index c6859cada8ce..3aeac54303dc 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.2.1 2003/07/19 19:01:15 imp Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index 8d8b11932bbf..cb7bde116fba 100644 --- a/usr.bin/getconf/Makefile +++ b/usr.bin/getconf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getconf/Makefile,v 1.3.2.2 2002/11/25 09:02:40 ru Exp $ PROG= getconf diff --git a/usr.bin/getconf/confstr.gperf b/usr.bin/getconf/confstr.gperf index 14ad5f2eb981..ede617313eb1 100644 --- a/usr.bin/getconf/confstr.gperf +++ b/usr.bin/getconf/confstr.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/confstr.gperf,v 1.4.2.1 2002/10/27 04:18:40 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/fake-gperf.awk b/usr.bin/getconf/fake-gperf.awk index 2705d6a03450..e2f1cdd010b3 100644 --- a/usr.bin/getconf/fake-gperf.awk +++ b/usr.bin/getconf/fake-gperf.awk @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getconf/fake-gperf.awk,v 1.2.2.1 2002/10/27 04:18:40 wollman Exp $ BEGIN { state = 0; struct_seen = ""; diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1 index 4fb7cefc7d31..17ce1646e10e 100644 --- a/usr.bin/getconf/getconf.1 +++ b/usr.bin/getconf/getconf.1 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/getconf/getconf.1,v 1.9.2.2 2003/02/25 20:31:18 trhodes Exp $ .\" .Dd September 18, 2002 .Dt GETCONF 1 diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 8bfeb93c4713..70ee190fbba1 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/getconf/getconf.c,v 1.6.2.1 2002/10/27 04:18:40 wollman Exp $"); #include <sys/types.h> diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h index 266a0ff3b051..558976c754a2 100644 --- a/usr.bin/getconf/getconf.h +++ b/usr.bin/getconf/getconf.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/getconf/getconf.h,v 1.4.2.1 2002/10/27 04:18:40 wollman Exp $ */ #ifdef STABLE diff --git a/usr.bin/getconf/limits.gperf b/usr.bin/getconf/limits.gperf index bb8ef0d09d87..9e72fce1653f 100644 --- a/usr.bin/getconf/limits.gperf +++ b/usr.bin/getconf/limits.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/limits.gperf,v 1.1.2.1 2002/10/27 04:18:40 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf index 60c05d45580d..cd00a35b1338 100644 --- a/usr.bin/getconf/pathconf.gperf +++ b/usr.bin/getconf/pathconf.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/pathconf.gperf,v 1.3.2.1 2002/10/27 04:18:40 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf index 64c9b4ca1998..a5c313d5407c 100644 --- a/usr.bin/getconf/progenv.gperf +++ b/usr.bin/getconf/progenv.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/progenv.gperf,v 1.1.2.1 2002/10/27 04:18:40 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf index 1c9d2bc28045..11b5a77868f8 100644 --- a/usr.bin/getconf/sysconf.gperf +++ b/usr.bin/getconf/sysconf.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/sysconf.gperf,v 1.4.2.1 2002/10/27 04:18:40 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 01dfa87e2935..d748f574d8d8 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.2.1 2001/04/25 11:29:22 ru Exp $ # PROG = getopt diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 09680ff21ea1..b1676856109b 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.2.5 2002/12/29 16:35:39 schweikh Exp $ .\" .Dd April 3, 1999 .Dt GETOPT 1 diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index c0d222125f10..2d7bc2cca705 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/getopt/getopt.c,v 1.4.2.2 2001/07/30 10:16:38 dd Exp $ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index b8a0f8dd3c18..51ca804eb75e 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gprof/Makefile,v 1.4.6.1 2002/02/18 16:16:56 ru Exp $ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ 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/elf.c b/usr.bin/gprof/elf.c index ed1aeb1447ee..e9338a2ad86c 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gprof/elf.c,v 1.2.2.1 2001/07/11 23:59:11 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 6ce58dbef440..48a2c351c264 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.2.8 2003/02/25 20:00:47 trhodes 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 262ad20cd193..4062ca364ba1 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.2.6 2002/07/15 06:33:12 keramida Exp $ .\" .Dd June 6, 1993 .Dt HEAD 1 diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 94d99f9f828a..8712b891b5a1 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.2.1 2002/02/16 12:29:04 dwmalone Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 4cd3cc5dc62f..cb3cb2f727fd 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/hexdump/Makefile,v 1.3.8.1 2001/04/25 11:29:22 ru Exp $ PROG= hexdump SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index eea03be7b309..a3d1a2d1a8e6 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -35,7 +35,7 @@ static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/conv.c,v 1.1.1.1.14.1 2002/07/23 14:27:06 tjr Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index f2eb93b11f90..0ef8d3f80365 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/display.c,v 1.4.2.2 2002/07/23 14:27:06 tjr Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index b53d47f85425..1716bf8953ac 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.2.9 2003/02/25 20:05:17 trhodes Exp $ .\" .Dd April 18, 1994 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 660a2d9e2584..284cb7396a7f 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/hexdump.c,v 1.4.2.2 2002/07/23 14:27:06 tjr Exp $"); #include <sys/types.h> #include <locale.h> diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index 360fe5da35ba..4c917f56aa5a 100644 --- a/usr.bin/hexdump/hexdump.h +++ b/usr.bin/hexdump/hexdump.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)hexdump.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/hexdump/hexdump.h,v 1.2.6.1 2002/07/23 14:27:06 tjr Exp $ */ typedef struct _pr { diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index fad2fa8edd76..fb58282ac79f 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/hexsyntax.c,v 1.8.2.1 2002/07/23 14:27:06 tjr Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index ed43c4ed20fb..21a6813ae9e6 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.2.5 2003/02/25 20:05:17 trhodes Exp $ .\" .Dd April 17, 2002 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 0a37d01ef336..d73029dd98be 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/odsyntax.c,v 1.8.2.1 2002/07/23 14:27:06 tjr Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index 25ef0329ded6..0fc6449974d8 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/parse.c,v 1.4.2.1 2002/07/23 14:27:06 tjr Exp $"); #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/Makefile b/usr.bin/id/Makefile index e505e7d3cbc0..66fc1efce040 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/id/Makefile,v 1.5.6.3 2001/12/20 12:09:03 ru Exp $ PROG= id WARNS?= 2 diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 59174426d6db..997a40ccfb2c 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.4 2001/08/16 13:16:50 ru Exp $ .\" .Dd June 6, 1993 .Dt GROUPS 1 diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index f132f46cf0e2..ad98ce86c465 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.3 2001/08/16 13:16:50 ru Exp $ .\" .Dd June 6, 1993 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index c0936f31c346..7f8ab86f6bb4 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.2.3 2001/12/20 12:09:03 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index 4f7cb533291a..4f985309f880 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.4 2001/08/16 13:16:50 ru Exp $ .\" .Dd June 6, 1993 .Dt WHOAMI 1 diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 3693e1e217a7..7f0e52f6cc6b 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.2.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index c0b77ab755d1..8bc4436f8fa5 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.2.6 2002/06/21 15:27:13 charnier Exp $ .\" .Dd July 1, 1993 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 71259a8b3fae..ed1eed656c31 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.6 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index cd644988715d..a174b4289a39 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -25,7 +25,7 @@ */ #if 0 -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/indent.h,v 1.1.2.1 2001/12/06 19:28:47 schweikh Exp $"); #endif void addkey(char *, int); diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index e1ff294e2576..4a5d28523a92 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_codes.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_codes.h,v 1.1.1.1.14.2 2001/12/06 19:28:47 schweikh Exp $ */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index f366560f9675..98873aaf3772 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_globs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_globs.h,v 1.2.2.2 2001/12/06 19:28:47 schweikh Exp $ */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index b8f7a56fb547..9e401e35a3a2 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.2.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 837471075c31..7fa1434e77ee 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/lexi.c,v 1.3.6.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #endif diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index c87d1d471486..fdf0d53740da 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/parse.c,v 1.3.2.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #endif diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 70c31aa1de35..a5b902ef2b67 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/pr_comment.c,v 1.1.1.1.14.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #endif #include <stdio.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 ee1e34874484..5b23a1850c31 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.5 2003/02/24 23:04:38 trhodes 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 d129d87f7cc2..5711b5303f44 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.2.4 2003/04/08 11:07:51 tjr Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 1de953b2023d..7f758ea02c8d 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.4 2003/04/08 11:01:34 tjr Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 15270d01f8f0..5857e791180d 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.5 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd April 18, 2002 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 59c37faf5f5d..48a5d4ad001c 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.2.1 2002/06/18 05:14:49 jmallett Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index a83c2159a264..12bbfe2874f8 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.2.6 2002/07/15 07:13:13 keramida Exp $ .\" .Dd June 6, 1993 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 70755d885c1a..5d50bebd4efe 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.3 2001/12/17 13:49:50 gallatin Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 060081c2899e..bfb6c603cf75 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.2.2 2002/07/23 09:16:07 ru Exp $ .PATH: ${.CURDIR}/../ktrace diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index 22f13c9304b3..ab9c37a2d4f8 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.2.2 2001/08/16 13:16:51 ru 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 a21a9335ed48..71e652098a3f 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.5 2002/11/15 18:22:31 ru 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 fb0e050afbdc..64d1d9834ec4 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.5 2001/12/14 15:53:30 ru Exp $ .\" .Dd July 8, 2000 .Dt KENV 1 diff --git a/usr.bin/kenv/kenv.c b/usr.bin/kenv/kenv.c index 4704d510fd2f..676a42bf4864 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.2 2001/12/19 04:52:15 dd Exp $ */ #include <sys/types.h> #include <sys/sysctl.h> diff --git a/usr.bin/key/Makefile b/usr.bin/key/Makefile index f68065764bd3..92353a28f3cc 100644 --- a/usr.bin/key/Makefile +++ b/usr.bin/key/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.6 (Berkeley) 3/5/91 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/key/Makefile,v 1.4.6.1 2001/04/25 11:29:23 ru Exp $ PROG= key SRCS= skey.c diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1 index 1e4988663b44..97019066b021 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.2.2 2001/03/06 12:52:43 ru Exp $ .\" .Dd December 2, 1991 .Dt KEY 1 diff --git a/usr.bin/key/skey.c b/usr.bin/key/skey.c index 6dc5a0ae1d90..ec4115cb375e 100644 --- a/usr.bin/key/skey.c +++ b/usr.bin/key/skey.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/key/skey.c,v 1.6.6.1 2001/03/04 08:35:48 kris Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/keyinfo/Makefile b/usr.bin/keyinfo/Makefile index 22fa872ede92..7bfb4176feee 100644 --- a/usr.bin/keyinfo/Makefile +++ b/usr.bin/keyinfo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.5 (Berkeley) 7/1/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keyinfo/Makefile,v 1.4.6.2 2001/11/06 03:36:33 imp Exp $ PROG= keyinfo DPADD= ${LIBSKEY} ${LIBCRYPT} ${LIBMD} diff --git a/usr.bin/keyinfo/keyinfo.1 b/usr.bin/keyinfo/keyinfo.1 index de001b223178..b011e9e2fbfe 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.2.2 2001/12/21 10:07:20 ru Exp $ .\" .Dd April 26, 1996 .Dt KEYINFO 1 diff --git a/usr.bin/keyinfo/keyinfo.c b/usr.bin/keyinfo/keyinfo.c index c3bf4052f773..f1aa49d95514 100644 --- a/usr.bin/keyinfo/keyinfo.c +++ b/usr.bin/keyinfo/keyinfo.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/keyinfo/keyinfo.c,v 1.3.4.1 2001/11/06 03:36:33 imp Exp $ */ #include <sys/param.h> diff --git a/usr.bin/keyinit/Makefile b/usr.bin/keyinit/Makefile index 4443e6b4941b..1bbcc9c5a8d4 100644 --- a/usr.bin/keyinit/Makefile +++ b/usr.bin/keyinit/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.6 (Berkeley) 3/5/91 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keyinit/Makefile,v 1.6.6.1 2001/04/25 11:29:24 ru Exp $ PROG= keyinit SRCS= skeyinit.c 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 16da68678f0b..cf617f2bd2be 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.2.2 2002/06/21 15:27:23 charnier 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 6d643c90d1ad..242a99c7b06a 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.2.2 2002/07/15 06:39:20 keramida 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 5888f0b1dd88..f700f1b7235c 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.11 2003/02/25 20:31:18 trhodes Exp $ .\" .Dd June 25, 1995 .Os diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index 60d63d9566be..03762b8c8695 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.4 2001/05/19 19:22:49 phk 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 728929649216..e44b19a41966 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.2.8 2002/06/21 15:27:30 charnier Exp $ .\" .Dd June 6, 1993 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 4a0b39fd7435..c562e0cff84c 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.3 2001/07/11 00:29:27 mikeh 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 eeeeb546db6c..77e78ddecd30 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.2.1 2001/04/25 11:29:25 ru Exp $ PROG= kzip MAN= kzip.8 diff --git a/usr.bin/kzip/kzip.8 b/usr.bin/kzip/kzip.8 index 8d48eafdbcda..f067c8433115 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.2.1 2000/12/27 13:50:36 ru 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/Makefile b/usr.bin/lam/Makefile index 616abb46bc19..bf9365b41136 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lam/Makefile,v 1.1.1.1.14.1 2001/08/11 03:03:19 mike Exp $ PROG= lam WARNS?= 2 diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 1852d6dcfdca..9d04799f787a 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.2.6 2002/06/21 15:27:34 charnier Exp $ .\" .Dd September 20, 2001 .Dt LAM 1 diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index ddccc7c0ccc2..d842ebd74984 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.3 2001/08/11 03:03:19 mike Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index f7e88115e9b1..a2cd45643513 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/last/Makefile,v 1.1.1.1.14.2 2001/08/01 23:54:27 obrien Exp $ PROG= last diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 3244017f85c1..3e68c4f9645e 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.2.9 2003/08/17 03:55:37 tjr Exp $ .\" .Dd August 17, 2003 .Dt LAST 1 diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 7c18aa55bdc2..56dc81250baf 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.12 2003/08/17 03:55:37 tjr Exp $ */ #ifndef lint diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index b44dfb881734..e91449f12014 100644 --- a/usr.bin/lastcomm/Makefile +++ b/usr.bin/lastcomm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lastcomm/Makefile,v 1.1.1.1.14.1 2001/10/01 12:51:15 dd Exp $ PROG= lastcomm WARNS?= 2 diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index a4808c59afac..8d41f1ece1b9 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.2.4 2002/06/21 15:27:39 charnier Exp $ .\" .Dd September 18, 1996 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 497c7fcecb81..80bbe6bc30ac 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -42,7 +42,7 @@ static const 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.2.3 2001/10/01 12:51:15 dd 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 a0918cf6572d..a325d0513d36 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.7 2002/06/21 15:27:41 charnier Exp $ .\" .Dd October 22, 1993 .Dt LDD 1 diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index fc204672f4a2..081a20e9b9ea 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ldd/ldd.c,v 1.18.2.7 2002/02/27 18:35:53 sobomax Exp $"; #endif /* not lint */ #include <sys/wait.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index 9b150ec5a9ff..f2c4b84e16cc 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ldd/sods.c,v 1.9.2.2 2001/07/11 23:59:11 obrien Exp $"; #endif /* not lint */ #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 6c33367b85ab..ba2bda71c3ba 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.5 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd April 28, 1995 .Dt LEAVE 1 diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index dbadc7e4f974..2963539189c0 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.2.2 2001/07/30 09:43:30 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index d9dd968c4e29..833f74981175 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.5 2003/02/02 10:04:50 johan 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/less/lesspipe.sh b/usr.bin/less/lesspipe.sh index 2cef2c5edb7a..335c4f8573a1 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -1,7 +1,7 @@ #! /bin/sh # ex:ts=8 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/lesspipe.sh,v 1.1.2.1 2003/03/16 04:48:44 obrien Exp $ case "$1" in *.Z) uncompress -c $1 2>/dev/null 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 b10bf6d5fa2b..6cc181c4bce2 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.2 2001/04/25 11:29:26 ru 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 479cda5339f3..eca02d6f244f 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.2.3 2002/07/22 14:21:52 ru 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 918039b857ca..fdcd5bb5bd65 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.2.6 2003/02/24 22:37:41 trhodes 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 97b08576be7d..88c272647138 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.10 2003/02/25 20:31:18 trhodes Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 0cbed2631827..4ddf4c6ee56e 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.3 2003/05/22 09:26:57 sheldonh 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 e44c51663e64..6e25d50bb02d 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.2.1 2001/03/04 08:46:46 kris Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 9a618da4e8fa..a1506b689fda 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.2.4 2002/08/07 16:32:01 ru 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 8e29355857b9..047a74b30320 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.2.1 2001/02/22 13:28:52 wosch Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 226aa42cd275..f424a8805b2a 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.2.5 2002/07/08 21:31:28 trhodes 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 0ee14f3050ab..1e85ea31b0c3 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.2.1 2001/03/04 08:47:25 kris 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 fa48bc8f174e..d87df7ade208 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.4 2003/02/25 20:31:18 trhodes 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 36559caeec57..80bb2506681e 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.2.1 2002/08/07 09:21:00 tjr 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 feaa32a27d51..26b02336af3f 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.2.1 2001/12/20 04:21:48 mikeh 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 c162c29124b4..a554d69fd2b4 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.2.4 2002/09/15 22:32:56 dd Exp $ .\" .Dd July 10, 2002 .Dt LOCK 1 diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 17f73128fd64..6b6cd0d378d5 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lock/lock.c,v 1.8.2.1 2002/09/15 22:32:56 dd Exp $"); /* * Lock a terminal up until the given key is entered or the given 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 9d067586b535..ff1adcc970a3 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.2.4 2002/06/21 15:27:51 charnier Exp $ .\" .Dd July 7, 1998 .Os 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/Makefile b/usr.bin/logger/Makefile index 48c52513500d..285b87f5a0f7 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/logger/Makefile,v 1.1.1.1.14.2 2001/12/19 04:49:11 dd Exp $ PROG= logger CFLAGS+=-DINET6 diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 1654bde7ac59..bb25e880a896 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.8 2003/05/25 20:06:57 brueffer Exp $ .\" .Dd June 6, 1993 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index bca1da0884b4..8a84a0abcbdb 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.3 2001/09/06 17:38:57 ru Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 970e591f92fd..3be8144a2a38 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.2.2 2001/07/16 07:02:39 markm Exp $ PROG= login SRCS= login.c login_access.c login_fbtab.c 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 ad1ca4beb7bf..917f9bb144e9 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.2.2 2002/06/21 15:27:56 charnier 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 7ce340b9aca5..e9050cc3c1bd 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.2.3 2003/02/25 20:45:08 trhodes Exp $ .\" .Dd April 30, 1994 .Dt LOGIN.ACCESS 5 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index ac21e463d821..aafe6c741bb4 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.15 2003/04/29 14:10:41 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index c3ca5ecdecf0..dee44cbb308c 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.4 2001/12/14 10:58:18 rwatson Exp $ */ /* SYNOPSIS void login_fbtab(tty, uid, gid) diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index 2f187e99e46f..7520871e1659 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.2 2001/08/16 13:16:57 ru Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index 1fdbf9da1510..667b64f13b9e 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.2.3 2002/06/21 15:27:58 charnier 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/Makefile b/usr.bin/lorder/Makefile index 61996824ef93..e6c7ddcc5db7 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lorder/Makefile,v 1.6.8.2 2001/04/25 14:04:22 ru Exp $ SCRIPTS=lorder.sh MAN= lorder.1 diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index e0bbaa559a33..eb2ed4fced2e 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.2.1 2002/06/21 15:28:00 charnier Exp $ .\" .Dd April 28, 1995 .Dt LORDER 1 diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 7e6de599ba68..283040de6f6f 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.2 2002/02/23 00:53:44 jhb 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 34cc78b4b011..8e17d074689c 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.2.1 2001/07/30 09:59:16 dd Exp $ PROG= lsvfs WARNS?= 2 diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 5c629d87a2ce..ff2e16c24a5b 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.3 2003/02/24 22:37:42 trhodes 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 0b53a2dee67d..98aac4454646 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.2.1 2001/07/30 09:59:16 dd Exp $ */ #define _NEW_VFSCONF diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 46fb32d2aeb1..64e63155a2b2 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/m4/Makefile,v 1.2.12.1 2002/07/15 02:06:15 jmallett Exp $ # -DEXTENDED # if you want the paste & spaste macros. diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 03fdf3126b9e..de8bc4a52d65 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: eval.c,v 1.44 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/eval.c,v 1.10.2.5 2002/07/15 02:06:15 jmallett Exp $"); /* * eval.c diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 98f0a3b09a7c..7964872b8a92 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/expr.c,v 1.3.12.1 2002/07/15 02:06:15 jmallett Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index 30d3b95334c4..467bd81e279e 100644 --- a/usr.bin/m4/extern.h +++ b/usr.bin/m4/extern.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/extern.h,v 1.3.6.3 2002/07/15 02:06:15 jmallett Exp $ */ /* eval.c */ diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 813b8af1ecea..e294ead4bb64 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/gnum4.c,v 1.7.2.1 2002/07/15 02:06:15 jmallett Exp $"); /* * functions needed to support gnu-m4 extensions, including a fake freezing diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index 2a3e5c7b83eb..9334960fdbb1 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/look.c,v 1.2.12.1 2002/07/15 02:06:15 jmallett Exp $"); /* * look.c diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 95d2e4afe014..701d42e08882 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/m4/m4.1,v 1.10.2.9 2003/04/26 14:29:55 schweikh Exp $ .\" .Dd April 17, 2002 .Dt M4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 0218924189c5..4b31e2002cf3 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -54,7 +54,7 @@ static char rcsid[] = "$OpenBSD: main.c,v 1.53 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/main.c,v 1.6.2.6 2002/07/15 02:06:15 jmallett Exp $"); /* * main.c diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index 31989181778b..2b02e219c438 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)mdef.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/mdef.h,v 1.3.12.2 2002/07/15 02:06:15 jmallett Exp $ */ #define MACRTYPE 1 diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 0eba9aa49919..bdcdc9e430c8 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: misc.c,v 1.27 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/misc.c,v 1.5.2.4 2002/07/15 02:06:15 jmallett Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 94e8164f07ab..698631d27524 100644 --- a/usr.bin/m4/pathnames.h +++ b/usr.bin/m4/pathnames.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/pathnames.h,v 1.1.1.1.14.2 2002/07/15 02:06:15 jmallett Exp $ */ /* diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 733aa5973d8a..8fc8661ee38f 100644 --- a/usr.bin/m4/stdd.h +++ b/usr.bin/m4/stdd.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)stdd.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/stdd.h,v 1.2.12.1 2002/07/15 02:06:15 jmallett Exp $ */ /* diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index 610ad3cc7a70..d0a4ac051a99 100644 --- a/usr.bin/m4/trace.c +++ b/usr.bin/m4/trace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/trace.c,v 1.6.2.1 2002/07/15 02:06:15 jmallett Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 491d06f97c50..35d2b21e6c82 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 1/25/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mail/Makefile,v 1.5.6.4 2002/08/07 16:32:01 ru Exp $ PROG= mail SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \ diff --git a/usr.bin/mail/USD.doc/mail5.nr b/usr.bin/mail/USD.doc/mail5.nr index 10e707cc3c0c..3ca7f31e5c00 100644 --- a/usr.bin/mail/USD.doc/mail5.nr +++ b/usr.bin/mail/USD.doc/mail5.nr @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail5.nr 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/USD.doc/mail5.nr,v 1.3.6.2 2002/03/15 19:46:42 mikeh Exp $ .\" .bp .sh 1 "Additional features" diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index fa820b4a94bd..bd6cdaadadd9 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/aux.c,v 1.4.6.4 2003/01/06 05:46:03 mikeh Exp $"); #include <sys/time.h> diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 5ec6d7a69e7a..8af6b2d45d7c 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd1.c,v 1.3.6.3 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 15cf04a47b82..e0f97f482351 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd2.c,v 1.5.6.3 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index c9b7c6ae57aa..78dacc656668 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd3.c,v 1.4.6.4 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index b350ccef746e..24a6ce9a317e 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmdtab.c,v 1.2.6.3 2003/01/06 05:46:03 mikeh Exp $"); #include "def.h" #include "extern.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 6a0926336c14..d66b3f34e92f 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/collect.c,v 1.4.6.3 2003/01/06 05:46:03 mikeh Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 3ef4ed0866d1..bd62a979714c 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -32,7 +32,7 @@ * * @(#)def.h 8.4 (Berkeley) 4/20/95 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/def.h,v 1.4.6.4 2003/01/06 05:46:03 mikeh Exp $ */ /* diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index d50c43a73b5f..44e1fea23e64 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/edit.c,v 1.2.6.4 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 9c3c7adfee44..f140bd2da9fe 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.2 (Berkeley) 4/20/95 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/extern.h,v 1.3.6.3 2003/01/06 05:46:03 mikeh Exp $ */ struct name *cat(struct name *, struct name *); diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index b00f48593ede..7361c7fe139e 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/fio.c,v 1.2.6.4 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <sys/file.h> diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 58519852aa93..fbaa428ae4fc 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/getname.c,v 1.1.1.1.14.3 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <pwd.h> diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index 5f1812a5af62..483534cff856 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -32,7 +32,7 @@ * * @(#)glob.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/glob.h,v 1.1.1.1.14.3 2003/01/06 05:46:03 mikeh Exp $ */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 90db9621075b..9ea00cecb95b 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/head.c,v 1.1.1.1.14.5 2003/06/17 04:25:07 mikeh Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 518c25b6a3e4..69759ee1880a 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/lex.c,v 1.5.6.5 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <errno.h> diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index abff92a928c9..3c6648367b1d 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)list.c 8.4 (Berkeley) 5/1/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/list.c,v 1.2.12.3 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <ctype.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index b2cc1c15fc0b..4123f390b0fa 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/mail.1,v 1.18.2.12 2003/01/06 05:46:03 mikeh Exp $ .\" .Dd April 28, 1995 .Dt MAIL 1 diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index c4d0704f899e..d4d862db9480 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/main.c,v 1.6.2.5 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index a4d64c642aea..5353f86d3f4a 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/names.c,v 1.4.6.3 2003/01/06 05:46:03 mikeh Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 57a2a0c00595..0c5cd00bfe18 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/pathnames.h,v 1.2.6.3 2003/01/06 05:46:03 mikeh Exp $ */ #define _PATH_EX "/usr/bin/ex" diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index b6dc30a39ac5..82f581a5f360 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/popen.c,v 1.2.6.3 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 4507c59e23b6..c004a597b780 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/quit.c,v 1.2.6.3 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 44bb25ef3694..2d5519bbe39e 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -32,7 +32,7 @@ * * @(#)rcv.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/rcv.h,v 1.1.1.1.14.3 2003/01/06 05:46:03 mikeh Exp $ */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 1addf07cd13c..a8f32f7cd980 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/send.c,v 1.5.6.5 2003/01/06 05:46:03 mikeh Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index d3a816fb081d..ba54559ba792 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/strings.c,v 1.2.6.3 2003/01/06 05:46:03 mikeh Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 0d7424e94daf..43e4a95da8b6 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/temp.c,v 1.6.2.3 2003/01/06 05:46:04 mikeh Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 6948d042488d..8d2525a6da70 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/tty.c,v 1.2.8.3 2003/01/06 05:46:04 mikeh Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 34f9d800aad7..949aa936c7a2 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/v7.local.c,v 1.2.8.3 2003/01/06 05:46:04 mikeh Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index ab171c159e1e..3356a739dcb7 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/vars.c,v 1.1.1.1.14.3 2003/01/06 05:46:04 mikeh Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index e41c25c08681..f3ac6d27d109 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/version.c,v 1.1.1.1.14.3 2003/01/06 05:46:04 mikeh Exp $"); /* * Just keep track of the date/sid of this version of Mail. diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 86f827db8cce..467aed5f3d31 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.2.1 2001/05/25 08:33:40 sobomax Exp $ PROG= make CFLAGS+= -I${.CURDIR} diff --git a/usr.bin/make/PSD.doc/stubs b/usr.bin/make/PSD.doc/stubs index 39d8defe2e14..9af9cf900949 100644 --- a/usr.bin/make/PSD.doc/stubs +++ b/usr.bin/make/PSD.doc/stubs @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/PSD.doc/stubs,v 1.1.2.1 2000/11/24 10:08:45 ru Exp $ .\" .de Ix .. diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index db2d04eb2fd1..009e3699f310 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.2.2 2000/11/24 10:08:45 ru Exp $ .\" .so stubs .EH 'PSD:12-%''PMake \*- A Tutorial' diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 23a2b2e6cd3c..2fc7a365fae0 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.2.1 2001/02/13 03:13:57 will 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 f3dbf2cdc22e..6b5e15d2f318 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.2.1 2003/07/22 08:03:13 ru 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 26721e1d0217..36cca55e2f6c 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.2.2 2003/10/08 08:14:22 ru 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 e3a3bd793f2b..089089844803 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.2 2001/02/13 03:13:57 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 79a376d2ade6..5d7d6e840d39 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.9 2003/04/15 14:37:35 ru Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fd475c87c05e..2a47a9a14058 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.15 2002/12/17 19:01:18 seanc 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 eb7bf1c7761c..f55b23dc81e3 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.2 2001/02/13 03:13:58 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 62f6f1fdccc0..862c4fb2647a 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.2.1 2002/12/26 14:36:38 ru 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 fc716131af50..58acbbdaed44 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.2.1 2002/06/17 04:30:48 jmallett Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index d3e10020c710..bada5cbe6b68 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.2.1 2001/03/09 01:13:24 tmm 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 5bcdda6e13c8..b5b070bb053b 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.2 2001/02/13 03:13:58 will Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 753cc15de0a3..80e7b486bc58 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.2.3 2002/02/27 14:18:57 cjc Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 77a29a15a005..2bfd5f190ef9 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.2.1 2001/12/14 15:53:30 ru 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 389c201d8666..c7b155a0656a 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.2.6 2003/02/24 22:37:42 trhodes Exp $ .\" .Dd October 27, 2002 .Dt MINIGZIP 1 diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 463466ca840a..8a6d152accb2 100644 --- a/usr.bin/mkdep/Makefile +++ b/usr.bin/mkdep/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkdep/Makefile,v 1.7.6.2 2001/04/25 14:04:25 ru Exp $ SCRIPTS= mkdep.gcc.sh MAN= mkdep.1 diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index 2364d4cd0110..a1ce3465f740 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.2.7 2002/12/29 16:35:40 schweikh 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 7ce479c82799..36394ee6bcb0 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.4 2002/06/21 15:28:15 charnier 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 777e045733d7..7faf67788c54 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.2.2 2001/04/25 11:29:28 ru Exp $ PROG= mklocale SRCS= yacc.y lex.l y.tab.h diff --git a/usr.bin/mklocale/extern.h b/usr.bin/mklocale/extern.h index a52c6b5b9015..bbc133f01fac 100644 --- a/usr.bin/mklocale/extern.h +++ b/usr.bin/mklocale/extern.h @@ -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/mklocale/extern.h,v 1.1.2.1 2002/10/23 17:18:39 ache Exp $ */ int yylex(void); 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 5fc2cc7d2c7e..af93d3fe569e 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.2.5 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd April 18, 1994 .Dt MKLOCALE 1 diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 424f77d610b1..09581fad7b3e 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mklocale/yacc.y,v 1.6.2.3 2003/06/03 21:15:48 ache Exp $"); #include <arpa/inet.h> diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 0e1bf3907e6d..82afb07dee3a 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.2.3 2002/07/15 07:10:07 keramida Exp $ .\" .Dd June 6, 1993 .Dt MKSTR 1 diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 55d602358b37..8d270b4cea98 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mkstr/mkstr.c,v 1.4.2.1 2002/11/16 01:07:42 tjr Exp $"); #include <err.h> #include <errno.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 684db7ad6d67..f85d18f72e6c 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mktemp/mktemp.1,v 1.7.2.8 2003/02/24 22:37:42 trhodes Exp $ .\" .Dd November 20, 1996 .Dt MKTEMP 1 diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index 3fe079f380b7..f007b913474d 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.6.1 2000/10/15 11:37:43 alex 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 9f6d125f297c..2afc2f0029f3 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.7 2002/07/15 07:19:24 keramida Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 841775c82502..eca33083ae8e 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.2 2003/02/11 21:31:56 mike 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 960153715c8c..c6d338f35d3b 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.8 2002/11/08 11:35:57 joerg Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 1372f561b1dd..6afad96ec321 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.2.3 2002/11/08 11:35:57 joerg 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 925c2b803ed9..14b8c59be39f 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.2.7 2002/10/23 08:10:00 roam Exp $ .\" .Dd December 16, 1997 .Dt CAL 1 diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 4d6c3c53453b..485ba4963520 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.2.3 2002/10/23 08:10:00 roam 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 0f37429fe53f..f2c9dfd7da6b 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.5 2001/08/16 13:16:58 ru Exp $ .Dd June 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 8795f29f3ad1..58221f1c065a 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.2.1 2001/04/25 11:29:29 ru Exp $ PROG= ncplogin MAN= ncplogin.1 ncplogout.1 diff --git a/usr.bin/ncplogin/ncplogin.1 b/usr.bin/ncplogin/ncplogin.1 index f44852687c2a..e485cb779473 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.8 2002/06/21 15:28:29 charnier Exp $ .Dd September 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 295708550150..aa3dd6733f28 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.6 2002/06/21 15:28:29 charnier Exp $ .Dd September 15, 1999 .Dt NCPLOGOUT 1 .Os diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 0b47e40780aa..1b89b64cf936 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.3 2001/08/10 09:07:08 ru 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 b2dd3829cedf..d546b9708949 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.2.2 2001/09/17 14:53:17 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 0b278c8328c7..a359a2e05a85 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.9 2001/09/17 14:35:46 ru Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 06a46f1adf48..6d502f0a0606 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.10 2003/08/24 09:04:19 hsu Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index af2382a64dc8..f262258f6e98 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.11 2001/09/17 14:53:17 ru Exp $ */ #ifndef lint diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index 2176458a328b..646044098e68 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.3 2001/08/10 09:07:09 ru Exp $ */ /* $NetBSD: inet.c,v 1.35.2.1 1999/04/29 14:57:08 perry Exp $ */ /* $KAME: ipsec.c,v 1.25 2001/03/12 09:04:39 itojun Exp $ */ @@ -70,7 +70,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.3 2001/08/10 09:07:09 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index e7a015579f82..286fb6d46a72 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.2.1 2001/08/10 09:07:09 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index 387c6331eacc..a665fdb4c82e 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.2.2 2001/09/17 14:53:17 ru Exp $ */ /******************************************************************************* Copyright IBM Corporation 1987 diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index be91eb80bb51..cfcd102dfb41 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.13 2003/08/24 09:04:19 hsu Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 34012209af4f..37da6a5fff8c 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.3 2001/08/10 09:07:09 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index a10d1be51ecf..5069aff81a12 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.5 2003/08/24 09:04:19 hsu Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 342a6895c5d5..dd679482c482 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.9 2002/07/09 04:05:20 suz Exp $ */ #ifdef INET6 diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index fb032e817e4e..ed863b64077e 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.2.2 2001/08/10 09:07:09 ru Exp $ */ #ifndef lint diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c8debc8feb84..c3a17d0b8b06 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.2.14 2003/08/24 09:04:19 hsu Exp $ .\" .Dd September 7, 2001 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 7baf7230696e..3d8ce2465eef 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.8 2003/08/24 09:04:19 hsu Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c index 1b924be30609..d6deb339a565 100644 --- a/usr.bin/netstat/ns.c +++ b/usr.bin/netstat/ns.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/ns.c,v 1.1.1.1.14.1 2001/08/10 09:07:09 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 9a0faaf9b8cf..202f5bb9ef71 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.14 2002/07/17 02:22:22 kbyanc Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index abc2a5d1476b..127902bf9e32 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.2.2 2001/08/10 09:07:09 ru Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index 560c02039e45..9f79d64d9cdb 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.2.1 2001/04/25 11:29:30 ru 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 39e40f03859a..d8d3b79226c9 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.2.1 2001/07/04 22:32:20 kris Exp $"; #endif /* diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8 index aa9e42cfb629..d5e4bd28dd8d 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.2.2 2001/07/22 12:40:28 dd 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/Makefile b/usr.bin/nfsstat/Makefile index cfe0e1efb432..1ace8eb2c2dc 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nfsstat/Makefile,v 1.1.1.1.14.1 2001/05/25 23:42:08 tmm Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= nfsstat diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 8eeae909c1a4..1d9fb6666378 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.2.1 2001/08/16 13:16:59 ru Exp $ .\" .Dd June 6, 1993 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index a68050c889f7..c02491942e9f 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.2.3 2001/06/06 20:25:58 tmm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index d6ef39711c68..0cb3b4c5b70d 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.2.7 2002/12/29 16:35:40 schweikh Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 527e3f0689b8..47c06be5a44f 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)nice.c 8.2 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/nice/nice.c,v 1.4.2.1 2002/06/18 08:40:28 tjr Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile index 9b1f292dfbee..4cea960c5514 100644 --- a/usr.bin/nl/Makefile +++ b/usr.bin/nl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nl/Makefile,v 1.1.2.1 2001/09/27 17:51:06 wollman Exp $ PROG= nl diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index c67c12e55fb8..6f71006533ee 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nl/nl.1,v 1.8.2.3 2002/07/15 06:18:43 tjr Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index 5fcfb2a6d9be..ce56194a4e8a 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -39,7 +39,7 @@ __COPYRIGHT( "@(#) Copyright (c) 1999\ The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/nl/nl.c,v 1.2.2.2 2002/07/15 06:18:43 tjr Exp $"); #endif #include <sys/types.h> diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile index bc28a5a27cc5..f4b33ab75608 100644 --- a/usr.bin/nm/Makefile +++ b/usr.bin/nm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nm/Makefile,v 1.3.6.1 2001/04/25 11:29:30 ru Exp $ PROG= nm BINDIR= /usr/libexec/aout diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 3b09f2d9e580..1717d4069567 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.2.3 2001/08/16 13:16:59 ru Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index deadd0e49aef..d752326b3f92 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.2.2 2001/08/16 13:16:59 ru Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index c18830dc4c3d..b7f2f766ee01 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.2.1 2001/03/04 08:54:10 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index e4f3ff9362c6..92a5ba82a93f 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.4 2001/08/16 13:16:59 ru Exp $ .\" .Dd July 19, 2001 .Dt NOHUP 1 diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 8d8df862d238..35a9036faac8 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.2 2001/08/02 01:45:45 obrien 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 c5575b481d43..4a25e5c0437c 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.2.4 2002/06/21 15:28:32 charnier 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 38fa24698bf5..8d09f9cdc343 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.2.4 2002/07/15 14:17:08 des Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 215c86b4511e..aa76d874153e 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.4 2002/07/15 14:17:08 des Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index b25b54a09ad3..9213d4226f93 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.2.4 2002/07/15 14:17:10 des Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index 6ca205d32252..95f6632c3b58 100644 --- a/usr.bin/pagesize/Makefile +++ b/usr.bin/pagesize/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/3/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pagesize/Makefile,v 1.5.8.2 2001/04/25 14:04:26 ru Exp $ SCRIPTS=pagesize.sh MAN= pagesize.1 diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index e4287e18cb0e..5fe7793c6138 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.2.3 2002/06/21 15:28:34 charnier 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 b3392936cc37..51c28485d840 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.2.3 2002/07/17 19:08:22 ru 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 91b8bf76bc40..2825b1d8aade 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.3 2002/03/24 09:00:11 cjc Exp $ */ #ifndef lint diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index b62bbbd15723..f76f1f624f72 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.5 2002/06/21 15:28:37 charnier Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 0e03109f6cda..7a0375ae1dfa 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.2.1 2001/03/12 10:48:08 assar Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/passwd/yp_passwd.c b/usr.bin/passwd/yp_passwd.c index fc60b07544eb..8cd8e9d86b34 100644 --- a/usr.bin/passwd/yp_passwd.c +++ b/usr.bin/passwd/yp_passwd.c @@ -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/passwd/yp_passwd.c,v 1.15.6.1 2002/02/15 00:46:56 des Exp $ */ #ifdef YP diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index f9a1dc376033..069c7b5f95ad 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.8 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd September 20, 2001 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 52a645889c55..a94d57109d8e 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/paste/paste.c,v 1.6.2.2 2002/07/14 15:16:00 tjr Exp $"); #include <sys/types.h> diff --git a/usr.bin/pathchk/Makefile b/usr.bin/pathchk/Makefile index b5bea85270aa..b120a480ce3a 100644 --- a/usr.bin/pathchk/Makefile +++ b/usr.bin/pathchk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pathchk/Makefile,v 1.1.2.1 2002/11/08 04:20:33 tjr Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index d9476526db77..cb8549fd05f1 100644 --- a/usr.bin/pathchk/pathchk.1 +++ b/usr.bin/pathchk/pathchk.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/pathchk/pathchk.1,v 1.2.2.4 2003/02/24 22:37:42 trhodes Exp $ .\" .Dd May 21, 2002 .Dt PATHCHK 1 diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index a0ef92a41f71..cd853ca37186 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pathchk/pathchk.c,v 1.2.2.1 2002/11/08 04:20:33 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index f103e0e7462a..6edcc8b95231 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.2.9 2002/07/15 07:29:05 keramida Exp $ .\" .Dd September 20, 2001 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 939493ef5bac..255b6c4ae21b 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.2.4 2002/04/15 17:16:57 jmallett Exp $ */ #ifndef lint diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index a4346c788dcc..f2994436af45 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.2.1 2002/03/12 19:40:01 phantom Exp $ */ /* diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index a30bb5bb319e..e1128d9075e8 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.10 2002/06/26 08:25:30 tjr Exp $ .\" .Dd June 6, 1993 .Dt PRINTENV 1 diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index c91c4e3f53c1..94da1bbb75da 100644 --- a/usr.bin/printf/Makefile +++ b/usr.bin/printf/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/printf/Makefile,v 1.1.1.1.14.1 2002/04/29 16:45:16 jmallett Exp $ PROG= printf diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index c9cb1d81adbe..0fc5c82d9e93 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.2.7 2002/07/15 07:37:49 keramida Exp $ .\" .Dd June 6, 1993 .Dt PRINTF 1 diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index e0d1591b50c4..59bd35c422aa 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -44,7 +44,7 @@ static char const copyright[] = static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/printf/printf.c,v 1.12.6.6 2002/04/29 16:45:16 jmallett Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 3c8565011358..9ee722c17891 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.8 2003/02/24 22:37:42 trhodes Exp $ .\" .Dd August 8, 2002 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index cd15631789d8..21dd2f3d3314 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -48,7 +48,7 @@ static const char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93"; * Disk quota reporting program. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/quota/quota.c,v 1.11.2.6 2003/08/10 16:53:21 das Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index d92341661064..5cc64347c2a2 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.2.1 2001/04/25 11:29:33 ru 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 cd33c0086594..afa354e493ad 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.2.3 2002/06/21 15:28:45 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.1aout b/usr.bin/ranlib/ranlib.1aout index cac26f8b04ed..ee08f4fa5e7e 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.2.1 2001/03/06 12:52:55 ru Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.5 b/usr.bin/ranlib/ranlib.5 index 3559a2633740..bf77daf2be04 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.2.1 2001/12/14 15:53:31 ru Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 5 diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 6177984705f7..2095d1ec64ae 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.2.1 2001/03/04 08:56:30 kris 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 ec8c6d5446f2..8673cdf07906 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.2.4 2001/12/21 10:07:20 ru 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/Makefile b/usr.bin/renice/Makefile index d5471379fe1e..3fc25680ddbc 100644 --- a/usr.bin/renice/Makefile +++ b/usr.bin/renice/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/renice/Makefile,v 1.2.14.1 2001/04/25 11:29:33 ru Exp $ PROG= renice MAN= renice.8 diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 6f604410f0d3..d86ac7e9a867 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.2.5 2002/06/17 23:58:46 tjr Exp $ .\" .Dd June 9, 1993 .Dt RENICE 8 diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index f9e7d9c8cc5c..7c1dab6fd43b 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.3 2002/06/17 23:58:46 tjr Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 68b00bf89c53..d3d11bfb1717 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.2.2 2001/03/06 12:52:55 ru Exp $ .\" .Dd June 9, 1993 .Dt REV 1 diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 8cf2debba23e..6940f8943ada 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.2.2 2002/07/19 18:03:41 ru Exp $ PROG= rlogin SRCS= rlogin.c diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 2b15e99b9a6d..020e5c37e574 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.2.7 2002/06/21 15:28:48 charnier Exp $ .\" .Dd June 6, 1993 .Dt RLOGIN 1 diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index 282c2533d2b9..ff2a6764adcd 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -47,7 +47,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.2.2 2002/07/19 18:03:41 ru Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index 67db97e13b4f..943fc9f317ed 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcgen/Makefile,v 1.5.6.1 2001/04/25 11:29:34 ru Exp $ PROG= rpcgen SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \ 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 ef80a4ced481..24b0545bfc2c 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.2.1 2003/08/03 11:07:06 mbr Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 140c608cdb81..49bbcf4443f1 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -26,7 +26,7 @@ * 2550 Garcia Avenue * Mountain View, California 94043 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_scan.c,v 1.4.8.1 2001/03/04 08:59:50 kris Exp $ */ #ident "@(#)rpc_scan.c 1.13 93/07/05 SMI" diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index eefb92e3fa34..c1d5d2790863 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rpcgen/rpc_svcout.c,v 1.6.6.1 2001/07/19 01:38:22 kris 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 13570cfba9da..89df7ed02b53 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.2.4 2002/06/21 15:28:50 charnier 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 d98d171168d0..d781b32b980d 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.2.1 2001/04/25 11:29:36 ru Exp $ PROG= rpcinfo MAN= rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index a32a526c906f..297642743d42 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.2.2 2002/06/21 15:28:53 charnier Exp $ .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 622ea819a0c2..804c9a525a47 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.2.1 2001/03/04 09:00:23 kris Exp $"; #endif /* diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 4187d8db882b..7127d835e2e9 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.2.5 2002/06/21 15:28:55 charnier Exp $ .\" .Dd December 30, 1993 .Dt RS 1 diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index 36d7c312c5be..10fdfc19af4f 100644 --- a/usr.bin/rs/rs.c +++ b/usr.bin/rs/rs.c @@ -48,7 +48,7 @@ static const char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93"; */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rs/rs.c,v 1.5.2.2 2002/08/03 00:48:43 tjr Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 0606056a8b9a..170ea8d3456d 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.2.1 2002/07/17 19:08:22 ru Exp $ PROG= rsh SRCS= rsh.c diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index ed02ea3c2144..a572edd23978 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.2.5 2002/06/21 15:28:58 charnier Exp $ .\" .Dd June 6, 1993 .Dt RSH 1 diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index d8674eefad7d..09b1e6b38a07 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.4 2002/09/17 15:34:41 nectar Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d329774b711..13aa67012223 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.2.1 2001/04/25 11:29:37 ru Exp $ PROG= rup diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index 0429279c348b..5d344c9a4f92 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.7 2002/06/21 15:29:00 charnier Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 9b61b5d9529b..92927d849316 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.2.2 2001/07/02 23:43:04 mikeh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index f15153aaeedd..898af13eb6c1 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.5 2002/06/21 15:29:03 charnier 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 6cb39acd29e4..bbe58376180f 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.2.1 2001/04/25 11:29:37 ru Exp $ PROG = rusers diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 15a5e3a11fba..8757f8c0487b 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.5 2001/08/16 13:17:02 ru Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 1838b5f8b650..ffd9bce9825a 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.2.1 2001/07/02 23:43:05 mikeh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index f402c0362329..688b99ed250e 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.2.1 2001/04/25 11:29:38 ru Exp $ PROG = rwall diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 5f999498f140..32a89441ce3a 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.4 2001/08/16 13:17:02 ru Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 6e0e515da7a3..1d795a1edec3 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.2.1 2001/02/18 02:27:54 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rwho/rwho.1 b/usr.bin/rwho/rwho.1 index 756a3eb24658..306af6203d7f 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.2 2001/08/16 13:17:02 ru Exp $ .\" .Dd June 6, 1993 .Dt RWHO 1 diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index b2c23632d7e5..3ef8723e618d 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.2.1 2002/03/12 19:49:09 phantom Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/sasc/INSTALL b/usr.bin/sasc/INSTALL index 24234f7ed2a4..212e39be5d4f 100644 --- a/usr.bin/sasc/INSTALL +++ b/usr.bin/sasc/INSTALL @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/sasc/INSTALL,v 1.2.6.1 2001/03/04 09:04:15 kris Exp $ To install the device driver, please do the following steps: diff --git a/usr.bin/sasc/sasc.1 b/usr.bin/sasc/sasc.1 index b8671ef15799..869a88921e5d 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.2 2000/12/19 16:22:26 ru 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 e455dfc1dcab..a2631f02bf8c 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.2.4 2002/06/21 15:29:06 charnier 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/Makefile b/usr.bin/sed/Makefile index 9d9886f3688c..bafe5d835ed3 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/Makefile,v 1.2.6.1 2002/06/26 16:49:28 obrien Exp $ PROG= sed SRCS= compile.c main.c misc.c process.c diff --git a/usr.bin/sed/TEST/hanoi.sed b/usr.bin/sed/TEST/hanoi.sed index 6a45deaa94c7..e9a81f8f22b3 100644 --- a/usr.bin/sed/TEST/hanoi.sed +++ b/usr.bin/sed/TEST/hanoi.sed @@ -1,7 +1,7 @@ # Towers of Hanoi in sed. # # @(#)hanoi.sed 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/hanoi.sed,v 1.1.1.1.14.1 2002/07/17 09:35:56 tjr Exp $ # # # Ex: diff --git a/usr.bin/sed/TEST/sed.test b/usr.bin/sed/TEST/sed.test index 793dbe313263..968d3be66948 100644 --- a/usr.bin/sed/TEST/sed.test +++ b/usr.bin/sed/TEST/sed.test @@ -34,7 +34,7 @@ # # @(#)sed.test 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/sed.test,v 1.2.8.1 2003/08/01 21:07:24 dds Exp $ # # sed Regression Tests diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index a97e01d8b296..ee6aa3bf645f 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/compile.c,v 1.13.2.8 2002/08/17 05:47:06 tjr Exp $"); #ifndef lint static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index df49f7e36ee0..04ae6cb60b74 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.4 2002/07/17 09:35:56 tjr Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 2ccc988be6e5..5caa52cdf0fa 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/main.c,v 1.9.2.7 2002/08/06 10:03:29 fanf Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index e04eae962da8..a81fde01d25d 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/misc.c,v 1.3.2.2 2002/07/17 09:35:56 tjr Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index d0fac865bad8..54181ac633de 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/process.c,v 1.10.2.10 2003/06/13 07:32:08 fanf Exp $"); #ifndef lint static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 1648ad756cab..5f31d94f9201 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.11 2003/08/01 21:10:37 dds Exp $ .\" .Dd May 7, 2002 .Dt SED 1 diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 9970eb5c3cef..321c877f01bd 100644 --- a/usr.bin/shar/Makefile +++ b/usr.bin/shar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/shar/Makefile,v 1.5.6.2 2001/04/25 14:04:29 ru Exp $ SCRIPTS=shar.sh MAN= shar.1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index d44fe6419f4b..486c8ffaea22 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.2.2 2001/08/16 13:17:03 ru Exp $ .\" .Dd June 6, 1993 .Dt SHAR 1 diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 59199098dda6..918a452e23b5 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/showmount/Makefile,v 1.3.14.1 2001/04/25 11:29:39 ru Exp $ PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index 3696eb552918..683d44eaba1f 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.3 2001/08/16 13:17:03 ru 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/Makefile b/usr.bin/size/Makefile index 55aefd9f4944..ddc18a8369ee 100644 --- a/usr.bin/size/Makefile +++ b/usr.bin/size/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/size/Makefile,v 1.3.6.1 2001/04/25 11:29:39 ru Exp $ PROG= size MAN= size.1aout diff --git a/usr.bin/size/size.1 b/usr.bin/size/size.1 index 30eea9651fba..945aef3fb425 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.2.2 2002/06/21 15:29:08 charnier 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/smbutil/Makefile b/usr.bin/smbutil/Makefile index 8db8db755535..cdd9adeeb57f 100644 --- a/usr.bin/smbutil/Makefile +++ b/usr.bin/smbutil/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/smbutil/Makefile,v 1.1.2.3 2001/12/20 16:28:30 sheldonh Exp $ PROG= smbutil SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c diff --git a/usr.bin/sockstat/Makefile b/usr.bin/sockstat/Makefile index 6d7ac602b0a5..3ce8f6d992de 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.2.2 2001/04/25 14:04:32 ru Exp $ MAINTAINER= des@freebsd.org SCRIPTS= sockstat.pl diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 809c6e103f8f..34ed3a66dd28 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.7 2001/08/16 13:17:04 ru Exp $ .\" .Dd April 13, 1999 .Dt SOCKSTAT 1 diff --git a/usr.bin/sockstat/sockstat.pl b/usr.bin/sockstat/sockstat.pl index 38a7b7a973c8..d6df8f13eb9f 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.6 2003/05/05 06:44:26 murray Exp $ # use strict; diff --git a/usr.bin/soelim/soelim.1 b/usr.bin/soelim/soelim.1 index 2f858951fbb2..3bed7c14bc27 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.2.3 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd June 6, 1993 .Dt SOELIM 1 diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index 2f13c7791c5d..361ca5d722aa 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.2 2001/07/30 10:16:46 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index d176fdd7d457..e03f2d0be1d5 100644 --- a/usr.bin/split/Makefile +++ b/usr.bin/split/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/split/Makefile,v 1.2.2.2 2002/07/25 12:33:01 tjr Exp $ PROG= split diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 03c87851171e..2586e6d8374c 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.2.6 2003/04/21 21:16:25 andreas Exp $ .\" .Dd April 16, 1994 .Dt SPLIT 1 diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index 0e5361150a56..693e678a7ae3 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/split/split.c,v 1.6.2.2 2002/07/25 12:46:36 tjr Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index 04b3f022c321..affaaa00ebe5 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/strings/Makefile,v 1.3.6.1 2001/04/25 11:29:40 ru Exp $ PROG= strings MAN= strings.1aout diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1 index 94b6bce16ad0..ac8b0f1ddde5 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.2.3 2002/06/21 15:29:13 charnier Exp $ .\" .Dd June 6, 1993 .Dt STRINGS 1 diff --git a/usr.bin/strings/strings.1aout b/usr.bin/strings/strings.1aout index 1e25258f80b7..d51c680abc5f 100644 --- a/usr.bin/strings/strings.1aout +++ b/usr.bin/strings/strings.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strings.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/strings/strings.1aout,v 1.2.6.1 2001/08/16 13:17:04 ru Exp $ .\" .Dd June 6, 1993 .Dt STRINGS 1 diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 128292f22b4d..85e08849b1f2 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.2.1 2001/03/04 09:05:54 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index 204ef7c34c21..e4ef5f5e921a 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/strip/Makefile,v 1.10.6.3 2002/08/07 16:32:01 ru Exp $ PROG= strip MAN= strip.1aout diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index bc344cb03f4c..ce16eeb371e1 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.2.1 2002/06/21 15:29:16 charnier 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 8ae66a8ddcbd..d4620cd27722 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.2.2 2002/07/17 19:08:23 ru Exp $ PROG= su SRCS= su.c diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index f6fcf08deac0..62fc657108c4 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.6 2002/06/21 15:29:18 charnier Exp $ .\" .Dd April 18, 1994 .Dt SU 1 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 6b6750923404..0f79bde97717 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.2.4 2002/06/16 21:04:15 nectar Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/symorder/symorder.1 b/usr.bin/symorder/symorder.1 index ed54ece89fe5..c9b3dd51cee9 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.2.3 2001/08/16 13:17:05 ru 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/Makefile b/usr.bin/systat/Makefile index 935d4b8483a3..0f214f0d4494 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/systat/Makefile,v 1.7.6.1 2003/08/15 15:09:52 dwmalone Exp $ PROG= systat CFLAGS+=-I${.CURDIR}/../../sys 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 bec9d4feebe2..549ef46bc19c 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.2.1 2003/08/15 15:09:52 dwmalone 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/extern.h b/usr.bin/systat/extern.h index b0bdc98f9647..15964ae0ad1e 100644 --- a/usr.bin/systat/extern.h +++ b/usr.bin/systat/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/extern.h,v 1.7.6.2 2003/08/15 15:09:52 dwmalone Exp $ */ #include <sys/cdefs.h> 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/icmp6.c b/usr.bin/systat/icmp6.c index c02819ffdd6d..624564d03629 100644 --- a/usr.bin/systat/icmp6.c +++ b/usr.bin/systat/icmp6.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/icmp6.c,v 1.1.2.1 2003/08/15 15:09:52 dwmalone Exp $"); #ifdef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; 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 6616b2ad013e..efec8cc00f83 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.2.1 2001/04/25 12:42:18 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index a88c5b48c2e6..0c118720c07d 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/ip6.c,v 1.1.2.1 2003/08/15 15:09:52 dwmalone Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index c059874a2ecb..0628350fea12 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.2.1 2001/06/06 20:26:01 tmm 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 ad977f96d222..30f5aa41d4f3 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.2.1 2003/08/15 15:09:52 dwmalone Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 5e2205c50a56..4d307cf4c732 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.2 2001/07/04 22:54:14 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 0ebd228197f5..ac38ad348397 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.2.10 2003/08/15 15:09:52 dwmalone 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 7686cb32b254..939c14a9c6fc 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.4 2002/03/12 19:50:23 phantom Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index 8c549a9f0bdc..d868034db6d7 100644 --- a/usr.bin/tail/extern.h +++ b/usr.bin/tail/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tail/extern.h,v 1.4.6.2 2001/12/19 20:29:29 iedowse Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 96208900d850..97fa85f544a3 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/forward.c,v 1.11.6.8 2003/08/17 10:08:07 dg Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 275acb9df241..2473234a1070 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/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/tail/misc.c,v 1.4.8.2 2001/04/18 09:32:08 dwmalone Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index c52644ae4120..16d926757513 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/read.c,v 1.6.8.1 2001/01/24 08:41:14 ru Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 83d21d9b00dd..2341d19be2c4 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.2.3 2001/12/19 20:29:31 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 482f42075919..e81e6c343c90 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.2.4 2002/07/15 07:46:27 keramida Exp $ .\" .Dd June 6, 1993 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index aaa6b0c5a0f3..1b109c80b930 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tail.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/tail.c,v 1.6.2.2 2001/12/19 20:29:31 iedowse Exp $"; #endif /* not lint */ #include <sys/types.h> 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 004d7507348b..3a8a47b90276 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.2.1 2003/07/04 20:51:56 luigi 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 7fb341a30505..9429abaa55b8 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.2.1 2001/07/30 10:31:29 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 850bdf4392d4..8222927a6b1b 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.2.1 2001/07/30 10:31:29 dd Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index 1fdec29c54aa..dacfa982ef1e 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.2.1 2000/10/05 17:40:38 ru Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index fa94890cec07..f1355e7edc4b 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.2 2001/10/15 13:42:07 dd 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 18965c9b4d6d..2d1af08cfbb0 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.2.6 2003/07/04 20:51:56 luigi 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 1e52bebc7a76..ae00c16da801 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.2.6 2002/06/21 15:29:26 charnier Exp $ .\" .Dd February 1, 1992 .Dt TCONV 1 diff --git a/usr.bin/tconv/tconv.c b/usr.bin/tconv/tconv.c index f61f8d24f022..713730f9755b 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.2.1 2001/03/04 09:07:50 kris Exp $"; #endif /* the right margin of the output */ diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index c88dcd051992..3216a41ed63b 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.2.5 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd April 17, 1994 .Dt TCOPY 1 diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 7d8abfbdacfe..c24c14286916 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.2.1 2002/11/07 17:54:42 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index 4da4347d1775..0d742e32eafc 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.2 2001/08/16 13:17:06 ru 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 a8c835161a32..f6783244761c 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/telnet/Makefile,v 1.14.2.2 2002/04/13 11:03:30 markm Exp $ PROG= telnet diff --git a/usr.bin/telnet/README b/usr.bin/telnet/README index 5bec40d8848a..6b4a940606e9 100644 --- a/usr.bin/telnet/README +++ b/usr.bin/telnet/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/telnet/README,v 1.1.1.2.6.1 2001/03/04 09:10:39 kris Exp $ This is a distribution of both client and server telnet. These programs have been compiled on: diff --git a/usr.bin/telnet/authenc.c b/usr.bin/telnet/authenc.c index 07455df1bee8..d14ec27df4e6 100644 --- a/usr.bin/telnet/authenc.c +++ b/usr.bin/telnet/authenc.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/authenc.c,v 1.2.14.1 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)authenc.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index d59d8d018c11..1a9ac8d5af3a 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/commands.c,v 1.21.2.6 2002/11/30 05:35:13 eric Exp $"); #ifndef lint static const char sccsid[] = "@(#)commands.c 8.4 (Berkeley) 5/30/95"; diff --git a/usr.bin/telnet/defines.h b/usr.bin/telnet/defines.h index 840666deacb6..1507e700c4dc 100644 --- a/usr.bin/telnet/defines.h +++ b/usr.bin/telnet/defines.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defines.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/telnet/defines.h,v 1.1.1.1.14.1 2002/04/13 11:07:13 markm Exp $ */ #define settimer(x) clocks.x = clocks.system++ diff --git a/usr.bin/telnet/externs.h b/usr.bin/telnet/externs.h index 1129817a329d..c3f6219ea25a 100644 --- a/usr.bin/telnet/externs.h +++ b/usr.bin/telnet/externs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)externs.h 8.3 (Berkeley) 5/30/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/telnet/externs.h,v 1.5.2.2 2002/04/13 11:07:13 markm Exp $ */ #ifndef BSD diff --git a/usr.bin/telnet/main.c b/usr.bin/telnet/main.c index 5c7366412ca8..465a1cce64ef 100644 --- a/usr.bin/telnet/main.c +++ b/usr.bin/telnet/main.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/main.c,v 1.10.2.5 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)main.c 8.3 (Berkeley) 5/30/95"; diff --git a/usr.bin/telnet/network.c b/usr.bin/telnet/network.c index 554db4f24d98..5c91c055819d 100644 --- a/usr.bin/telnet/network.c +++ b/usr.bin/telnet/network.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/network.c,v 1.2.14.1 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93"; diff --git a/usr.bin/telnet/ring.c b/usr.bin/telnet/ring.c index ac415a9073dc..d7ae9228e983 100644 --- a/usr.bin/telnet/ring.c +++ b/usr.bin/telnet/ring.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/ring.c,v 1.3.6.1 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)ring.c 8.2 (Berkeley) 5/30/95"; diff --git a/usr.bin/telnet/ring.h b/usr.bin/telnet/ring.h index 1d8f54c1e128..1ec59402c043 100644 --- a/usr.bin/telnet/ring.h +++ b/usr.bin/telnet/ring.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ring.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/telnet/ring.h,v 1.2.14.1 2002/04/13 11:07:13 markm Exp $ */ #if defined(P) diff --git a/usr.bin/telnet/sys_bsd.c b/usr.bin/telnet/sys_bsd.c index fca026df5738..ac34cb126f5f 100644 --- a/usr.bin/telnet/sys_bsd.c +++ b/usr.bin/telnet/sys_bsd.c @@ -35,7 +35,7 @@ #include <stdlib.h> #include <err.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/sys_bsd.c,v 1.5.6.1 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95"; diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index a318abfc22cf..cb7d39893e6a 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.12 2002/12/29 16:35:40 schweikh Exp $ .\" .Dd January 27, 2000 .Dt TELNET 1 diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c index a570a8609680..286a13309ffb 100644 --- a/usr.bin/telnet/telnet.c +++ b/usr.bin/telnet/telnet.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/telnet.c,v 1.8.2.3 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95"; diff --git a/usr.bin/telnet/terminal.c b/usr.bin/telnet/terminal.c index 14eb0ff1c598..511698065c4a 100644 --- a/usr.bin/telnet/terminal.c +++ b/usr.bin/telnet/terminal.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/terminal.c,v 1.3.6.1 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)terminal.c 8.2 (Berkeley) 2/16/95"; diff --git a/usr.bin/telnet/utilities.c b/usr.bin/telnet/utilities.c index 8ea888e54461..e223359f1212 100644 --- a/usr.bin/telnet/utilities.c +++ b/usr.bin/telnet/utilities.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/telnet/utilities.c,v 1.3.12.1 2002/04/13 11:07:13 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95"; diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 71c0342fed70..9c7cd82473b6 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.2.3 2002/05/14 22:08:07 bsd 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 b7d4f21ca6c1..8f777315449d 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.2.7 2002/06/21 15:29:33 charnier Exp $ .\" .Dd April 18, 1994 .Dt TFTP 1 diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 74aa7d4475d6..b621d70a0674 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.2.3 2002/05/14 22:08:07 bsd 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 35b568b9b3d3..ac9d3e340493 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.2.1 2002/04/26 17:22:43 ume 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 9b879093681a..f8b4814f2e83 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.2.5 2002/12/29 16:35:40 schweikh Exp $ .\" .Dd June 6, 1993 .Dt TIME 1 diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 88178a390fa6..78e5dca6ffe6 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.2.5 2002/06/28 08:35:15 tjr Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/libacu/Makefile b/usr.bin/tip/libacu/Makefile index a6f671c3cf9d..ff9ed8d5c453 100644 --- a/usr.bin/tip/libacu/Makefile +++ b/usr.bin/tip/libacu/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/libacu/Makefile,v 1.3.12.1 2002/07/19 18:46:29 ru Exp $ LIB= acu INTERNALLIB= YES 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/Makefile b/usr.bin/tip/tip/Makefile index 5b67c367039d..5e8d459cbf77 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/tip/Makefile,v 1.10.6.3 2002/07/17 13:25:19 ru Exp $ # # Files are: # /etc/remote remote host description file 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 1675e200d357..bd11088bb721 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.2.5 2001/08/16 13:17:07 ru 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 e2b13df362e2..a9be11682147 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.7 2002/06/21 15:29:35 charnier 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 1f910e5cd3c5..8d6f7da3b444 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.2 2001/06/02 08:08:24 phk 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 67932f6f4045..e045f4979db9 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.2 2001/06/02 08:08:24 phk 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/Makefile b/usr.bin/top/Makefile index b1c89fa26b9a..6b7ff2f88e5c 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/top/Makefile,v 1.5.6.2 2002/08/11 17:09:54 dwmalone Exp $ PROG= top TOPDIR= ${.CURDIR}/../../contrib/top diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index d1a917886027..825358536c7d 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.2.2 2001/07/31 20:27:05 tmm Exp $ */ diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 73e537ae5c6c..8addf85f7f35 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.3 2001/08/16 13:17:07 ru Exp $ .\" .Dd April 28, 1995 .Dt TOUCH 1 diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 28093a5a3503..8558ffe1ba01 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/touch/touch.c,v 1.11.2.2 2002/07/28 06:52:15 eric Exp $"); #ifndef lint static char copyright[] = diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 143dc651e135..83cf562c3d58 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tput/Makefile,v 1.3.6.1 2001/04/25 14:04:33 ru Exp $ PROG= tput DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index d8b1bc66f690..5d108d0f36b9 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.2.3 2001/08/16 13:17:08 ru Exp $ .\" .Dd March 19, 1994 .Dt TPUT 1 diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index 86bc2bea01e7..d545effecd96 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)tput.c 8.2 (Berkeley) 3/19/94"; #endif static char rcsid[] = -"$FreeBSD$"; +"$FreeBSD: src/usr.bin/tput/tput.c,v 1.7.6.3 2002/08/17 14:52:50 tjr Exp $"; #endif /* not lint */ #include <termios.h> diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index 356f0251eaea..ab4357f8ee25 100644 --- a/usr.bin/tr/extern.h +++ b/usr.bin/tr/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tr/extern.h,v 1.2.6.2 2002/07/29 12:59:33 tjr Exp $ */ #include <limits.h> diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index fee1824dfa55..df4290dd7cec 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/str.c,v 1.10.2.2 2002/07/29 12:59:33 tjr Exp $"); #ifndef lint static const char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index b1ac00c07b87..adf44f033779 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.2.7 2002/07/29 12:59:33 tjr Exp $ .\" .Dd October 11, 1997 .Dt TR 1 diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index c74e1d0502cd..781d26996187 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/tr.c,v 1.8.2.2 2002/07/29 12:59:33 tjr Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 58d3a0236878..55abb2cafd0a 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.2.5 2002/06/21 15:29:38 charnier 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 6c1d65784c29..23f91f9a15bd 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.7 2001/08/16 13:17:08 ru Exp $ .\" .Dd July 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 679f6940a380..6f109d6ab0a2 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.2.2 2002/07/23 09:18:30 ru 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 d6ff912b1ef7..a0eae0eb137e 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.2 2001/10/29 20:12:56 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h index 90bf46e3f8f1..073e22ab43f4 100644 --- a/usr.bin/truss/extern.h +++ b/usr.bin/truss/extern.h @@ -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/truss/extern.h,v 1.1.2.1 2002/02/15 11:43:51 des Exp $ */ extern int setup_and_wait(char **); diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index 57641c33abc3..53ebaaaabf0e 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.2 2001/10/29 20:12:56 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index 9c297b6b8814..a8f9807d5c61 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.4 2002/02/15 11:43:51 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index 763c5dfbcae8..4d73af1c549f 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.2.3 2002/05/16 23:41:23 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index 115ba152720e..255bd3e26afb 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.2.2 2002/02/15 11:43:51 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index 815ae59e43bb..560cdf93baa5 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.3 2002/02/15 11:43:51 des 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 53ef85b19819..37feaba55237 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.6 2003/04/14 18:24:38 mdodd Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index f2a99cc79c03..cb33d86fb7a2 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.2.6 2002/06/21 15:29:40 charnier Exp $ .\" .Dd November 23, 1997 .Dt TRUSS 1 diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h index 8cce22873391..7acde941d070 100644 --- a/usr.bin/tset/extern.h +++ b/usr.bin/tset/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/9/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tset/extern.h,v 1.6.2.1 2000/11/12 07:48:29 dg Exp $ */ #include <termcap.h> 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 515a87da16a5..f929ec92b007 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.2.1 2000/11/12 07:48:29 dg 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 db72715ccdc3..db2d15e91a1c 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.2.5 2003/02/24 22:37:42 trhodes Exp $ .\" .Dd June 9, 1993 .Dt TSET 1 diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index 7a7ca82eb8c1..a54d47c66818 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.2.1 2000/11/12 07:48:29 dg 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 30de00a71486..910c168b95d6 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.2.3 2002/07/15 08:02:19 keramida Exp $ .\" .Dd April 1, 1994 .Dt TSORT 1 diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 746ea4f3f888..4c6538fecec4 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.2.1 2001/03/04 09:18:23 kris Exp $ */ #ifndef lint diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 357432f2f849..4f6c8332e22c 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.2.1 2002/06/21 15:29:47 charnier Exp $ .\" .Dd June 6, 1993 .Dt TTY 1 diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 5753e34069f5..0311ca6c4b50 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.2.1 2001/07/30 10:16:47 dd 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 4256417676f9..2c58cede86fd 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.7 2002/06/21 15:29:49 charnier 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 2deb3025ffec..278a4539e7b4 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.2.4 2002/06/21 15:29:52 charnier 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 aa9f49f3ba99..21fc1f2dbb76 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.2.4 2002/10/17 07:47:29 jmallett Exp $ .\" .Dd September 18, 2002 .Dt UNAME 1 diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index a80d4f30ea2b..e2d2449c2a76 100644 --- a/usr.bin/uname/uname.c +++ b/usr.bin/uname/uname.c @@ -34,7 +34,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uname/uname.c,v 1.4.6.2 2002/10/17 07:47:29 jmallett Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index 5a25126e0c06..96eb2d1b351b 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unexpand/Makefile,v 1.1.1.1.14.1 2002/07/09 10:35:16 tjr Exp $ PROG= unexpand NOMAN= noman diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index 28e61137e916..b2d2202fb56a 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unexpand/unexpand.c,v 1.5.2.3 2002/10/11 11:33:23 tjr Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index de6c53a91091..72482ddb71eb 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.1.1.1.14.3 2003/01/29 21:46:39 fanf Exp $ MAINTAINER= fanf@FreeBSD.org diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index fd76e14092af..7b8fffa780c5 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -34,7 +34,7 @@ .\" .\" @(#)unifdef.1 8.2 (Berkeley) 4/1/94 .\" $dotat: things/unifdef.1,v 1.43 2003/01/20 11:36:12 fanf2 Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.4.2.9 2003/01/29 21:46:39 fanf Exp $ .\" .Dd September 24, 2002 .Dt UNIFDEF 1 diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 1a7285347342..27be20ec512a 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -50,7 +50,7 @@ __IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.160 2003/07/01 15:21:25 fanf2 Ex #endif #endif /* not lint */ #ifdef __FBSDID -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.4.2.6 2003/07/07 14:47:08 fanf Exp $"); #endif /* diff --git a/usr.bin/unifdef/unifdefall.sh b/usr.bin/unifdef/unifdefall.sh index bcba08c9712b..314879a71cf2 100644 --- a/usr.bin/unifdef/unifdefall.sh +++ b/usr.bin/unifdef/unifdefall.sh @@ -3,7 +3,7 @@ # remove all the #if's from a source file # # $dotat: things/unifdefall.sh,v 1.9 2002/09/24 19:43:57 fanf2 Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/unifdefall.sh,v 1.1.2.2 2002/10/20 13:44:11 fanf Exp $ set -e diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 25c2224a789c..a83f8826c79a 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.5 2002/07/15 08:11:33 keramida Exp $ .\" .Dd June 6, 1993 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index c8bb5d4622e2..fcf6befc1431 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.2.3 2002/06/28 08:02:19 tjr Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index cb783ab95bb2..95206584686a 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.2.1 2002/02/18 16:16:57 ru Exp $ PROG= units FILES= units.lib 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 24fd08d6e190..662fa763f1e9 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.2.5 2001/07/22 12:40:40 dd Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 603de30525c5..20fb3e78c4ce 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.2 2001/03/04 09:22:35 kris Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index f8ca041fe580..1e4ccaf83878 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.7 2003/07/16 15:53:52 tom Exp $ / primitive units diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index 658bfa323f00..22c1ec99db94 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.2.2 2002/06/21 15:29:57 charnier Exp $ .\" .Dd June 6, 1993 .Dt UNVIS 1 diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 8cfe1f28581e..bccc7ffbd76e 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.2.1 2001/07/30 10:16:49 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 9636f667c1b0..94f327fa4635 100644 --- a/usr.bin/usbhidctl/Makefile +++ b/usr.bin/usbhidctl/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/usbhidctl/Makefile,v 1.2.2.1 2002/04/03 16:48:25 joe Exp $ .include <bsd.own.mk> diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 0584a7660f41..56df26546eb4 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,5 +1,5 @@ /* $NetBSD: usbhid.c,v 1.14 2000/07/03 02:51:37 matt Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/usbhidctl/usbhid.c,v 1.6.2.1 2002/04/03 16:48:25 joe Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/usbhidctl.1 b/usr.bin/usbhidctl/usbhidctl.1 index 027b045a28af..b21dfbfe6240 100644 --- a/usr.bin/usbhidctl/usbhidctl.1 +++ b/usr.bin/usbhidctl/usbhidctl.1 @@ -1,5 +1,5 @@ .\" $NetBSD: usbhidctl.1,v 1.8 1999/05/11 21:03:58 augustss Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/usbhidctl/usbhidctl.1,v 1.2.2.2 2002/06/21 15:29:59 charnier Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index c3454c6784d0..0be7c635f4fa 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.2.2 2002/06/21 15:30:01 charnier 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/Makefile b/usr.bin/uudecode/Makefile index d17b1df3d22f..bcb4f5c8a5be 100644 --- a/usr.bin/uudecode/Makefile +++ b/usr.bin/uudecode/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uudecode/Makefile,v 1.1.1.1.14.2 2002/10/20 14:38:53 fanf Exp $ PROG= uudecode LINKS= ${BINDIR}/uudecode ${BINDIR}/b64decode diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 0c1e3861500b..3f23035ae302 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uudecode/uudecode.c,v 1.13.2.6 2003/04/07 20:10:33 fanf Exp $"); /* * uudecode [file ...] diff --git a/usr.bin/uuencode/Makefile b/usr.bin/uuencode/Makefile index 9a8b9918dffe..906ebcfdbf7b 100644 --- a/usr.bin/uuencode/Makefile +++ b/usr.bin/uuencode/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uuencode/Makefile,v 1.2.14.4 2002/10/20 14:38:53 fanf Exp $ PROG= uuencode MAN= uuencode.1 uuencode.format.5 diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index ea0778f1b6b8..0c96db62c87c 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.2.9 2003/04/07 20:11:46 fanf Exp $ .\" .Dd January 27, 2002 .Dt UUENCODE 1 diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e9225d43f62f..4aeed18a2614 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uuencode/uuencode.c,v 1.4.2.5 2002/10/21 11:52:15 fanf Exp $"); /* * uuencode [input] output diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 34879d1f68cb..4586751af3da 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.2.4 2001/10/18 10:27:01 ru Exp $ .\" .Dd January 12, 1994 .Dt UUENCODE 5 diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index fcaf946eb6b4..904e13119c48 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vacation/Makefile,v 1.6.2.3 2002/03/25 21:31:50 gshapiro Exp $ MAINTAINER= gshapiro@FreeBSD.org diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index 0a5e8dd49658..bf4e259fdfc7 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vgrind/Makefile,v 1.7.6.3 2002/02/18 16:16:57 ru Exp $ PROG= vfontedpr SRCS= regexp.c vfontedpr.c diff --git a/usr.bin/vgrind/tmac.vgrind b/usr.bin/vgrind/tmac.vgrind index 7e2d4646b7c1..9a849e2bb308 100644 --- a/usr.bin/vgrind/tmac.vgrind +++ b/usr.bin/vgrind/tmac.vgrind @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/tmac.vgrind,v 1.1.1.1.14.1 2000/11/29 10:33:55 ru Exp $ .am vS .. .am vE 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 e6d51ba5935a..fdb8f8ce45b0 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.2.3 2002/06/21 15:30:04 charnier Exp $ .\" .Dd June 6, 1993 .Dt VGRIND 1 diff --git a/usr.bin/vgrind/vgrind.sh b/usr.bin/vgrind/vgrind.sh index bfc2f1bae559..cfe137ecc7ce 100644 --- a/usr.bin/vgrind/vgrind.sh +++ b/usr.bin/vgrind/vgrind.sh @@ -33,7 +33,7 @@ # # @(#)vgrind.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vgrind/vgrind.sh,v 1.2.8.1 2003/06/14 14:26:25 schweikh Exp $ # voptions="" diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 5ecbd7f85616..9f1910d95856 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.2.4 2001/08/16 13:17:13 ru Exp $ .\" .Dd June 6, 1993 .Dt VGRINDEFS 5 diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 92b7d8479f9f..918e791dc980 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.7 2002/08/07 16:32:01 ru 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 274574145bc3..598abe2a64a8 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.2.2 2002/06/21 15:30:07 charnier 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/Makefile b/usr.bin/vmstat/Makefile index d3bd40d004fd..acb194e1f340 100644 --- a/usr.bin/vmstat/Makefile +++ b/usr.bin/vmstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vmstat/Makefile,v 1.5.6.1 2001/04/25 11:29:44 ru Exp $ PROG= vmstat MAN= vmstat.8 diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index ff8b80b2612a..f94da4ca426d 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.2.5 2001/08/16 13:17:13 ru Exp $ .\" .Dd June 6, 1996 .Dt VMSTAT 8 diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 82ee19ed1b9c..ba7f5c57e0e7 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.5 2003/09/20 19:10:01 bms Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 7de8f19901c4..87e0062586a3 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.2.1 2001/04/25 11:29:44 ru Exp $ PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index 0d36eb1e1aae..cf1e9ea1e660 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/w/extern.h,v 1.2.6.1 2002/03/12 19:51:51 phantom Exp $ */ extern int use_ampm; diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 5596108a86a5..6902b678e7de 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.2.1 2002/03/12 19:51:51 phantom Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index c5d0c349fa2a..cd71b71e97fd 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.2.2 2001/08/16 13:17:13 ru Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 8c87a87f5db1..f8d0f16336ab 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.2.5 2001/12/14 15:53:32 ru Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index a9107df1ccd6..e528ca157579 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.2.7 2003/08/15 21:58:14 rwatson Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index c03454edeecb..3fc07c31beea 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.3 2001/10/18 08:08:17 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/wall/ttymsg.h b/usr.bin/wall/ttymsg.h index 31312aa94f55..53b002202624 100644 --- a/usr.bin/wall/ttymsg.h +++ b/usr.bin/wall/ttymsg.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/wall/ttymsg.h,v 1.1.2.1 2001/10/18 08:08:17 des Exp $ */ const char *ttymsg(struct iovec *, int, const char *, int); diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index a170aba113fd..f9b72122a6c3 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.2.5 2002/07/15 08:14:59 keramida Exp $ .\" .Dd June 6, 1993 .Dt WALL 1 diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 3e25676619d1..0640feca5c9c 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.6 2001/10/18 08:08:17 des Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 3aeeb426d7b2..92ce7d23d174 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.4 2002/08/25 02:47:04 tjr Exp $ .\" .Dd June 13, 2002 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 2d0a9de2bdd7..9cbd1fe27969 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/wc/wc.c,v 1.11.2.1 2002/08/25 02:47:04 tjr Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index bc46891e4ecb..9436ba97e71a 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.2.1 2001/08/16 13:17:14 ru 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/Makefile b/usr.bin/whereis/Makefile index 7461d9d7a92e..d0c6fca32e10 100644 --- a/usr.bin/whereis/Makefile +++ b/usr.bin/whereis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/whereis/Makefile,v 1.2.8.2 2001/04/25 14:04:39 ru Exp $ SCRIPTS=whereis.pl MAN= whereis.1 diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 72722a9cb7cc..ae1f21d47f6c 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.2.3 2001/08/16 13:17:14 ru 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 21937670a206..e8ee41160ea3 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.2.3 2002/08/07 16:32:01 ru Exp $ MAINTAINER= wosch diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index e64ccbb57684..0fc7d59258a8 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.2.4 2002/06/21 15:30:13 charnier Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os 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 30540e83fe63..63cc3890d4e4 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.2.5 2003/02/24 23:04:40 trhodes Exp $ .\" .Dd May 8, 2002 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 8016b6495894..98959ab845a4 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/who/who.c,v 1.9.2.4 2002/12/21 00:44:58 tjr Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index f92ad6548f0e..dec537adac82 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.2.2 2001/08/23 07:20:13 mike Exp $ MAINTAINER= mike@FreeBSD.org diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index b96cd311d786..db0c9c3635b6 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.2.9 2002/11/17 15:05:55 mike Exp $ .\" .Dd December 15, 2001 .Dt WHOIS 1 diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 71d4f24341a6..30dcb43f895c 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/whois/whois.c,v 1.15.2.11 2003/02/25 20:59:41 roberto Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index 5b5b8a63a2ef..6bb5bfd98598 100644 --- a/usr.bin/window/Makefile +++ b/usr.bin/window/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/window/Makefile,v 1.3.14.2 2001/04/25 11:29:47 ru Exp $ PROG= window SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \ diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h index 8b6aba37b7c5..a344cd88e927 100644 --- a/usr.bin/window/alias.h +++ b/usr.bin/window/alias.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)alias.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/alias.h,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $ */ #define alias var diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index cd9a6ebc8907..10690b9cce62 100644 --- a/usr.bin/window/char.c +++ b/usr.bin/window/char.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/char.c,v 1.2.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "char.h" diff --git a/usr.bin/window/char.h b/usr.bin/window/char.h index c4b957c6f84e..71a4754eff3e 100644 --- a/usr.bin/window/char.h +++ b/usr.bin/window/char.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)char.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/char.h,v 1.3.6.1 2001/05/17 09:45:00 obrien Exp $ */ /* diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 698930ea4451..507217c91f56 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd.c,v 1.2.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index 049171d3bbd5..0ac4177a00d3 100644 --- a/usr.bin/window/cmd1.c +++ b/usr.bin/window/cmd1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "@(#)$FreeBSD$"; + "@(#)$FreeBSD: src/usr.bin/window/cmd1.c,v 1.2.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index 9633b7386de7..a02ee94a1240 100644 --- a/usr.bin/window/cmd2.c +++ b/usr.bin/window/cmd2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd2.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index 27a3173bd018..e0ae074e5ac4 100644 --- a/usr.bin/window/cmd3.c +++ b/usr.bin/window/cmd3.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd3.c,v 1.1.1.1.14.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index 82ed1bd7d5e6..39f4e174f89a 100644 --- a/usr.bin/window/cmd4.c +++ b/usr.bin/window/cmd4.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd4.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index 60b0244d8622..08c7ac5ec630 100644 --- a/usr.bin/window/cmd5.c +++ b/usr.bin/window/cmd5.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd5.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index 63689aa77c36..c37961d1fdfe 100644 --- a/usr.bin/window/cmd6.c +++ b/usr.bin/window/cmd6.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd6.c,v 1.1.1.1.14.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 1039f2617464..897611beec24 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd7.c,v 1.2.6.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index 6294b936f498..85b58198ac4a 100644 --- a/usr.bin/window/compress.c +++ b/usr.bin/window/compress.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/compress.c,v 1.2.12.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index c190ff1dd00f..f06200871626 100644 --- a/usr.bin/window/context.c +++ b/usr.bin/window/context.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/context.c,v 1.1.1.1.14.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/context.h b/usr.bin/window/context.h index df82b2707aed..28f3e768d2e1 100644 --- a/usr.bin/window/context.h +++ b/usr.bin/window/context.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)context.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/context.h,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $ */ #include <stdio.h> diff --git a/usr.bin/window/defs.h b/usr.bin/window/defs.h index 6601e5d95500..f2dbc0a39eb6 100644 --- a/usr.bin/window/defs.h +++ b/usr.bin/window/defs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/defs.h,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $ */ #include "ww.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 7e759c14d047..e0422525f366 100644 --- a/usr.bin/window/error.c +++ b/usr.bin/window/error.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/error.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 85a54899b625..5979e5a3b52c 100644 --- a/usr.bin/window/lcmd.c +++ b/usr.bin/window/lcmd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.h b/usr.bin/window/lcmd.h index 6c58e2d54719..58f3154d25fb 100644 --- a/usr.bin/window/lcmd.h +++ b/usr.bin/window/lcmd.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)lcmd.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/lcmd.h,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $ */ #define LCMD_NARG 20 /* maximum number of arguments */ diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c index 1e072d6323b2..dd7281f9c1d9 100644 --- a/usr.bin/window/lcmd1.c +++ b/usr.bin/window/lcmd1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd1.c,v 1.2.6.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index c9eaa2496a5e..fbea6bd59198 100644 --- a/usr.bin/window/lcmd2.c +++ b/usr.bin/window/lcmd2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd2.c,v 1.2.6.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/local.h b/usr.bin/window/local.h index 685e320dc9f2..4c79a7f3a5f6 100644 --- a/usr.bin/window/local.h +++ b/usr.bin/window/local.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)local.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/local.h,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $ */ /* diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index b618f14e7cf6..8eadf9421dc9 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/main.c,v 1.5.6.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index 70d41dd79ad8..abb068027460 100644 --- a/usr.bin/window/mloop.c +++ b/usr.bin/window/mloop.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/mloop.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/window/mystring.h b/usr.bin/window/mystring.h index 3d14ae681cc0..a3dfa69d759c 100644 --- a/usr.bin/window/mystring.h +++ b/usr.bin/window/mystring.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)string.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/mystring.h,v 1.2.2.2 2001/05/17 09:45:00 obrien Exp $ */ #define STR_DEBUG diff --git a/usr.bin/window/parser.h b/usr.bin/window/parser.h index 30a45037c483..ab55bdcbd755 100644 --- a/usr.bin/window/parser.h +++ b/usr.bin/window/parser.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)parser.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/parser.h,v 1.1.1.1.14.2 2001/05/17 09:45:00 obrien Exp $ */ #include "value.h" diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index ac9f9d358fb5..caf77bca4b61 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser1.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 75552de9d015..8ee87fb91733 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser2.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index bd36d41a4713..2b40b20edfc7 100644 --- a/usr.bin/window/parser3.c +++ b/usr.bin/window/parser3.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser3.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 338bdfb98121..e1ef35f6441e 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser4.c,v 1.2.6.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index ddc81366c5c8..5c3c15026c63 100644 --- a/usr.bin/window/parser5.c +++ b/usr.bin/window/parser5.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser5.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index 785d0a343fa4..e611995857ba 100644 --- a/usr.bin/window/scanner.c +++ b/usr.bin/window/scanner.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/scanner.c,v 1.2.14.2 2001/05/17 09:46:29 obrien Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index 557c0beb878c..3901b2681bc2 100644 --- a/usr.bin/window/startup.c +++ b/usr.bin/window/startup.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/startup.c,v 1.1.1.1.14.1 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 949222e18e81..4ab2887d2898 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/string.c,v 1.2.6.2 2001/05/17 09:45:00 obrien Exp $"; #endif /* not lint */ #include <string.h> /* System string definitions. */ diff --git a/usr.bin/window/token.h b/usr.bin/window/token.h index 5e3f72c0ac1e..0b8c90cf5ed8 100644 --- a/usr.bin/window/token.h +++ b/usr.bin/window/token.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)token.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/token.h,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $ */ #define token (cx.x_token) diff --git a/usr.bin/window/tt.h b/usr.bin/window/tt.h index 53fe7b3efa4a..ba8ef9cbe10f 100644 --- a/usr.bin/window/tt.h +++ b/usr.bin/window/tt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)tt.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/tt.h,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $ */ /* diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index 53f177b002cb..c9733a48560e 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttf100.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index ba84e849694e..dc1af0d54249 100644 --- a/usr.bin/window/ttgeneric.c +++ b/usr.bin/window/ttgeneric.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttgeneric.c,v 1.2.8.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index e1dab1ecaa2f..4b1262ca84d8 100644 --- a/usr.bin/window/tth19.c +++ b/usr.bin/window/tth19.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tth19.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index 54229b5ad334..54631fd61ada 100644 --- a/usr.bin/window/tth29.c +++ b/usr.bin/window/tth29.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tth29.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 17b5961168df..0f4959b3ea99 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttinit.c,v 1.2.12.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index cc9afd9c0e73..372c51d5bd61 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttoutput.c,v 1.1.1.1.14.2 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index 5f115a0bcfc8..da6b5038c2c7 100644 --- a/usr.bin/window/tttermcap.c +++ b/usr.bin/window/tttermcap.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tttermcap.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "tt.h" diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 86e0d5ae4f38..a74bc7714a9f 100644 --- a/usr.bin/window/tttvi925.c +++ b/usr.bin/window/tttvi925.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tttvi925.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index 5e023bac263d..b44eb523ee71 100644 --- a/usr.bin/window/ttwyse60.c +++ b/usr.bin/window/ttwyse60.c @@ -44,7 +44,7 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttwyse60.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index 37e0194b56f0..b2b3572cd2fa 100644 --- a/usr.bin/window/ttwyse75.c +++ b/usr.bin/window/ttwyse75.c @@ -44,7 +44,7 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttwyse75.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 2fd6fb97d84b..486dae0a4765 100644 --- a/usr.bin/window/ttzapple.c +++ b/usr.bin/window/ttzapple.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttzapple.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index 0e80711a3460..94ddf441d0e0 100644 --- a/usr.bin/window/ttzentec.c +++ b/usr.bin/window/ttzentec.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttzentec.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/value.h b/usr.bin/window/value.h index b55e210b6ba5..ee51009d060b 100644 --- a/usr.bin/window/value.h +++ b/usr.bin/window/value.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)value.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/value.h,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $ */ struct value { diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index f186460b798e..fcb9c23e1dc7 100644 --- a/usr.bin/window/var.c +++ b/usr.bin/window/var.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/var.c,v 1.2.6.2 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/var.h b/usr.bin/window/var.h index 645d2da4b10d..873bb3f35025 100644 --- a/usr.bin/window/var.h +++ b/usr.bin/window/var.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)var.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/var.h,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $ */ struct var { diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index c5f0e451725c..928fa74fe27d 100644 --- a/usr.bin/window/win.c +++ b/usr.bin/window/win.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/win.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index a8701680f714..37e72aa59f2d 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.2.6 2002/06/21 15:30:19 charnier Exp $ .\" .Dd December 30, 1993 .Dt WINDOW 1 diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h index 70dd3c6bfd35..d3076791d831 100644 --- a/usr.bin/window/ww.h +++ b/usr.bin/window/ww.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ww.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/ww.h,v 1.3.12.1 2001/05/17 09:45:01 obrien Exp $ */ #ifdef OLD_TTY diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index 0a78f0605fae..c2ac76ba0085 100644 --- a/usr.bin/window/wwadd.c +++ b/usr.bin/window/wwadd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwadd.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index e02d4e5fa75e..af2a4c0c24f4 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwalloc.c,v 1.2.6.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index 2d63b173982d..ee4f36c39ff7 100644 --- a/usr.bin/window/wwbox.c +++ b/usr.bin/window/wwbox.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwbox.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 8b82fac129ec..7bdbe61fbbef 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwchild.c,v 1.1.1.1.14.2 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index ea58edcaa47f..092d73726e8f 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclose.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index bc0055eda7f5..7161d7db60df 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclreol.c,v 1.2.12.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index 1b8452bf1d1b..02ce44e8d8c3 100644 --- a/usr.bin/window/wwclreos.c +++ b/usr.bin/window/wwclreos.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclreos.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index 5b804c2a2517..f1bbe5546f3c 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwcursor.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c index 54062c20e45f..bc11fc69ba8c 100644 --- a/usr.bin/window/wwdata.c +++ b/usr.bin/window/wwdata.c @@ -37,5 +37,5 @@ #ifndef lint static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdata.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index ba25cb00d3e9..85552551b85a 100644 --- a/usr.bin/window/wwdelchar.c +++ b/usr.bin/window/wwdelchar.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelchar.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index ef2912b16995..101b50b9b5d3 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelete.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index dbeb12cd1dd9..b0cd44a39e88 100644 --- a/usr.bin/window/wwdelline.c +++ b/usr.bin/window/wwdelline.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelline.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index 7988492de4a2..bda8f6c5518d 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdump.c,v 1.2.6.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index e8d62ab857b0..c779432f9e70 100644 --- a/usr.bin/window/wwend.c +++ b/usr.bin/window/wwend.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwend.c,v 1.2.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index 2672be6370e1..a544e885824b 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwenviron.c,v 1.2.6.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index 9282b87bcf7e..787a057d69ac 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwerror.c,v 1.1.1.1.14.2 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 414cc4bec8a4..961aa51d4e57 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwflush.c,v 1.2.6.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index 5cdd7779c5a0..0e500d8bd81c 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwframe.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index c0a14ea8fffb..679ed0cbb5c1 100644 --- a/usr.bin/window/wwgets.c +++ b/usr.bin/window/wwgets.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwgets.c,v 1.3.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 480367292081..0fb195ce5a8d 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinit.c,v 1.11.2.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index a9a8c277eece..df054898b4a7 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinschar.c,v 1.2.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index 60e8b054d720..141a9c31e799 100644 --- a/usr.bin/window/wwinsline.c +++ b/usr.bin/window/wwinsline.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinsline.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index 7803557c16b6..2126c83f2f4d 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwiomux.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index 50ecf8579161..42220d3ced1b 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwlabel.c,v 1.3.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index 945dca4e037d..037e4733deb9 100644 --- a/usr.bin/window/wwmisc.c +++ b/usr.bin/window/wwmisc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwmisc.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index 5db6caecf4ec..8766d1a337e0 100644 --- a/usr.bin/window/wwmove.c +++ b/usr.bin/window/wwmove.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwmove.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index c6f906d8b752..220d88dccff5 100644 --- a/usr.bin/window/wwopen.c +++ b/usr.bin/window/wwopen.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwopen.c,v 1.2.12.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 43df5a76b72f..b575a7a198d3 100644 --- a/usr.bin/window/wwprintf.c +++ b/usr.bin/window/wwprintf.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwprintf.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index 9f84ab3351ec..1cc1e65559ac 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwpty.c,v 1.2.2.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 8d0780e443d4..fa9ae0b12360 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwputc.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index dbc2960c00c9..6dbbf9081124 100644 --- a/usr.bin/window/wwputs.c +++ b/usr.bin/window/wwputs.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwputs.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 66ac69c50962..2d6cf4a1017f 100644 --- a/usr.bin/window/wwredraw.c +++ b/usr.bin/window/wwredraw.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwredraw.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index bdc2f7092ebc..1a222717f07d 100644 --- a/usr.bin/window/wwredrawwin.c +++ b/usr.bin/window/wwredrawwin.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwredrawwin.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 5d753f5e8540..dc296a0d6a72 100644 --- a/usr.bin/window/wwrint.c +++ b/usr.bin/window/wwrint.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwrint.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index d0641a1e69c7..def3cee2b8b1 100644 --- a/usr.bin/window/wwscroll.c +++ b/usr.bin/window/wwscroll.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwscroll.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 443d1f31c5a6..16b75359a0b1 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwsize.c,v 1.2.6.1 2001/05/17 09:45:01 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 477f920a286c..4b3057b5b372 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwspawn.c,v 1.4.2.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index ad3db5aa1106..5b721f620cbf 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwsuspend.c,v 1.2.6.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwterminfo.c b/usr.bin/window/wwterminfo.c index 435669dcbaa3..f1309b82e43c 100644 --- a/usr.bin/window/wwterminfo.c +++ b/usr.bin/window/wwterminfo.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwterminfo.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwterminfo.c,v 1.3.6.2 2001/05/17 19:40:13 eric Exp $"; #endif /* not lint */ #ifdef TERMINFO diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index 94de13cfbc1c..1e3148286028 100644 --- a/usr.bin/window/wwtty.c +++ b/usr.bin/window/wwtty.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwtty.c,v 1.1.1.1.14.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index 7fd6507046cc..4f63d8739b44 100644 --- a/usr.bin/window/wwunframe.c +++ b/usr.bin/window/wwunframe.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwunframe.c,v 1.1.1.1.14.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index 3c1ade7263e0..5333a708d007 100644 --- a/usr.bin/window/wwupdate.c +++ b/usr.bin/window/wwupdate.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwupdate.c,v 1.1.1.1.14.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index 29b3b73fb54b..8c0796d6df27 100644 --- a/usr.bin/window/wwwrite.c +++ b/usr.bin/window/wwwrite.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwwrite.c,v 1.2.14.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 82dcb33bd17f..4395c6e0ea16 100644 --- a/usr.bin/window/xx.c +++ b/usr.bin/window/xx.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/xx.c,v 1.2.12.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.h b/usr.bin/window/xx.h index e49b85ededbb..52eb054fa050 100644 --- a/usr.bin/window/xx.h +++ b/usr.bin/window/xx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)xx.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/xx.h,v 1.1.1.1.14.1 2001/05/17 09:45:02 obrien Exp $ */ struct xx { diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index a6f9bed48931..dbce0b736cdc 100644 --- a/usr.bin/window/xxflush.c +++ b/usr.bin/window/xxflush.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/xxflush.c,v 1.1.1.1.14.1 2001/05/17 09:45:02 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index ff004de3321d..bf64181a6127 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.2.3 2002/07/15 08:18:03 keramida 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/Makefile b/usr.bin/xargs/Makefile index 1f258ca68292..537680d4331f 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xargs/Makefile,v 1.1.1.1.14.1 2002/06/17 04:44:46 jmallett Exp $ PROG= xargs SRCS= xargs.c strnsubst.c diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index b6668b7071b3..bb840b1ee62b 100644 --- a/usr.bin/xargs/strnsubst.c +++ b/usr.bin/xargs/strnsubst.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/strnsubst.c,v 1.5.2.1 2002/06/17 04:44:46 jmallett Exp $"); #include <err.h> #include <stdlib.h> diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index d6d39a117a8e..926217995f6e 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.2.12 2003/06/01 21:40:35 mux Exp $ .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" .Dd May 7, 2001 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 194015c1c26d..edfc038c26a6 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -49,7 +49,7 @@ static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/xargs.c,v 1.9.2.6 2003/06/01 21:40:35 mux Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index e0886ed7afdb..9f0d84e8f082 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.4 2001/09/24 15:44:05 ru Exp $ PROG= xinstall PROGNAME= install diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 79484ccc9ad7..555b7012d98d 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.2.9 2002/07/01 21:01:23 des Exp $ .\" .Dd May 7, 2001 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 1313e0b3bf57..d826c7f2f0ff 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xinstall/xinstall.c,v 1.38.2.8 2002/08/07 16:29:48 ru Exp $"); #include <sys/param.h> #include <sys/mman.h> 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 9778430260b8..7a94f4c6b616 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.2.1 2000/12/07 16:33:35 obrien 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/lint1/decl.c b/usr.bin/xlint/lint1/decl.c index 7ff271cf92ba..ee6d94a9257b 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/xlint/lint1/decl.c,v 1.2.8.2 2001/07/19 09:19:47 kris Exp $"; #endif #include <sys/param.h> diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c index 24e5348879a7..314e02fc4c81 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -30,7 +30,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/lint1/emit.c,v 1.1.1.1.8.1 2001/03/04 09:27:26 kris Exp $ */ #ifndef lint diff --git a/usr.bin/xlint/lint1/externs1.h b/usr.bin/xlint/lint1/externs1.h index bd035d10ddb5..32a0791f3d63 100644 --- a/usr.bin/xlint/lint1/externs1.h +++ b/usr.bin/xlint/lint1/externs1.h @@ -30,7 +30,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/lint1/externs1.h,v 1.1.1.1.8.1 2001/07/19 01:28:12 kris Exp $ */ /* diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 5b0a0ea64cb2..36cb451ce338 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.2.1 2002/08/07 16:32:02 ru Exp $ LIBS= llib-lposix.ln llib-lstdc.ln diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index fdb584b2ee58..a6a014c1362b 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/xlint/Makefile,v 1.3.8.2 2001/04/25 13:07:07 ru Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 068a6d165052..cbcb4d0c0e8a 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.2.7 2002/06/21 15:30:23 charnier 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 390e398a5248..830e7f0fd4f9 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.2.4 2002/06/21 15:30:26 charnier Exp $ .\" .Dd December 30, 1993 .Dt XSTR 1 diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 6195ff2b3536..0454c162ab71 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xstr/xstr.c,v 1.4.2.1 2002/11/16 01:01:21 tjr Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index e8b1024e82bb..a33d8b796a55 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.2.2 2001/04/25 14:04:46 ru 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 43af00b191a6..8cef7d7f3125 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.2.1 2001/10/05 03:00:19 obrien 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 49cae39d3b75..d105c6e19366 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.2.3 2001/10/05 03:03:14 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 8fb38faa5198..91c911907047 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.2.1 2001/10/05 03:00:44 obrien Exp $ */ #ifndef lint diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index aba2abd45bac..79d286fc4804 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.2.1 2001/07/19 05:46:39 peter 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 d24bc934d112..203bdf7e0f25 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.2.2 2003/02/25 03:07:40 trhodes Exp $ .\" .Dd May 24, 1993 .Dt YACC 1 diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1 index a4d9a31bd1e8..7319666194b8 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.2.3 2003/02/25 02:55:37 trhodes Exp $ .\" .Dd March 23, 1993 .Dt YYFIX 1 diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index 9b4b37712a6c..fe7a7acc2820 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.2.4 2002/06/21 15:30:31 charnier 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 8a2565200354..feb984458700 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.2.5 2002/06/21 15:30:33 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index f1bb1cb55832..65108241ecbe 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.2.2 2002/02/15 00:46:56 des 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 5f4a4cab278d..30eaf54ebc2a 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.2.5 2002/06/21 15:30:35 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 01dc036fbe69..96ef7c4d4553 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.2.2 2002/02/15 00:46:56 des 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 47d4292d49e6..4efa4337984d 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.2.4 2002/06/21 15:30:38 charnier Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 59a972f5c5b0..dbffc511fa74 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.2.1 2002/02/15 00:46:56 des Exp $"; #endif /* not lint */ #include <sys/param.h> |
