You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/03/26 19:30:54 UTC

cvs commit: apache-1.3/conf magic

jerenkrantz    02/03/26 10:30:54

  Modified:    conf     magic
  Log:
  Fix some formatting problems before next commit.
  
  Revision  Changes    Path
  1.4       +13 -13    apache-1.3/conf/magic
  
  Index: magic
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/magic,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- magic	18 Jul 1998 11:35:53 -0000	1.3
  +++ magic	26 Mar 2002 18:30:54 -0000	1.4
  @@ -87,9 +87,9 @@
   # Microsoft WAVE format (*.wav)
   # [GRR 950115:  probably all of the shorts and longs should be leshort/lelong]
   #					Microsoft RIFF
  -0	string		RIFF		audio/unknown	
  +0	string		RIFF		audio/unknown
   #					- WAVE format
  ->8	string		WAVE		audio/x-wav	
  +>8	string		WAVE		audio/x-wav
   
   #------------------------------------------------------------------------------
   # c-lang:  file(1) magic for C programs or various scripts
  @@ -172,17 +172,17 @@
   # from Daniel Quinlan <qu...@yggdrasil.com>
   # and Anna Shergold <an...@inext.co.uk>
   #
  -0	string		\<!DOCTYPE\ HTML	text/html
  -0	string		\<!doctype\ html	text/html
  -0	string		\<HEAD		text/html
  -0	string		\<head		text/html
  -0	string		\<TITLE		text/html
  -0	string		\<title		text/html
  -0       string          \<html          text/html
  -0       string          \<HTML          text/html
  -0	string		\<!--		text/html
  -0	string		\<h1		text/html
  -0	string		\<H1		text/html
  +0   string      \<!DOCTYPE\ HTML    text/html
  +0   string      \<!doctype\ html    text/html
  +0   string      \<HEAD      text/html
  +0   string      \<head      text/html
  +0   string      \<TITLE     text/html
  +0   string      \<title     text/html
  +0   string      \<html      text/html
  +0   string      \<HTML      text/html
  +0   string      \<!--       text/html
  +0   string      \<h1        text/html
  +0   string      \<H1        text/html
   
   #------------------------------------------------------------------------------
   # images:  file(1) magic for image formats (see also "c-lang" for XPM bitmaps)