summaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commit97d92980a96a50750844f420cc225ddf918f0699 (patch)
treefc27ba7986197654e0590b963524833255709f22 /usr.sbin/rtprio
parentdacec3e8f2226e029edbfe9938772ed71d99af62 (diff)
downloadsrc-test2-97d92980a96a50750844f420cc225ddf918f0699.tar.gz
src-test2-97d92980a96a50750844f420cc225ddf918f0699.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50479
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 c023e189e3b9..4c0e0cdc3212 100644
--- a/usr.sbin/rtprio/Makefile
+++ b/usr.sbin/rtprio/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
-# $Id$
+# $FreeBSD$
BINDIR=/usr/sbin
PROG= rtprio
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1
index eea966a3c8ff..bce3f8113e42 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.
.\"
-.\" $Id: rtprio.1,v 1.15 1998/03/23 08:28:58 charnier Exp $
+.\" $FreeBSD$
.\"
.Dd July 23, 1994
.Dt RTPRIO 1
diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c
index b1f4edc4bb83..9c650a60104e 100644
--- a/usr.sbin/rtprio/rtprio.c
+++ b/usr.sbin/rtprio/rtprio.c
@@ -34,7 +34,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: rtprio.c,v 1.6 1998/05/19 20:52:31 dufault Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>