summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-06-01 19:50:08 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-01 19:51:16 +0200
commitd6bb8dcc23b5e607e2f30c63d9cf13371219df54 (patch)
treec6240187c11a6455a8c481b020887e9bb3d04b0b
parent685359d4c3881acdb4f11285bd77d56a867e09c9 (diff)
downloadcurl-d6bb8dcc23b5e607e2f30c63d9cf13371219df54.tar.gz
CURLOPT_WILDCARDMATCH: minor style edit
Due to some flaw in roffit I removed some style changes to make the web page look better.
-rw-r--r--docs/libcurl/curl_easy_setopt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index ba43a530a..7588df9aa 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -106,18 +106,18 @@ This feature is only supported by the FTP download for now.
A brief introduction of its syntax follows:
.RS
-.IP "\fB*\fP - ASTERISK"
+.IP "* - ASTERISK"
\&ftp://example.com/some/path/\fB*.txt\fP (for all txt's from the root
directory)
.RE
.RS
-.IP "\fB?\fP - QUESTION MARK"
+.IP "? - QUESTION MARK"
Question mark matches any (exactly one) character.
\&ftp://example.com/some/path/\fBphoto?.jpeg\fP
.RE
.RS
-.IP "\fB[\fP - BRACKET EXPRESSION"
+.IP "[ - BRACKET EXPRESSION"
The left bracket opens a bracket expression. The question mark and asterisk have
no special meaning in a bracket expression. Each bracket expression ends by the
right bracket and matches exactly one character. Some examples follow: