diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-29 16:27:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-29 16:27:50 +0000 |
commit | c946513a79c581a5279e039831dcddfbd4f7a179 (patch) | |
tree | af84f06053bf78ac48bb331e905a1abf0f2bf5cf | |
parent | d0236f8b695bb22c61411f59891f49099a0aa252 (diff) |
typo;
-rw-r--r-- | usr.bin/pkg-config/pkg-config.1 | 4 |
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. |