diff options
Diffstat (limited to 'usr.sbin/rtprio')
| -rw-r--r-- | usr.sbin/rtprio/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/rtprio/rtprio.1 | 2 | ||||
| -rw-r--r-- | usr.sbin/rtprio/rtprio.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile index 4c0e0cdc3212d..3f7a0f8cf2cbe 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rtprio/Makefile,v 1.6 1999/08/28 01:19:48 peter Exp $ BINDIR=/usr/sbin PROG= rtprio diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index 0b7c4d7e01f14..1d7c7d4a8ec5e 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$ +.\" $FreeBSD: src/usr.sbin/rtprio/rtprio.1,v 1.19 2000/03/01 14:07:43 sheldonh Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 1 diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c index 9c650a60104ef..08a7028adaddc 100644 --- a/usr.sbin/rtprio/rtprio.c +++ b/usr.sbin/rtprio/rtprio.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rtprio/rtprio.c,v 1.8 1999/08/28 01:19:49 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |
