GNU bug report logs - #69288
[PATCH] Fix typo in documentation for output buffering.

Previous Next

Package: guile;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Tue, 20 Feb 2024 15:53:02 UTC

Severity: minor

Tags: patch

Done: Rob Browning <rlb <at> defaultvalue.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: bug#69288: closed (Re: bug#69288: [PATCH] Fix typo in
 documentation for output buffering.)
Date: Thu, 01 Aug 2024 23:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69288: [PATCH] Fix typo in documentation for output buffering.

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69288 <at> debbugs.gnu.org.

-- 
69288: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69288
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Rob Browning <rlb <at> defaultvalue.org>
To: 69288-done <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: Re: 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 <at> 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

[Message part 3 (message/rfc822, inline)]
From: Felix Lechner <felix.lechner <at> lease-up.com>
To: bug-guile <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] Fix typo in documentation for output buffering.
Date: Tue, 20 Feb 2024 07:50:58 -0800
* 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




This bug report was last modified 289 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.