diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-12-27 07:04:27 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-12-27 07:04:27 +0000 |
| commit | 8f923cfaf1af9d4303e032731fd30c1a42104395 (patch) | |
| tree | 44c2ba64362f0c8d586c181df3de35177ad8dad1 /lib/libexpat | |
| parent | 143dcf0b47cc295b2a22e01dbc3bd1c3f3973556 (diff) | |
Notes
Diffstat (limited to 'lib/libexpat')
| -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 7d7b0e719099..f687518517be 100644 --- a/lib/libexpat/libbsdxml.3 +++ b/lib/libexpat/libbsdxml.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd May 5, 2008 +.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 2.0.1. .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 |
