]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_FILETIME.3: fix the protocols this works with
authorDaniel Stenberg <daniel@haxx.se>
Tue, 31 May 2022 15:40:47 +0000 (17:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 31 May 2022 15:40:47 +0000 (17:40 +0200)
docs/libcurl/opts/CURLOPT_FILETIME.3

index 31f9c11c7a8e8a56c9542dfedb54df1806313f71..ef3619e4a030fcac5d1714676fafafd884503e4c 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -38,7 +38,7 @@ argument can be used after a transfer to extract the received time (if any).
 .SH DEFAULT
 0
 .SH PROTOCOLS
-HTTP, FTP, SFTP, FILE
+HTTP(S), FTP(S), SFTP, FILE, SMB(S)
 .SH EXAMPLE
 .nf
 curl = curl_easy_init();