* bug#69288: [PATCH] Fix typo in documentation for output buffering.
@ 2024-02-20 15:50 Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2024-08-01 23:56 ` Rob Browning
0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2024-02-20 15:50 UTC (permalink / raw)
To: 69288; +Cc: Felix Lechner
* doc/ref/api-control.texi (Buffering): Fix typo.
---
doc/ref/api-io.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index e263e2985..38b553b80 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -754,7 +754,7 @@ line-buffered ports, respectively. @xref{File Ports}, for more.
Any buffered output data will be written out when the port is closed.
To make sure to flush it at specific points in your program, use
-@code{force-otput}.
+@code{force-output}.
@findex fflush
@deffn {Scheme Procedure} force-output [port]
base-commit: 9e0f03c5fd36764827c8bb03887f14640c883b70
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69288: [PATCH] Fix typo in documentation for output buffering.
2024-02-20 15:50 bug#69288: [PATCH] Fix typo in documentation for output buffering Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2024-08-01 23:56 ` Rob Browning
0 siblings, 0 replies; 2+ messages in thread
From: Rob Browning @ 2024-08-01 23:56 UTC (permalink / raw)
To: 69288-done; +Cc: Felix Lechner
Felix Lechner via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <bug-guile@gnu.org> writes:
> diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
> index e263e2985..38b553b80 100644
> --- a/doc/ref/api-io.texi
> +++ b/doc/ref/api-io.texi
> @@ -754,7 +754,7 @@ line-buffered ports, respectively. @xref{File Ports}, for more.
>
> Any buffered output data will be written out when the port is closed.
> To make sure to flush it at specific points in your program, use
> -@code{force-otput}.
> +@code{force-output}.
Hmm, it looks like this was fixed in
f27e8b855f45bff1fde82d4d0f155a72feebab3f
Thanks for the report.
--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-01 23:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 15:50 bug#69288: [PATCH] Fix typo in documentation for output buffering Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2024-08-01 23:56 ` Rob Browning
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).