summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /usr.bin/less
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/Makefile2
-rw-r--r--usr.bin/less/Makefile.common2
-rw-r--r--usr.bin/less/defines.h2
-rw-r--r--usr.bin/less/lesspipe.sh2
-rw-r--r--usr.bin/less/zless.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile
index 3bfadfae3efb..7f2d8a8bc627 100644
--- a/usr.bin/less/Makefile
+++ b/usr.bin/less/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/less/Makefile,v 1.11.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $
PROG= less
SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common
index fcc6ccfa1ce3..ab672d0cd59f 100644
--- a/usr.bin/less/Makefile.common
+++ b/usr.bin/less/Makefile.common
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/less/Makefile.common,v 1.4.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $
LSDIR= ${.CURDIR}/../../contrib/less
.PATH: ${LSDIR}
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index bc1b7173f0c1..cc0a402fa4af 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/usr.bin/less/defines.h,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/* defines.h. Generated from defines.h.in by configure. */
/* defines.h.in. Generated from configure.ac by autoheader. */
diff --git a/usr.bin/less/lesspipe.sh b/usr.bin/less/lesspipe.sh
index acae7daff032..3a1de8d62660 100644
--- a/usr.bin/less/lesspipe.sh
+++ b/usr.bin/less/lesspipe.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# ex:ts=8
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/less/lesspipe.sh,v 1.4.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $
case "$1" in
*.Z)
diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh
index b947b819f2c0..5eff88666f9e 100644
--- a/usr.bin/less/zless.sh
+++ b/usr.bin/less/zless.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/less/zless.sh,v 1.1.24.1.6.1 2010/12/21 17:09:25 kensmith Exp $
#
export LESSOPEN="|/usr/bin/lesspipe.sh %s"