unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 40215@debbugs.gnu.org
Subject: bug#40215: [PATCH 2/4] doc: Improve content-range HTTP header documentation.
Date: Wed, 25 Mar 2020 02:57:18 +0530	[thread overview]
Message-ID: <20200324212720.17018-2-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20200324212720.17018-1-arunisaac@systemreboot.net>

* doc/ref/web.texi (HTTP Headers): Improve punctuation in content-range
HTTP header documentation.
---
 doc/ref/web.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 31630def7..93cd0214f 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -772,11 +772,11 @@ The MD5 digest of a resource.
 @end deftypevr
 
 @deftypevr {HTTP Header} List content-range
-A range specification, as a list of three elements: the symbol
-@code{bytes}, either the symbol @code{*} or a pair of integers,
-indicating the byte range, and either @code{*} or an integer, for the
-instance length.  Used to indicate that a response only includes part of
-a resource.
+Range specification as a list of three elements: the symbol
+@code{bytes}, either the symbol @code{*} or a pair of integers
+indicating the byte range, and either @code{*} or an integer indicating
+the instance length.  Used to indicate that a response only includes
+part of a resource.
 @example
 (parse-header 'content-range "bytes 10-20/*")
 @result{} (bytes (10 . 20) *)
-- 
2.25.1






  reply	other threads:[~2020-03-24 21:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 21:22 bug#40215: [PATCH 0/4] A few minor documentation fixes and improvements Arun Isaac
2020-03-24 21:27 ` bug#40215: [PATCH 1/4] doc: Fix minor typo in the HTTP headers documentation Arun Isaac
2020-03-24 21:27   ` Arun Isaac [this message]
2020-03-24 21:27   ` bug#40215: [PATCH 3/4] doc: Document default delimiter of string-join Arun Isaac
2020-03-24 21:27   ` bug#40215: [PATCH 4/4] doc: Mention (ice-9 time) module path Arun Isaac
2020-06-17 22:33 ` bug#40215: [PATCH 0/4] A few minor documentation fixes and improvements Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200324212720.17018-2-arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=40215@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).