From 1a4d3920461243305eb94c9ebb7f84ddeefbf860 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Mar 2026 18:05:34 +0100 Subject: [PATCH] docs: minor wording tweaks found when improving the badwords whitelisting logic --- docs/cmdline-opts/connect-to.md | 2 +- docs/tests/FILEFORMAT.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/connect-to.md b/docs/cmdline-opts/connect-to.md index 79873ab099..c7378318e2 100644 --- a/docs/cmdline-opts/connect-to.md +++ b/docs/cmdline-opts/connect-to.md @@ -27,7 +27,7 @@ original hostname and port number. A hostname specified to this option is compared as a string, so it needs to match the name used in the request URL. It can be either numerical such as -`127.0.0.1` or the full host name such as `example.org`. +`127.0.0.1` or the full hostname such as `example.org`. Example: redirect connects from the example.com hostname to 127.0.0.1 independently of port number: diff --git a/docs/tests/FILEFORMAT.md b/docs/tests/FILEFORMAT.md index bce7c3d138..28c4c1d8f8 100644 --- a/docs/tests/FILEFORMAT.md +++ b/docs/tests/FILEFORMAT.md @@ -274,7 +274,7 @@ the HTTP server overrides the part number response returned for a subsequent request made by the same test to `previous part number + 1`. For example, if a test makes a request which causes the server to return `` that contains keyword `swsbounce` then for the next response it ignores the requested part -number and instead returns ``. And if `` contains keyword +number and instead returns ``. If `` contains keyword `swsbounce` then the next response is `` and so on. This is useful for auth tests and similar.