unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* fibers doc: fix typo
@ 2022-10-15 11:51 Dmitry Polyakov
  2022-10-15 14:26 ` Dmitry Polyakov
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Polyakov @ 2022-10-15 11:51 UTC (permalink / raw)
  To: guile-user

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


Fiber's README tells me to send this path here, IIUC:
--8<---------------cut here---------------start------------->8---
Mailing List: `guile-user@gnu.org`
--8<---------------cut here---------------end--------------->8---


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-fix-typo.patch --]
[-- Type: text/x-patch, Size: 1007 bytes --]

From 0a2639457a6308e641e09eb00aaa7dcb4eed5dba Mon Sep 17 00:00:00 2001
From: Dmitry Polyakov <liltechdude@gmail.com>
Date: Sat, 15 Oct 2022 16:42:05 +0500
Subject: [PATCH] doc: fix typo

* fibers.texi (Concurrent Web Server): fix typo
---
 fibers.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fibers.texi b/fibers.texi
index 6c82fb9..5f48af0 100644
--- a/fibers.texi
+++ b/fibers.texi
@@ -1383,9 +1383,9 @@ be able to not only the input and output running concurrently, but
 also handlers too.
 
 For this reason, Fibers includes a simple standalone web server that
-uses Guile's Guile's HTTP facilities, but not its web server
-framework.  To run a standalone web server, use the @code{(fibers web
-server)} module:
+uses Guile's HTTP facilities, but not its web server framework.  To
+run a standalone web server, use the @code{(fibers web server)}
+module:
 
 @example
 (use-modules (fibers web server))

base-commit: 19dbc8d3e3864a5612ea5b291280ebf7b42ea644
-- 
2.38.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: fibers doc: fix typo
  2022-10-15 11:51 fibers doc: fix typo Dmitry Polyakov
@ 2022-10-15 14:26 ` Dmitry Polyakov
  2022-10-16  8:42   ` Maxime Devos
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Polyakov @ 2022-10-15 14:26 UTC (permalink / raw)
  To: guile-user


And in:

--8<---------------cut here---------------start------------->8---
@defun wait-until-port-writable-operation
Make an operation that will succeed with no values when the output
port @var{port} becomes writable.
@end defun
--8<---------------cut here---------------end--------------->8---

May be need add port at the end of the first line:

--8<---------------cut here---------------start------------->8---
@defun wait-until-port-writable-operation port
Make an operation that will succeed with no values when the output
port @var{port} becomes writable.
@end defun
--8<---------------cut here---------------end--------------->8---



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: fibers doc: fix typo
  2022-10-15 14:26 ` Dmitry Polyakov
@ 2022-10-16  8:42   ` Maxime Devos
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Devos @ 2022-10-16  8:42 UTC (permalink / raw)
  To: Dmitry Polyakov, guile-user


[-- Attachment #1.1.1: Type: text/plain, Size: 77 bytes --]

 > [...]

Applied the two patches.  Now in master.

Greetings,
Maxime.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-16  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15 11:51 fibers doc: fix typo Dmitry Polyakov
2022-10-15 14:26 ` Dmitry Polyakov
2022-10-16  8:42   ` Maxime Devos

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).