From: tlahn Date: Fri, 24 Sep 2021 10:43:21 +0000 (+0200) Subject: HTTP-COOKIES.md: remove duplicate 'each' X-Git-Tag: curl-7_80_0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f63ed62ab54f652c5bbf5933f7b16460e28262;p=thirdparty%2Fcurl.git HTTP-COOKIES.md: remove duplicate 'each' Closes #7772 --- diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md index 9d1e099d1a..2ef1a60a08 100644 --- a/docs/HTTP-COOKIES.md +++ b/docs/HTTP-COOKIES.md @@ -48,7 +48,7 @@ The cookie file format is text based and stores one cookie per line. Lines that start with `#` are treated as comments. - Each line that each specifies a single cookie consists of seven text fields + Each line that specifies a single cookie consists of seven text fields separated with TAB characters. A valid line must end with a newline character.