summaryrefslogtreecommitdiff
path: root/usr.sbin/raycontrol
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/raycontrol')
-rw-r--r--usr.sbin/raycontrol/Makefile2
-rw-r--r--usr.sbin/raycontrol/raycontrol.82
-rw-r--r--usr.sbin/raycontrol/raycontrol.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/raycontrol/Makefile b/usr.sbin/raycontrol/Makefile
index 50e747277f803..405d88ba302d5 100644
--- a/usr.sbin/raycontrol/Makefile
+++ b/usr.sbin/raycontrol/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/raycontrol/Makefile,v 1.4.30.1 2008/10/02 02:57:24 kensmith Exp $
PROG= raycontrol
MAN= raycontrol.8
diff --git a/usr.sbin/raycontrol/raycontrol.8 b/usr.sbin/raycontrol/raycontrol.8
index 26a910a141d42..2518d0265f618 100644
--- a/usr.sbin/raycontrol/raycontrol.8
+++ b/usr.sbin/raycontrol/raycontrol.8
@@ -58,7 +58,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/raycontrol/raycontrol.8,v 1.13.16.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.Dd March 21, 2000
.Dt RAYCONTROL 8
diff --git a/usr.sbin/raycontrol/raycontrol.c b/usr.sbin/raycontrol/raycontrol.c
index 006fedabbb453..ff2191aa197cd 100644
--- a/usr.sbin/raycontrol/raycontrol.c
+++ b/usr.sbin/raycontrol/raycontrol.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/raycontrol/raycontrol.c,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <sys/param.h>