diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 808a36ef658c1810327b5d329469bcf5dad24b28 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /contrib | |
parent | 058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff) | |
download | FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cvs/man/cvs.1 | 4 | ||||
-rw-r--r-- | contrib/gcc/gcc.1 | 2 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-common | 2 | ||||
-rw-r--r-- | contrib/libpcap/pcap.3 | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/FindExec.3 | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/break.n | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/continue.n | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/expr.n | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/unknown.n | 2 | ||||
-rw-r--r-- | contrib/texinfo/util/install-info.c | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/contrib/cvs/man/cvs.1 b/contrib/cvs/man/cvs.1 index ce9584e..ec9eed9 100644 --- a/contrib/cvs/man/cvs.1 +++ b/contrib/cvs/man/cvs.1 @@ -1,10 +1,10 @@ -.\" $Id$ +.\" $FreeBSD$ .\" .de Id .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: cvs.1,v 1.9 1996/03/13 22:59:06 kingdon Exp $ +.Id $FreeBSD$ .TH CVS 1 "\*(Dt" .\" Full space in nroff; half space in troff .de SP diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1 index 3c8e6ad..d731bbb 100644 --- a/contrib/gcc/gcc.1 +++ b/contrib/gcc/gcc.1 @@ -20,7 +20,7 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.4 1993/10/13 23:19:12 pesch Exp $ +.Id $FreeBSD$ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME gcc, g++ \- GNU project C and C++ Compiler (v2.7) diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 5a710de..d6d8a84 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)doc-common 5.7 (Berkeley) 8/5/91 -.\" $Id$ +.\" $FreeBSD$ .\" .\" %beginstrip% .nr %A 1 diff --git a/contrib/libpcap/pcap.3 b/contrib/libpcap/pcap.3 index b88a518..a417d0f 100644 --- a/contrib/libpcap/pcap.3 +++ b/contrib/libpcap/pcap.3 @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .TH PCAP 3 "18 July 1996" .SH NAME diff --git a/contrib/tcl/doc/FindExec.3 b/contrib/tcl/doc/FindExec.3 index be6e1f3..1986618 100644 --- a/contrib/tcl/doc/FindExec.3 +++ b/contrib/tcl/doc/FindExec.3 @@ -5,7 +5,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) FindExec.3 1.3 96/03/25 20:03:17 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH Tcl_FindExecutable 3 7.5 Tcl "Tcl Library Procedures" diff --git a/contrib/tcl/doc/break.n b/contrib/tcl/doc/break.n index a1640a8..42f67e8 100644 --- a/contrib/tcl/doc/break.n +++ b/contrib/tcl/doc/break.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) break.n 1.6 96/03/25 20:10:27 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH break n "" Tcl "Tcl Built-In Commands" diff --git a/contrib/tcl/doc/continue.n b/contrib/tcl/doc/continue.n index b5dc7af..6e5671e 100644 --- a/contrib/tcl/doc/continue.n +++ b/contrib/tcl/doc/continue.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) continue.n 1.6 96/03/25 20:12:09 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH continue n "" Tcl "Tcl Built-In Commands" diff --git a/contrib/tcl/doc/expr.n b/contrib/tcl/doc/expr.n index 9b7b60f..a1051ed 100644 --- a/contrib/tcl/doc/expr.n +++ b/contrib/tcl/doc/expr.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) expr.n 1.17 96/03/14 10:54:40 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH expr n 7.4 Tcl "Tcl Built-In Commands" diff --git a/contrib/tcl/doc/unknown.n b/contrib/tcl/doc/unknown.n index 2f4ba74..b3b26fe 100644 --- a/contrib/tcl/doc/unknown.n +++ b/contrib/tcl/doc/unknown.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) unknown.n 1.7 96/03/25 20:26:05 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH unknown n "" Tcl "Tcl Built-In Commands" diff --git a/contrib/texinfo/util/install-info.c b/contrib/texinfo/util/install-info.c index 1c24bbe..cc66f07 100644 --- a/contrib/texinfo/util/install-info.c +++ b/contrib/texinfo/util/install-info.c @@ -1,7 +1,7 @@ /* install-info -- create Info directory entry(ies) for an Info file. Copyright (C) 1996 Free Software Foundation, Inc. -$Id: install-info.c 1.1 Sun, 12 Jan 1997 00:21:13 -0800 jmacd $ +$FreeBSD$ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |