diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
| commit | 148531ef1e6681bf21fa82c8afd667377b9c057f (patch) | |
| tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/comsat | |
| parent | 3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff) | |
Notes
Diffstat (limited to 'libexec/comsat')
| -rw-r--r-- | libexec/comsat/Makefile | 1 | ||||
| -rw-r--r-- | libexec/comsat/comsat.8 | 1 | ||||
| -rw-r--r-- | libexec/comsat/comsat.c | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index 14e793dad6be..7352ab55103a 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= comsat MAN8= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 2608676e02bd..916d1c90d064 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)comsat.8 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 7508bb7c2213..c3b876a77765 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint |
