aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-30 06:31:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-30 06:31:32 +0000
commit32a446cf1930d5fc6e86a41ce0b06fa130e1bdc0 (patch)
treefb47db47c0752483df58c0fe06af3f733c922799
parent94459cab98a740dfa3ac12350e593a87a43f30da (diff)
format mistake in --form-string, pointed out by Owen Watson
-rw-r--r--docs/curl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index fb845913c..c3d89d828 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -391,9 +391,9 @@ This option can be used multiple times.
.IP "--form-string <name=string>"
(HTTP) Similar to \fI--form\fP except that the value string for the named
parameter is used literally. Leading \&'@' and \&'<' characters, and the
-\&';type=' string in the value have no special meaning. Use this in
-preference to \fI--form\fP if there's any possibility that the string value
-may accidentally trigger the \&'@' or \&'<' features of \fI--form\f{.
+\&';type=' string in the value have no special meaning. Use this in preference
+to \fI--form\fP if there's any possibility that the string value may
+accidentally trigger the \&'@' or \&'<' features of \fI--form\fP.
.IP "-g/--globoff"
This option switches off the "URL globbing parser". When you set this option,
you can specify URLs that contain the letters {}[] without having them being