diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-12-27 07:04:21 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-12-27 07:04:21 +0000 |
commit | b0a1c2ff89d2ad6aec823a54dc66289c7ebb0721 (patch) | |
tree | 3644dfa8ae95ec7d4d8c769a224a078d141dd9b0 | |
parent | d7fc6fc731010ef6356a431207d24924f5bf48c1 (diff) |
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)
Notes
Notes:
svn path=/stable/5/; revision=201040
-rw-r--r-- | lib/libexpat/libbsdxml.3 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3 index 2d5fc3e5e82e..cea0ac644c80 100644 --- a/lib/libexpat/libbsdxml.3 +++ b/lib/libexpat/libbsdxml.3 @@ -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 |