diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/rtprio | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
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 0b41ac9a726d..a79db7cc47d9 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 67db1893d823..58d7db52020c 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 0088b401fe69..a4a2c52f20a5 100644 --- a/usr.sbin/rtprio/rtprio.c +++ b/usr.sbin/rtprio/rtprio.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rtprio.c,v 1.2.8.1 1997/11/06 07:34:33 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
