diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
commit | f390c26dd9214a3602049fa55835b2d367ef60df (patch) | |
tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/which | |
parent | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (diff) | |
download | FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.zip FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.bin/which')
-rw-r--r-- | usr.bin/which/which.1 | 2 | ||||
-rwxr-xr-x | usr.bin/which/which.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index e0b9a52..e62c91e 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$ +.\" $Id$ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index 5c53b0d..991e551 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$ +# $Id$ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); |