From a0d351b26be784ec2f31673b9c873781f01bad63 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 19 May 1997 10:35:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_2_2_2_RELEASE'. This commit was manufactured to restore the state of the 2.2.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- usr.bin/which/which.1 | 2 +- usr.bin/which/which.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/which') diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 8524228969c8..28077c0824af 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. .\" -.\" $Id: which.1,v 1.5 1996/08/23 00:57:04 mpp Exp $ +.\" $Id: which.1,v 1.6 1996/08/27 20:04:31 wosch 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 28c7af0173a0..c60b4b6a746a 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. # -# $Id: which.pl,v 1.7 1996/08/27 20:04:32 wosch Exp $ +# $Id: which.pl,v 1.8 1996/10/27 15:50:40 wosch Exp $ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); -- cgit v1.3