summaryrefslogtreecommitdiff
path: root/usr.bin/which
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/which')
-rw-r--r--usr.bin/which/Makefile2
-rw-r--r--usr.bin/which/which.12
-rw-r--r--usr.bin/which/which.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
index fdc121bb98205..6a8238ede26e9 100644
--- a/usr.bin/which/Makefile
+++ b/usr.bin/which/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/which/Makefile,v 1.6.30.1 2008/10/02 02:57:24 kensmith Exp $
PROG= which
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1
index c00a14ab9fd16..ccb2b96320b26 100644
--- a/usr.bin/which/which.1
+++ b/usr.bin/which/which.1
@@ -27,7 +27,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.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/which/which.1,v 1.25.12.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.Dd June 21, 2002
.Dt WHICH 1
diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c
index 3b8224da43d62..2c94aa9fdbf3b 100644
--- a/usr.bin/which/which.c
+++ b/usr.bin/which/which.c
@@ -26,7 +26,7 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/which/which.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/stat.h>
#include <sys/param.h>