diff options
Diffstat (limited to 'usr.bin/setchannel')
-rw-r--r-- | usr.bin/setchannel/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/setchannel/setchannel.1 | 2 | ||||
-rw-r--r-- | usr.bin/setchannel/setchannel.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/setchannel/Makefile b/usr.bin/setchannel/Makefile index 0ffb33078592..09fb52f69bd7 100644 --- a/usr.bin/setchannel/Makefile +++ b/usr.bin/setchannel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/setchannel/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ PROG= setchannel diff --git a/usr.bin/setchannel/setchannel.1 b/usr.bin/setchannel/setchannel.1 index c51ec3c00d72..10eea3f0650e 100644 --- a/usr.bin/setchannel/setchannel.1 +++ b/usr.bin/setchannel/setchannel.1 @@ -23,7 +23,7 @@ .\ SUCH DAMAGE. .\ .\" $Id: cxm.4,v 1.1 2004/10/16 00:12:35 mavetju Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/setchannel/setchannel.1,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd November 30, 2006 .Dt pvr250-setchannel 1 diff --git a/usr.bin/setchannel/setchannel.c b/usr.bin/setchannel/setchannel.c index f6f3e2040ac6..ef9c1f79ff79 100644 --- a/usr.bin/setchannel/setchannel.c +++ b/usr.bin/setchannel/setchannel.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/setchannel/setchannel.c,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* Set the channel of the tuner card. */ |