diff options
Diffstat (limited to 'sbin/rcorder')
| -rw-r--r-- | sbin/rcorder/Makefile | 2 | ||||
| -rw-r--r-- | sbin/rcorder/rcorder.8 | 2 | ||||
| -rw-r--r-- | sbin/rcorder/rcorder.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index 2ca64cc90b5f..3c90fa37b753 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/rcorder/Makefile,v 1.6 2006/01/25 16:34:33 dougb Exp $ PROG= rcorder SRCS= ealloc.c hash.c rcorder.c diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8 index 6a0c570c4e0d..c856d95fad47 100644 --- a/sbin/rcorder/rcorder.8 +++ b/sbin/rcorder/rcorder.8 @@ -29,7 +29,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/sbin/rcorder/rcorder.8,v 1.4 2004/07/02 18:37:52 ru Exp $ .\" .Dd July 17, 2000 .Dt RCORDER 8 diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c index 5bf60cb174bc..dbe9e07bf7db 100644 --- a/sbin/rcorder/rcorder.c +++ b/sbin/rcorder/rcorder.c @@ -36,7 +36,7 @@ */ #include <sys/types.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/rcorder/rcorder.c,v 1.3 2006/05/20 05:47:18 delphij Exp $"); #include <sys/stat.h> |
