]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
opt-manpages: use 'Added in' instead of 'Since'
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Oct 2021 09:45:26 +0000 (11:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Oct 2021 11:56:13 +0000 (13:56 +0200)
Closes #7913

docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3
docs/libcurl/opts/CURLOPT_MIMEPOST.3
docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3

index eb1c75e4dd5aae1d1675a0625810157c0e2566d1..1efff47e5b7634174faaa476f9a43f93840621b1 100644 (file)
@@ -52,7 +52,7 @@ All
 .fi
 
 .SH AVAILABILITY
-Since 7.53.0.
+Added in 7.53.0.
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 .SH "SEE ALSO"
index 9da1ee174d2ce118bd565abfecc81cab8f69bcc0..cb4b00bdb0f06ab37cba3fd45d414d5e65414ce2 100644 (file)
@@ -45,7 +45,7 @@ Using this option implies the use of several mime structure building
 functions: see https://curl.se/libcurl/c/smtp-mime.html for a complete
 example.
 .SH AVAILABILITY
-Since 7.56.0.
+Added in 7.56.0
 .SH RETURN VALUE
 This will return CURLE_OK.
 .SH "SEE ALSO"
index dadf92648edf137e77dfb3b3bbf7b0b57e1705b7..feb445cc21b097eed11353ed64f04f1950a37219 100644 (file)
@@ -75,7 +75,7 @@ CURLPROTO_TELNET
 CURLPROTO_TFTP
 .fi
 .SH DEFAULT
-HTTP, HTTPS, FTP and FTPS (Since 7.65.2).
+HTTP, HTTPS, FTP and FTPS (Added in 7.65.2).
 
 Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
 SMB and SMBS.
index 7b19246ba777fd99174c4952b6a98e00d92718e9..867b676e69214f0b75072c717b0437359b4499b5 100644 (file)
@@ -72,7 +72,7 @@ you could use the proc filesystem to bypass the limitation:
   /* Be sure to keep dirfd valid until you discard the handle */
 .fi
 .SH AVAILABILITY
-Since 7.40.0.
+Added in 7.40.0.
 .SH RETURN VALUE
 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 .SH "SEE ALSO"