From dcea63ed5a7bcc7b1804c21d0fb6bd17ff39cdca Mon Sep 17 00:00:00 2001
From: Dan Egnor <egnor@ofb.net>
Date: Sat, 28 Oct 2000 19:08:10 +0000
Subject: [PATCH] doctype

---
 alloc.html          | 1 +
 how.html            | 1 +
 index.html          | 1 +
 on_fd.html          | 1 +
 on_signal.html      | 1 +
 on_time.html        | 1 +
 oop_adns.html       | 1 +
 oop_adns_query.html | 1 +
 oop_glib.html       | 1 +
 oop_rl.html         | 1 +
 oop_sys.html        | 1 +
 oop_sys_run.html    | 1 +
 oop_sys_source.html | 1 +
 oop_www.html        | 1 +
 ref.html            | 1 +
 why.html            | 1 +
 16 files changed, 16 insertions(+)

diff --git a/alloc.html b/alloc.html
index c9e8dc8..1b1287d 100644
--- a/alloc.html
+++ b/alloc.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_malloc(), oop_free()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/how.html b/how.html
index 841cc1e..82f4bd3 100644
--- a/how.html
+++ b/how.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: How?</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/index.html b/index.html
index fee4151..28c150b 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop home page</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/on_fd.html b/on_fd.html
index f3323b7..1bb67dd 100644
--- a/on_fd.html
+++ b/on_fd.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: on_fd(), cancel_fd()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/on_signal.html b/on_signal.html
index 7dc13c2..7b74d8c 100644
--- a/on_signal.html
+++ b/on_signal.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: on_signal(), cancel_signal()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/on_time.html b/on_time.html
index 0fa591c..b29ca7b 100644
--- a/on_time.html
+++ b/on_time.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: on_time(), cancel_time()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_adns.html b/oop_adns.html
index 5fff052..6af62cc 100644
--- a/oop_adns.html
+++ b/oop_adns.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_adns_new(), oop_adns_delete()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_adns_query.html b/oop_adns_query.html
index 9a87474..2785356 100644
--- a/oop_adns_query.html
+++ b/oop_adns_query.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_adns_submit(), oop_adns_cancel()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_glib.html b/oop_glib.html
index 3b13dfb..482bf49 100644
--- a/oop_glib.html
+++ b/oop_glib.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_glib_new(), oop_glib_delete(), oop_glib_return()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_rl.html b/oop_rl.html
index 6ae05d0..f233f8e 100644
--- a/oop_rl.html
+++ b/oop_rl.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_readline_register(), oop_readline_cancel()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_sys.html b/oop_sys.html
index 4c8d853..c9ea483 100644
--- a/oop_sys.html
+++ b/oop_sys.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_sys_new(), oop_sys_delete()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_sys_run.html b/oop_sys_run.html
index 40f5c01..46219c8 100644
--- a/oop_sys_run.html
+++ b/oop_sys_run.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_sys_run()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_sys_source.html b/oop_sys_source.html
index 2770cb9..2fb3e46 100644
--- a/oop_sys_source.html
+++ b/oop_sys_source.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_sys_source()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/oop_www.html b/oop_www.html
index d487e60..e36f49c 100644
--- a/oop_www.html
+++ b/oop_www.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: oop_www_register(), oop_www_cancel(), oop_www_memory()</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/ref.html b/ref.html
index 3cfed45..bc6fc35 100644
--- a/ref.html
+++ b/ref.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: Reference</title>
 <link rel="stylesheet" type="text/css" href="style.css">
diff --git a/why.html b/why.html
index 9d7a4fb..d2a9ed4 100644
--- a/why.html
+++ b/why.html
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
 <html><head>
 <title>liboop: Why?</title>
 <link rel="stylesheet" type="text/css" href="style.css">
-- 
GitLab