diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /libexec/comsat | |
parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (diff) |
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 7352ab55103a2..68564078e9e21 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.3 1996/09/22 21:53:03 wosch Exp $ PROG= comsat MAN8= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 916d1c90d0640..4c052b34b7fab 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 -.\" $Id$ +.\" $Id: comsat.8,v 1.3 1996/09/22 21:53:05 wosch Exp $ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index c3b876a77765d..f34877e61b033 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. * - * $Id$ + * $Id: comsat.c,v 1.6 1996/09/22 21:53:07 wosch Exp $ */ #ifndef lint |