summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-19 11:19:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-19 11:19:54 +0000
commit60a43561e23ec5a3d2da808b00e2fdf56e342b23 (patch)
tree8d870e3bba6b608e807d0a5193bda9ce6927c794
parenta91b7d461da57462f9291e15e6dc26060fbb9b53 (diff)
downloadgnurl-60a43561e23ec5a3d2da808b00e2fdf56e342b23.tar.gz
gnurl-60a43561e23ec5a3d2da808b00e2fdf56e342b23.tar.bz2
gnurl-60a43561e23ec5a3d2da808b00e2fdf56e342b23.zip
fixed an nroff syntax mistake
-rw-r--r--docs/curl-config.12
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.