diff options
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'}); |