diff options
-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. |