[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#69288: [PATCH] Fix typo in documentation for output buffering.
From: |
Rob Browning |
Subject: |
bug#69288: [PATCH] Fix typo in documentation for output buffering. |
Date: |
Thu, 01 Aug 2024 18:56:42 -0500 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#69288: [PATCH] Fix typo in documentation for output buffering.,
Rob Browning <=