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 0b41ac9a726db..a79db7cc47d97 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1994/10/02 04:48:18 davidg Exp $ +# $Id: Makefile,v 1.3 1995/08/06 00:58:52 bde Exp $ BINDIR=/usr/sbin PROG= rtprio diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index 67db1893d8230..58d7db52020c1 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.6.2.5 1998/03/15 00:07:09 jkh Exp $ +.\" $Id: rtprio.1,v 1.6.2.6 1998/07/18 11:12:23 jkh Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 1 diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c index abfb5d7d03105..71f859aa9fcdf 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.2.8.1 1997/11/06 07:34:33 charnier Exp $"; + "$Id: rtprio.c,v 1.2.8.2 1998/08/04 12:32:03 thepish Exp $"; #endif /* not lint */ #include <sys/param.h> |