summaryrefslogtreecommitdiff
path: root/usr.bin/ypwhich
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-21 21:32:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-21 21:32:45 +0000
commita2741722b86bda2d2076ecaceecf926395ef47c0 (patch)
tree39b997a99746ea995bdec51d9d165ed5489d07f4 /usr.bin/ypwhich
parent1122d62a799cab0f1666caf090d1a64a2ea5e6e0 (diff)
teeny cleanup
Diffstat (limited to 'usr.bin/ypwhich')
-rw-r--r--usr.bin/ypwhich/Makefile2
-rw-r--r--usr.bin/ypwhich/ypwhich.14
-rw-r--r--usr.bin/ypwhich/ypwhich.c7
3 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile
index d58bd08b62b..301e2cd1dd1 100644
--- a/usr.bin/ypwhich/Makefile
+++ b/usr.bin/ypwhich/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/05/21 21:32:43 deraadt Exp $
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $Id: Makefile,v 1.1 1995/10/18 08:47:08 deraadt Exp $
PROG= ypwhich
diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1
index bb26a04c4d8..b6bce0a2573 100644
--- a/usr.bin/ypwhich/ypwhich.1
+++ b/usr.bin/ypwhich/ypwhich.1
@@ -1,3 +1,5 @@
+.\" $OpenBSD: ypwhich.1,v 1.2 1996/05/21 21:32:43 deraadt Exp $
+.\" $NetBSD: ypwhich.1,v 1.3 1996/05/13 02:43:46 thorpej Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -27,7 +29,7 @@
.\" (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: ypwhich.1,v 1.1 1995/10/18 08:47:08 deraadt Exp $
+.\" $Id: ypwhich.1,v 1.2 1996/05/21 21:32:43 deraadt Exp $
.\"
.Dd February 23, 1994
.Dt YPWHICH 1
diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c
index a2890e95a34..9a1e1731b75 100644
--- a/usr.bin/ypwhich/ypwhich.c
+++ b/usr.bin/ypwhich/ypwhich.c
@@ -1,5 +1,8 @@
+/* $OpenBSD: ypwhich.c,v 1.3 1996/05/21 21:32:44 deraadt Exp $
+/* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */
+
/*
- * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
+ * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,7 +34,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$Id: ypwhich.c,v 1.2 1996/04/24 21:39:56 deraadt Exp $";
+static char rcsid[] = "$Id: ypwhich.c,v 1.3 1996/05/21 21:32:44 deraadt Exp $";
#endif
#include <sys/param.h>