From: Daniel Stenberg Date: Thu, 19 Apr 2001 11:19:54 +0000 (+0000) Subject: fixed an nroff syntax mistake X-Git-Tag: curl-7_7_2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60a43561e23ec5a3d2da808b00e2fdf56e342b23;p=thirdparty%2Fcurl.git fixed an nroff syntax mistake --- diff --git a/docs/curl-config.1 b/docs/curl-config.1 index d78568dd15..812edf71e2 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.