summaryrefslogtreecommitdiff
path: root/usr.bin/file/magdir/sgml
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:30:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:30:30 +0000
commit402481c1a57fdfd137982aeb635fc812cde318f0 (patch)
treefbae54bd8f583d7e971a9921381d6fc3ffed35d9 /usr.bin/file/magdir/sgml
parentc676a5d9145698a76a035ed3480786150513b6f2 (diff)
update from netbsd
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