summaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/ypmatch
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
Notes
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r--usr.bin/ypmatch/Makefile2
-rw-r--r--usr.bin/ypmatch/ypmatch.12
-rw-r--r--usr.bin/ypmatch/ypmatch.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile
index bdf13edac4c9..22e62996937e 100644
--- a/usr.bin/ypmatch/Makefile
+++ b/usr.bin/ypmatch/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $Id$
+# $FreeBSD$
PROG= ypmatch
diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1
index d3cc5bf53966..6491407e942a 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.6 1997/08/29 11:52:52 charnier Exp $
+.\" $FreeBSD$
.\"
.Dd December 3, 1993
.Dt YPMATCH 1
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c
index 25e4530146fa..be266bb7e1e0 100644
--- a/usr.bin/ypmatch/ypmatch.c
+++ b/usr.bin/ypmatch/ypmatch.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: ypmatch.c,v 1.5 1997/08/29 11:52:52 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>