diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-20 23:30:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-20 23:30:30 +0000 |
commit | f97318a24fcd86a80c25354a2c8924de6b484348 (patch) | |
tree | 6c277dc6b45fd7eafc3d06b2a66ae7de8b944db1 /pkgtools | |
parent | 5840d5f65d47c856b99f9466f04a92f1bf8a9896 (diff) | |
download | pkgsrc-f97318a24fcd86a80c25354a2c8924de6b484348.tar.gz |
Fix a spell-o and add a strategically valuable comma.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/files/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/README b/pkgtools/libnbcompat/files/README index 07fd68225ff..c13119bd39b 100644 --- a/pkgtools/libnbcompat/files/README +++ b/pkgtools/libnbcompat/files/README @@ -1,9 +1,9 @@ -$NetBSD: README,v 1.8 2004/08/19 22:15:31 schmonz Exp $ +$NetBSD: README,v 1.9 2004/08/20 23:30:30 schmonz Exp $ 0 Introduction ============== -libnbcompat builds and installs a portable NetBSD-compability library +libnbcompat builds and installs a portable NetBSD-compatibility library that supplies routines missing on operating systems that are used by the family of pkgsrc bootstrap tools. Note that libnbcompat is very much a work-in-progress. Only the functions that are directly used @@ -14,7 +14,7 @@ this includes the following packages: pkgtools/mtree pkgtools/pkg_install -A script, src2nbcompat is also included in the sources that simplifies +A script, src2nbcompat, is also included in the sources that simplifies importing software from the NetBSD src module into pkgsrc. |