diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /share/examples/perfmon | |
parent | 64ebedf61255aa0e6870e1d553a473cf6cd218b9 (diff) |
Revert $FreeBSD$ to $Id$
Notes
Notes:
svn path=/head/; revision=22988
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 493eb3247974..96848c8edd95 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 ccd6877a175a..1a339b86494e 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 37f7af87e13c..274a828af99c 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> |