From owner-freebsd-doc@FreeBSD.ORG Fri Dec 31 21:34:53 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4080616A4CF for ; Fri, 31 Dec 2004 21:34:53 +0000 (GMT) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7353F43D2D for ; Fri, 31 Dec 2004 21:34:52 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: (qmail 80869 invoked from network); 1 Jan 2005 06:34:48 +0900 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s384; d=izb.knu.ac.kr; b=QAPq4GYvtQf2/el5SWuHz4dDNj5rczTR4s60r35xww0+Q6fBkhG6HqK5TxCbkicm ; Received: from e.mx (HELO i.mx) (2002:9be6:9d5d:2::1) by e.mx with AES256-SHA encrypted SMTP; 1 Jan 2005 06:34:47 +0900 Received: (qmail 80861 invoked from network); 1 Jan 2005 06:34:46 +0900 Received: from i.mx (HELO null.mx) (2002:9be6:9d5d:3::1) by i.mx with AES256-SHA encrypted SMTP; 1 Jan 2005 06:34:46 +0900 Received: by null.mx (Postfix, from userid 10001) id BF0003EAA; Sat, 1 Jan 2005 06:34:45 +0900 (KST) Date: Sat, 1 Jan 2005 06:34:45 +0900 From: Byung-Hee HWANG To: hrs@FreeBSD.org Message-ID: <20041231213445.GA80586@izb.knu.ac.kr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline Organization: InZealBomb X-URL: http://izb.knu.ac.kr/~bh/ X-PGP-Key-URL: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB622D427 X-PGP-Key-Fingerprint: B276 4B6D 4A66 3E36 6A84 41E4 C86E 1C41 B622 D427 X-PGP-Key-Expires: 2005-12-08 UTC X-Operating-System: FreeBSD 4.11-PRERELEASE X-Originating-IP: [2002:9be6:9d5d:1::1] User-Agent: Mutt/1.5.6+cvs20041209i - All mail clients suck! - _ - cc: doc@FreeBSD.org Subject: freebsd.dsl strangeness X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:34:53 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, doc/share/sgml/freebsd.dsl has some problem. Client's web-browser could not find document's charset because of the problem. Byung-Hee --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="freebsd.dsl.diff" Index: freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.86 diff -u -r1.86 freebsd.dsl --- freebsd.dsl 29 Dec 2004 17:24:58 -0000 1.86 +++ freebsd.dsl 31 Dec 2004 21:07:49 -0000 @@ -38,7 +38,7 @@ (define %hyphenation% #f) (define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") - ("CONTENT" "text/html; charset=\"&doc.html.charset;\"")))) + ("CONTENT" "text/html; charset=&doc.html.charset;")))) (define %gentext-nav-use-tables% ;; Use tables to build the navigation headers and footers? --y0ulUmNC+osPPQO6--