diff options
Diffstat (limited to 'usr.bin/which')
| -rw-r--r-- | usr.bin/which/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/which/which.1 | 2 | ||||
| -rw-r--r-- | usr.bin/which/which.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index fdc121bb9820..2cda86415881 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/which/Makefile,v 1.6 2000/08/29 23:30:52 green Exp $ PROG= which diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 0b00b84f5569..be1208aaf3f5 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$ +.\" $FreeBSD: src/usr.bin/which/which.1,v 1.23 2002/06/21 06:43:48 ru Exp $ .\" .Dd June 21, 2002 .Dt WHICH 1 diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index c3cccfcfc0fd..2201b78cf870 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/which/which.c,v 1.5 2002/06/30 06:02:39 tjr Exp $"); #include <sys/stat.h> #include <sys/param.h> |
