summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r--usr.bin/getopt/Makefile2
-rw-r--r--usr.bin/getopt/getopt.12
-rw-r--r--usr.bin/getopt/getopt.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile
index 01dfa87e2935..d748f574d8d8 100644
--- a/usr.bin/getopt/Makefile
+++ b/usr.bin/getopt/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/getopt/Makefile,v 1.2.2.1 2001/04/25 11:29:22 ru Exp $
#
PROG = getopt
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 9c1d60a98e3a..289db1294f21 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/getopt/getopt.1,v 1.10.2.3 2001/08/16 13:16:49 ru Exp $
.\"
.Dd April 3, 1999
.Dt GETOPT 1
diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c
index c0d222125f10..2d7bc2cca705 100644
--- a/usr.bin/getopt/getopt.c
+++ b/usr.bin/getopt/getopt.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/usr.bin/getopt/getopt.c,v 1.4.2.2 2001/07/30 10:16:38 dd Exp $ */
#include <stdio.h>
#include <stdlib.h>