diff options
Diffstat (limited to 'usr.bin/ypmatch')
| -rw-r--r-- | usr.bin/ypmatch/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ypmatch/ypmatch.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index cf79ca74de20..94491c43bf3c 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1994/02/17 07:06:13 rgrimes Exp $ +# $Id: Makefile,v 1.1 1994/08/08 01:13:31 wollman Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index e5f0c9723c98..8bb4ad5cfa0d 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -26,7 +26,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: ypmatch.1,v 1.3 1996/02/11 22:37:57 mpp Exp $ +.\" $Id: ypmatch.1,v 1.3.2.1 1997/09/01 06:06:23 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index ee722b9d5bc7..a1af41f8ffc9 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypmatch.c,v 1.2.6.1 1997/09/01 06:06:23 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
