diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-19 11:19:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-19 11:19:54 +0000 |
commit | 60a43561e23ec5a3d2da808b00e2fdf56e342b23 (patch) | |
tree | 8d870e3bba6b608e807d0a5193bda9ce6927c794 | |
parent | a91b7d461da57462f9291e15e6dc26060fbb9b53 (diff) |
fixed an nroff syntax mistake
-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. |