From 5ed0f532d46bc5ba0f303d012e3675710ac05b45 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 5 Dec 2017 18:12:47 -0600 Subject: [PATCH] docs: s/frameworks/libraries/ (closes #156) --- README.md | 4 ++-- pkgconf.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 431c0d1..e90f331 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # pkgconf [![Build Status](https://travis-ci.org/pkgconf/pkgconf.svg?branch=master)](https://travis-ci.org/pkgconf/pkgconf) [![Documentation Status](https://readthedocs.org/projects/pkgconf/badge/?version=latest)](http://pkgconf.readthedocs.io/en/latest/?badge=latest) `pkgconf` is a program which helps to configure compiler and linker flags for -development frameworks. It is similar to pkg-config from freedesktop.org. +development libraries. It is similar to pkg-config from freedesktop.org. `libpkgconf` is a library which provides access to most of `pkgconf`'s functionality, to allow -other tooling such as compilers and IDEs to discover and use frameworks configured by +other tooling such as compilers and IDEs to discover and use libraries configured by pkgconf. ## using `pkgconf` with autotools diff --git a/pkgconf.1 b/pkgconf.1 index 9924ce0..040c8a9 100644 --- a/pkgconf.1 +++ b/pkgconf.1 @@ -20,7 +20,7 @@ .Sh DESCRIPTION .Nm is a program which helps to configure compiler and linker flags for -development frameworks. This allows build systems to detect other dependencies +development libraries. This allows build systems to detect other dependencies and use them with the system toolchain. .Sh GENERAL OPTIONS .Bl -tag -width indent