From owner-svn-src-stable-other@FreeBSD.ORG Sun Dec 27 07:04:21 2009 Return-Path: Delivered-To: svn-src-stable-other@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9760D1065679; Sun, 27 Dec 2009 07:04:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 854518FC16; Sun, 27 Dec 2009 07:04:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBR74L13046533; Sun, 27 Dec 2009 07:04:21 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBR74LKD046531; Sun, 27 Dec 2009 07:04:21 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200912270704.nBR74LKD046531@svn.freebsd.org> From: Xin LI Date: Sun, 27 Dec 2009 07:04:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-other@freebsd.org X-SVN-Group: stable-other MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201040 - stable/5/lib/libexpat X-BeenThere: svn-src-stable-other@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the old stable src trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2009 07:04:21 -0000 Author: delphij Date: Sun Dec 27 07:04:21 2009 New Revision: 201040 URL: http://svn.freebsd.org/changeset/base/201040 Log: Explicitly say that this is an internal library which is intended to be used within FreeBSD base system only, and discourage user applications from using it. User applications should use the expat version from the ports/package collection. Reviewed by: simon (earlier version) Modified: stable/5/lib/libexpat/libbsdxml.3 Directory Properties: stable/5/lib/libexpat/ (props changed) Modified: stable/5/lib/libexpat/libbsdxml.3 ============================================================================== --- stable/5/lib/libexpat/libbsdxml.3 Sun Dec 27 06:28:01 2009 (r201039) +++ stable/5/lib/libexpat/libbsdxml.3 Sun Dec 27 07:04:21 2009 (r201040) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd October 4, 2002 +.Dd December 12, 2009 .Dt LIBBSDXML 3 .Os .Sh NAME @@ -38,6 +38,15 @@ The .Nm library is a verbatim copy of the eXpat XML library version 1.95.5. .Pp +The +.Nm +library is intended to use within the +.Fx +base system only. +Use of the +.Nm +library for other purposes is not supported and discouraged. +.Pp To avoid version and autoconfiguration issues, the library has been renamed to .Nm