~kaniini/pkgconf

Fix spelling in pkg.m4(7) v1 APPLIED

Nicolas Braud-Santoni <nicoo@debian.org>
Nicolas Braud-Santoni: 2
 Fix spelling in pkg.m4(7)
 Fix troff markup in pkgconf-personality(5)

 2 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~kaniini/pkgconf/patches/6731/mbox | git am -3
Learn more about email & git

[PATCH 1/2] Fix spelling in pkg.m4(7) Export this patch

Nicolas Braud-Santoni <nicoo@debian.org>
---
 man/pkg.m4.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/pkg.m4.7 b/man/pkg.m4.7
index 448dda8..f921070 100644
--- a/man/pkg.m4.7
+++ b/man/pkg.m4.7
@@ -87,7 +87,7 @@ be changed by passing the
.Nm DIRECTORY
parameter.
.Pp
This value can be overriden with the
This value can be overridden with the
.Fl -with-pkgconfigdir
configure parameter.
.Ss "PKG_NOARCH_INSTALLDIR(DIRECTORY)"
@@ -99,7 +99,7 @@ be changed by passing the
.Nm DIRECTORY
parameter.
.Pp
This value can be overriden with the
This value can be overridden with the
.Fl -with-noarch-pkgconfigdir
configure parameter.
.Ss "PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])"
-- 
2.20.1

[PATCH 2/2] Fix troff markup in pkgconf-personality(5) Export this patch

Nicolas Braud-Santoni <nicoo@debian.org>
A list was started with .Bl but not ended (with .El)
---
 man/pkgconf-personality.5 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man/pkgconf-personality.5 b/man/pkgconf-personality.5
index 5815948..8db85b3 100644
--- a/man/pkgconf-personality.5
+++ b/man/pkgconf-personality.5
@@ -72,6 +72,7 @@ A list of directories that are included by default in the search path for
libraries.
(mandatory; fragment list)
.\"
.El
.Sh EXAMPLES
An example .personality file:
.Bd -literal
-- 
2.20.1