diff options
Diffstat (limited to 'usr.bin/which')
| -rw-r--r-- | usr.bin/which/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/which/which.1 | 2 | ||||
| -rwxr-xr-x | usr.bin/which/which.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index 94646408bc84..fd6c3f58819b 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.5 1999/08/28 01:07:39 peter Exp $ MAINTAINER= wosch diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index a8048ac85179..a6abe7c86a6e 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.16 2000/01/14 10:47:54 sheldonh Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index 781e1c151602..d8d357273487 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/which/which.pl,v 1.14 1999/08/28 01:07:39 peter Exp $ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); |
