aboutsummaryrefslogtreecommitdiff
path: root/share/examples/perfmon
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch)
tree0cf37f427c704496510156e28ccd8cd233f9d688 /share/examples/perfmon
parente6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff)
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50476
Diffstat (limited to 'share/examples/perfmon')
-rw-r--r--share/examples/perfmon/Makefile2
-rw-r--r--share/examples/perfmon/README2
-rw-r--r--share/examples/perfmon/perfmon.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/perfmon/Makefile b/share/examples/perfmon/Makefile
index 96848c8edd95..e1e7e9faf090 100644
--- a/share/examples/perfmon/Makefile
+++ b/share/examples/perfmon/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
PROG= perfmon
NOMAN=
diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README
index 1a339b86494e..ccd6877a175a 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$
+$FreeBSD$
diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c
index b6c9ff5d8ce4..34e38849b22b 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 $
+ * $FreeBSD$
*/
#include <sys/types.h>