diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
commit | 090fb430f117cbbf541214c39f88eb57afb71d15 (patch) | |
tree | 675e78759fe0f81ec0897b596c2b111ceedef8ad /libexec/comsat | |
parent | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (diff) | |
download | FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.zip FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/Makefile | 2 | ||||
-rw-r--r-- | libexec/comsat/comsat.8 | 2 | ||||
-rw-r--r-- | libexec/comsat/comsat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index 3bb9d6d..7352ab5 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $Id$ PROG= comsat MAN8= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 1b8f463..916d1c9 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)comsat.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index ce3a8ab..c3b876a 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint |