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 b94418869bc1..8c6f4621afe8 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.2 1995/01/28 17:35:54 asami Exp $ +.\" $Id: which.1,v 1.3 1995/01/30 22:21:28 jkh 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 08aabda79e0f..5ee31abbec79 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -31,7 +31,7 @@ # # [whew!] # -# $Id: which.pl,v 1.4 1995/01/30 22:21:29 jkh Exp $ +# $Id: which.pl,v 1.4.4.1 1995/08/26 10:33:20 davidg Exp $ $all = 0; $silent = 0; |