Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Replace "configname" with "name"
Devin Teske committed 10 years ago
commit 9a9b82dd62745dee67df0844b9dc56746d20ef20
parent 4b0f66e
2 files changed +3 -3
modified docs/pkg-config.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd November 29, 2013
+
.Dd January 26, 2016
.Dt PKG-CONFIG 8
.Os
.Sh NAME
@@ -22,7 +22,7 @@
.Nd retrieve the value of a given configuration option
.Sh SYNOPSIS
.Nm
-
.Ar configname
+
.Ar name
.Sh DESCRIPTION
.Nm
retrieve the value of a given configuration option.
modified src/config.c
@@ -38,7 +38,7 @@ void
usage_config(void)
{
	fprintf(stderr,
-
            "Usage: pkg config <configname>\n\n");
+
            "Usage: pkg config <name>\n\n");
	//fprintf(stderr, "For more information see 'pkg help config'.\n");
}