unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Damien Mattei <damien.mattei@gmail.com>
To: guile-devel <guile-devel@gnu.org>
Subject: how to submit error in documentation
Date: Mon, 22 Nov 2021 10:16:18 +0100	[thread overview]
Message-ID: <CADEOadeHG2nnUbC39fJ=T1i3QX+x9LEODdxd7wdecAqdx+pcLg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

hello,

what it is the good place or way to submit or correct errors and typos in
guile documentation?

for example here:
https://www.gnu.org/software/guile/manual/html_node/while-do.html

the result of :

(do ((i 1 (1+ i))
     (p 3 (* 3 p)))
    ((> i 4)
     p)
  (format #t "3**~s is ~s\n" i p))

is not 789

but 243:

scheme@(guile-user)> (do ((i 1 (1+ i))
     (p 3 (* 3 p)))
    ((> i 4)
     p)
  (format #t "3**~s is ~s\n" i p))
3**1 is 3
3**2 is 9
3**3 is 27
3**4 is 81
243

this is not important but have to be corrected

Damien

[-- Attachment #2: Type: text/html, Size: 1389 bytes --]

             reply	other threads:[~2021-11-22  9:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22  9:16 Damien Mattei [this message]
2021-11-22 10:47 ` how to submit error in documentation Arun Isaac
2021-11-22 18:31   ` lloda
2021-11-22 18:40     ` Damien Mattei

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='CADEOadeHG2nnUbC39fJ=T1i3QX+x9LEODdxd7wdecAqdx+pcLg@mail.gmail.com' \
    --to=damien.mattei@gmail.com \
    --cc=guile-devel@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).