]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts/_VERSION: provide %VERSION correctly
authorDaniel Stenberg <daniel@haxx.se>
Wed, 28 Feb 2024 10:40:04 +0000 (11:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 28 Feb 2024 14:53:12 +0000 (15:53 +0100)
... so that it does not get included verbatim in the output. Fixes a
regression shipped in 8.6.0.

Also fix a format mistake in form.md

Closes #13008

docs/cmdline-opts/_VERSION.md
docs/cmdline-opts/form.md

index 4c759f14705102b02353452fd10e0f3f1dd1e39b..e0228fe9cdbb8eec205a775da29ca48ec92aa541 100644 (file)
@@ -2,10 +2,10 @@
 <!-- SPDX-License-Identifier: curl -->
 # VERSION
 
-This man page describes curl %VERSION. If you use a later version, chances are
-this man page does not fully document it. If you use an earlier version, this
-document tries to include version information about which specific version
-that introduced changes.
+This man page describes curl `%VERSION`. If you use a later version, chances
+are this man page does not fully document it. If you use an earlier version,
+this document tries to include version information about which specific
+version that introduced changes.
 
 You can always learn which the latest curl version is by running
 
index 25b4bc7305083618b8de495bc1d7b7397c87e632..44d958a4683432fce3c56ea16cfab22d8be32db2 100644 (file)
@@ -29,10 +29,10 @@ message to transmit.
 
 This enables uploading of binary files etc. To force the 'content' part to be
 a file, prefix the filename with an @ sign. To just get the content part from
-a file, prefix the filename with the symbol \<. The difference between @ and <
-is then that @ makes a file get attached in the post as a file upload, while
-the \< makes a text field and just get the contents for that text field from a
-file.
+a file, prefix the filename with the symbol \<. The difference between @ and
+\< is then that @ makes a file get attached in the post as a file upload,
+while the \< makes a text field and just get the contents for that text field
+from a file.
 
 Tell curl to read content from stdin instead of a file by using - as
 filename. This goes for both @ and \< constructs. When stdin is used, the