summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yptest
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-30 09:53:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-30 09:53:36 +0000
commite8098bbf458987a911595aeb26743be5872aa9bd (patch)
treed69e4ec9588a8941442b70557296ac8e69fbf348 /usr.sbin/ypserv/yptest
parent186322730aa9b7b1dd126071d0b5afdcf70a1297 (diff)
$OpenBSD$ tag and few spelling errors
Diffstat (limited to 'usr.sbin/ypserv/yptest')
-rw-r--r--usr.sbin/ypserv/yptest/Makefile3
-rw-r--r--usr.sbin/ypserv/yptest/yptest.83
-rw-r--r--usr.sbin/ypserv/yptest/yptest.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/yptest/Makefile b/usr.sbin/ypserv/yptest/Makefile
index d5cce8c1190..f0d197a2b7f 100644
--- a/usr.sbin/ypserv/yptest/Makefile
+++ b/usr.sbin/ypserv/yptest/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $Id: Makefile,v 1.1 1995/11/01 16:56:39 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:31 deraadt Exp $
PROG= yptest
MAN= yptest.8
diff --git a/usr.sbin/ypserv/yptest/yptest.8 b/usr.sbin/ypserv/yptest/yptest.8
index fba568aa8fc..52fe6dcb111 100644
--- a/usr.sbin/ypserv/yptest/yptest.8
+++ b/usr.sbin/ypserv/yptest/yptest.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: yptest.8,v 1.3 1996/05/30 09:53:32 deraadt Exp $
.\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
.\"
@@ -25,8 +26,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: yptest.8,v 1.2 1996/04/24 12:37:51 deraadt Exp $
-.\"
.Dd August 26, 1994
.Dt YPTEST 8
.Os
diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c
index 4e16ca78885..acc32390a6e 100644
--- a/usr.sbin/ypserv/yptest/yptest.c
+++ b/usr.sbin/ypserv/yptest/yptest.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: yptest.c,v 1.4 1996/05/30 09:53:33 deraadt Exp $ */
+
/*
* Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
* All rights reserved.
@@ -28,7 +30,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$Id: yptest.c,v 1.3 1996/04/24 22:00:41 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: yptest.c,v 1.4 1996/05/30 09:53:33 deraadt Exp $";
#endif
#include <stdio.h>