aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/which
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
commit3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch)
tree4114cadb7556687c77484c7507ab5f541eb9b1ca /usr.bin/which
parentf8d4987d7271c1003cce92715022709505f995c7 (diff)
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'. This commit was manufactured to restore the state of the 5.3-RELEASE image.
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 fdc121bb9820..2cda86415881 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 2000/08/29 23:30:52 green Exp $
PROG= which
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1
index 0b00b84f5569..be1208aaf3f5 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.23 2002/06/21 06:43:48 ru Exp $
.\"
.Dd June 21, 2002
.Dt WHICH 1
diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c
index c3cccfcfc0fd..2201b78cf870 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.5 2002/06/30 06:02:39 tjr Exp $");
#include <sys/stat.h>
#include <sys/param.h>