]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
form-string.d: fix format mistake
authorDaniel Stenberg <daniel@haxx.se>
Sun, 18 Dec 2016 15:29:59 +0000 (16:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 18 Dec 2016 15:29:59 +0000 (16:29 +0100)
and regenerated curl.1

Reported-by: Gisle Vanem
docs/cmdline-opts/form-string.d
docs/curl.1

index 1e6c0f94c0b89fcba43cdc0846f52722da97eaa1..80790553c014919d47f0607694911c7545536667 100644 (file)
@@ -6,6 +6,6 @@ See-also: form
 ---
 Similar to --form 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 --form\fP if
+the value have no special meaning. Use this in preference to --form if
 there's any possibility that the string value may accidentally trigger the
 \&'@' or \&'<' features of --form.
index 7bd031ca1cb3701a339de4700cfeb66f899ba530..997492491e6d292e493c7d7926d52098a0ea70e1 100644 (file)
@@ -647,7 +647,7 @@ Added in 7.42.0.
 .IP "--form-string <name=string>"
 (HTTP) Similar to \fI-F, --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-F, --form\fP\fP if
+the value have no special meaning. Use this in preference to \fI-F, --form\fP if
 there's any possibility that the string value may accidentally trigger the
 \&'@' or \&'<' features of \fI-F, --form\fP.