summaryrefslogtreecommitdiff
path: root/usr.bin/file/magdir/sgml
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/file/magdir/sgml')
-rw-r--r--usr.bin/file/magdir/sgml28
1 files changed, 19 insertions, 9 deletions
diff --git a/usr.bin/file/magdir/sgml b/usr.bin/file/magdir/sgml
index 38039ae08c4..985bbeca21e 100644
--- a/usr.bin/file/magdir/sgml
+++ b/usr.bin/file/magdir/sgml
@@ -1,11 +1,21 @@
#------------------------------------------------------------------------------
-# sgml: file(1) magic for Standard(?) Generalized Mark-up Language
-#
-# $Id: sgml,v 1.1 1995/10/18 08:45:11 deraadt Exp $
-# SGML goop, mostly from rph@sq.
-0 string \<!DOCTYPE Exported SGML document
-0 string \<!doctype Exported SGML document
-0 string \<!SUBDOC Exported SGML subdocument
-0 string \<!subdoc Exported SGML subdocument
-0 string \<!-- Exported SGML document
+# sgml: file(1) magic for Standard Generalized Markup Language
+
+# HyperText Markup Language (HTML) is an SGML document type,
+# from Daniel Quinlan (quinlan@yggdrasil.com)
+0 string \<!DOCTYPE\ HTML HTML document text
+0 string \<!doctype\ html HTML document text
+0 string \<HEAD HTML document text
+0 string \<head HTML document text
+0 string \<TITLE HTML document text
+0 string \<title HTML document text
+0 string \<html HTML document text
+0 string \<HTML HTML document text
+
+# SGML, mostly from rph@sq
+0 string \<!DOCTYPE exported SGML document text
+0 string \<!doctype exported SGML document text
+0 string \<!SUBDOC exported SGML subdocument text
+0 string \<!subdoc exported SGML subdocument text
+0 string \<!-- exported SGML document text