GNU bug report logs -
#23333
typo in documentation
Previous Next
Reported by: Luri Bert <luribert331 <at> zoho.com>
Date: Thu, 21 Apr 2016 17:25:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23333 in the body.
You can then email your comments to 23333 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#23333
; Package
guile
.
(Thu, 21 Apr 2016 17:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Luri Bert <luribert331 <at> zoho.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Thu, 21 Apr 2016 17:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello!
There is a little typo in the documentation. Here is the patch.
Bye,
Luri
[typofix.patch (text/x-diff, inline)]
From 3aa250f58e01463fe172fd4de80f34df403f554b Mon Sep 17 00:00:00 2001
From: Luribert <luribert331 <at> zoho.com>
Date: Thu, 21 Apr 2016 18:56:58 +0200
Subject: [PATCH] Fixed typo in documentation.
* doc/ref/web.texi (Http Headers): Fixed typo.
---
doc/ref/web.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 2311b82..b078929 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -747,9 +747,9 @@ a resource.
@deftypevr {HTTP Header} List content-type
The MIME type of a resource, as a symbol, along with any parameters.
@example
-(parse-header 'content-length "text/plain")
+(parse-header 'content-type "text/plain")
@result{} (text/plain)
-(parse-header 'content-length "text/plain;charset=utf-8")
+(parse-header 'content-type "text/plain;charset=utf-8")
@result{} (text/plain (charset . "utf-8"))
@end example
Note that the @code{charset} parameter is something is a misnomer, and
--
2.5.0
Information forwarded
to
bug-guile <at> gnu.org
:
bug#23333
; Package
guile
.
(Sun, 08 May 2016 20:00:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 23333 <at> debbugs.gnu.org (full text, mbox):
Luri Bert <luribert331 <at> zoho.com> skribis:
>>From 3aa250f58e01463fe172fd4de80f34df403f554b Mon Sep 17 00:00:00 2001
> From: Luribert <luribert331 <at> zoho.com>
> Date: Thu, 21 Apr 2016 18:56:58 +0200
> Subject: [PATCH] Fixed typo in documentation.
>
> * doc/ref/web.texi (Http Headers): Fixed typo.
Applied, thanks!
Ludo’.
bug closed, send any further explanations to
23333 <at> debbugs.gnu.org and Luri Bert <luribert331 <at> zoho.com>
Request was from
ludo <at> gnu.org (Ludovic Courtès)
to
control <at> debbugs.gnu.org
.
(Mon, 09 May 2016 07:59:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 06 Jun 2016 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.