diff options
Diffstat (limited to 'share/examples/perfmon')
-rw-r--r-- | share/examples/perfmon/Makefile | 2 | ||||
-rw-r--r-- | share/examples/perfmon/README | 2 | ||||
-rw-r--r-- | share/examples/perfmon/perfmon.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/perfmon/Makefile b/share/examples/perfmon/Makefile index 96848c8edd952..9866d7bd8727e 100644 --- a/share/examples/perfmon/Makefile +++ b/share/examples/perfmon/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 13:55:57 peter Exp $ PROG= perfmon NOMAN= diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README index 1a339b86494e6..1bd2d29e58c2e 100644 --- a/share/examples/perfmon/README +++ b/share/examples/perfmon/README @@ -21,4 +21,4 @@ The following options are not implemented on Pentium CPUs: There is one mandatory argument, which must be the number of the counter. All numbers can be specified in any format acceptable to strtol(3). -$Id$ +$Id: README,v 1.3 1997/02/22 13:55:57 peter Exp $ diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c index b6c9ff5d8ce45..47ab8d166f651 100644 --- a/share/examples/perfmon/perfmon.c +++ b/share/examples/perfmon/perfmon.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: perfmon.c,v 1.3 1997/02/22 13:55:58 peter Exp $ + * $Id: perfmon.c,v 1.4 1997/06/29 22:43:01 bde Exp $ */ #include <sys/types.h> |