summary refs log tree commit diff
path: root/pfm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pfm.html')
-rw-r--r--pfm.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/pfm.html b/pfm.html
index e95dc414..f6f26c92 100644
--- a/pfm.html
+++ b/pfm.html
@@ -1,16 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD><TITLE>PFM Format Description</TITLE>
-<META NAME="manual_section" CONTENT="5">
-</HEAD>
-<BODY>
-<H1>pfm</h1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html>
+<head><title>PFM Format Description</title>
+<meta name="manual_section" content="5">
+</head>
+<body>
+<h1>pfm</h1>
 Updated: 19 April 2012
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 PFM - PFM graphic image file format
 
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
 <p>
 This document describes the PFM graphic image file format as understood by
@@ -87,6 +87,6 @@ that most CPUs and compiler use, you can usually just make a program use
 the bytes directly as a floating point number, after taking care of the
 endianness variation.
 
-</BODY>
-</HTML>
+</body>
+</html>