summaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 16:15:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 16:15:28 +0000
commit476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch)
tree38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/rtprio
parentfce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff)
downloadsrc-test2-476602a9d0b9041b42a108349dc58a4ca6bf4223.tar.gz
src-test2-476602a9d0b9041b42a108349dc58a4ca6bf4223.zip
Notes
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r--usr.sbin/rtprio/Makefile2
-rw-r--r--usr.sbin/rtprio/rtprio.12
-rw-r--r--usr.sbin/rtprio/rtprio.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile
index 2b5f3dc18f73..c023e189e3b9 100644
--- a/usr.sbin/rtprio/Makefile
+++ b/usr.sbin/rtprio/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
-# $FreeBSD$
+# $Id$
BINDIR=/usr/sbin
PROG= rtprio
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1
index 1789064202a0..3bb809120308 100644
--- a/usr.sbin/rtprio/rtprio.1
+++ b/usr.sbin/rtprio/rtprio.1
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $Id$
.\"
.Dd July 23, 1994
.Dt RTPRIO 1
diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c
index f7a91f5b812d..ab4d08513fb8 100644
--- a/usr.sbin/rtprio/rtprio.c
+++ b/usr.sbin/rtprio/rtprio.c
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $Id$
*/
#include <sys/param.h>