=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/which/which.1,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/which/which.1 2013/08/14 06:32:30 1.24 --- src/usr.bin/which/which.1 2016/01/14 21:54:24 1.25 *************** *** 1,4 **** ! .\" $OpenBSD: which.1,v 1.24 2013/08/14 06:32:30 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: which.1,v 1.25 2016/01/14 21:54:24 millert Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. *************** *** 29,35 **** .\" .\" from: @(#)which.1 6.3 (Berkeley) 4/23/91 .\" ! .Dd $Mdocdate: August 14 2013 $ .Dt WHICH 1 .Os .Sh NAME --- 29,35 ---- .\" .\" from: @(#)which.1 6.3 (Berkeley) 4/23/91 .\" ! .Dd $Mdocdate: January 14 2016 $ .Dt WHICH 1 .Os .Sh NAME *************** *** 58,67 **** A colon-separated list of directories in which to find executables. If .Ev PATH ! is not set, and the given name is not a fully qualified ! or relative pathname, .Nm ! will fail. .El .Sh EXIT STATUS The --- 58,66 ---- A colon-separated list of directories in which to find executables. If .Ev PATH ! is not set or is empty, .Nm ! will use the system's default search path. .El .Sh EXIT STATUS The