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 493eb32..96848c8 100644 --- a/share/examples/perfmon/Makefile +++ b/share/examples/perfmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= perfmon NOMAN= diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README index ccd6877..1a339b8 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). -$FreeBSD$ +$Id$ diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c index 37f7af8..274a828 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. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> |