]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
write-out.d: add missing periods
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 16 Jul 2021 06:21:49 +0000 (02:21 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Jul 2021 22:03:37 +0000 (00:03 +0200)
Closes #7404

docs/cmdline-opts/write-out.d

index 9454c451e4c213c23f2d911d20bde1015a2565d7..df50c318cc9559d3a5f9b762ec2f3c74ea2e3e24 100644 (file)
@@ -62,13 +62,13 @@ A JSON object with all available keys.
 .TP
 .B local_ip
 The IP address of the local end of the most recently done connection - can be
-either IPv4 or IPv6 (Added in 7.29.0)
+either IPv4 or IPv6. (Added in 7.29.0)
 .TP
 .B local_port
-The local port number of the most recently done connection (Added in 7.29.0)
+The local port number of the most recently done connection. (Added in 7.29.0)
 .TP
 .B method
-The http method used in the most recent HTTP request (Added in 7.72.0)
+The http method used in the most recent HTTP request. (Added in 7.72.0)
 .TP
 .B num_connects
 Number of new connects made in the recent transfer. (Added in 7.12.3)
@@ -98,17 +98,17 @@ The Referer: header, if there was any. (Added in 7.76.0)
 .TP
 .B remote_ip
 The remote IP address of the most recently done connection - can be either
-IPv4 or IPv6 (Added in 7.29.0)
+IPv4 or IPv6. (Added in 7.29.0)
 .TP
 .B remote_port
-The remote port number of the most recently done connection (Added in 7.29.0)
+The remote port number of the most recently done connection. (Added in 7.29.0)
 .TP
 .B response_code
 The numerical response code that was found in the last transfer (formerly
 known as "http_code"). (Added in 7.18.2)
 .TP
 .B scheme
-The URL scheme (sometimes called protocol) that was effectively used (Added in 7.52.0)
+The URL scheme (sometimes called protocol) that was effectively used. (Added in 7.52.0)
 .TP
 .B size_download
 The total amount of bytes that were downloaded.