summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-11-29 16:27:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-11-29 16:27:50 +0000
commitc946513a79c581a5279e039831dcddfbd4f7a179 (patch)
treeaf84f06053bf78ac48bb331e905a1abf0f2bf5cf /usr.bin
parentd0236f8b695bb22c61411f59891f49099a0aa252 (diff)
typo;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pkg-config/pkg-config.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config.1 b/usr.bin/pkg-config/pkg-config.1
index c0b03a0e5c3..c398bef904b 100644
--- a/usr.bin/pkg-config/pkg-config.1
+++ b/usr.bin/pkg-config/pkg-config.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg-config.1,v 1.7 2006/11/29 14:58:32 jmc Exp $
+.\" $OpenBSD: pkg-config.1,v 1.8 2006/11/29 16:27:49 jmc Exp $
.\"
.\" Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
.\"
@@ -84,7 +84,7 @@ This is the default if no other option is given.
.It Cm --help
Print a help message and exit.
.It Cm --libs
-Return all linker flags required to linker against the package.
+Return all linker flags required to link against the package.
.It Cm --libs-only-l
Return only the library (-lwhatever) flags required to link against
the package.