diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl-config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index d78568dd1..812edf71e 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -26,7 +26,7 @@ Shows the complete set of libs and other linker options you will need in order to link your application with libcurl. .IP "--prefix" This is the prefix used when libcurl was installed. Libcurl is then installed -in \$prefix/lib and its header files are installed in \$prefix/include and so +in $prefix/lib and its header files are installed in $prefix/include and so on. The prefix is set with "configure --prefix". .IP "--version" Outputs version information about the installed libcurl. |