summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 1111702565b0eefb70064a4faf8647e3f622e70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>
  <meta http-equiv="Content-Type"     
        content="text/html; charset=iso-8859-1">
  <meta http-equiv="Content-Language" content="en-gb">
  <meta name="generator" 
        content="Mozilla/4.76 (X11; U; Linux 2.4.1-0.1.9 i586) [Netscape]">
  <meta name="author" content="Julian Seward <jseward@acm.org>">
  <meta name="description" content="say what this prog does">
  <meta name="keywords" content="Valgrind, memory checker, x86, GPL">
  <title>Valgrind's user manual</title>
</head>

<frameset cols="150,*">
  <frame name="nav" target="main" src="nav.html">
  <frame name="main" src="manual.html" scrolling="auto">
  <noframes>
    <body>
     <p>This page uses frames, but your browser doesn't support them.</p>
    </body>
  </noframes>
</frameset>

</html>