From unknown Sun Jun 22 07:49:34 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69288: [PATCH] Fix typo in documentation for output buffering. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 20 Feb 2024 15:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69288 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 69288@debbugs.gnu.org Cc: Felix Lechner X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170844432819044 (code B ref -1); Tue, 20 Feb 2024 15:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Feb 2024 15:52:08 +0000 Received: from localhost ([127.0.0.1]:46375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcSPf-0004x6-LM for submit@debbugs.gnu.org; Tue, 20 Feb 2024 10:52:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:39208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcSPa-0004wk-Is for submit@debbugs.gnu.org; Tue, 20 Feb 2024 10:52:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcSP7-0005vS-S2 for bug-guile@gnu.org; Tue, 20 Feb 2024 10:51:36 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rcSP5-0002yy-9a for bug-guile@gnu.org; Tue, 20 Feb 2024 10:51:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=4wa1Cz4URnhEA4Y Guy6/qWhKojjY8qPQCwZER44vfQQ=; h=date:subject:cc:to:from; d=lease-up.com; b=mnlcZ3iW2styF8YUqiuMiUO2HjlH5RbT4CDB9qOtfTPlC4U8L7fL I5XmYL0FvMVPGH0PX2wczXUcD+tKU0GvZzfUOnlgeZQhYq6nUsGEhpKCFgAomkn1CicjuF EpO8FWg4Pa2tGrvZFcodwR3EOel4SXYXNGRX6Yqm6HzKjmiZw= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 2bb1b644 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 20 Feb 2024 15:51:25 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a59b5526; Tue, 20 Feb 2024 15:51:24 +0000 (UTC) From: Felix Lechner Date: Tue, 20 Feb 2024 07:50:58 -0800 Message-ID: <20240220155058.23900-1-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * 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 From unknown Sun Jun 22 07:49:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Felix Lechner Subject: bug#69288: closed (Re: bug#69288: [PATCH] Fix typo in documentation for output buffering.) Message-ID: References: <87o76bztj9.fsf@trouble.defaultvalue.org> <20240220155058.23900-1-felix.lechner@lease-up.com> X-Gnu-PR-Message: they-closed 69288 X-Gnu-PR-Package: guile X-Gnu-PR-Keywords: patch Reply-To: 69288@debbugs.gnu.org Date: Thu, 01 Aug 2024 23:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1722556682-17574-1" This is a multi-part message in MIME format... ------------=_1722556682-17574-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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@debbugs.gnu.org. --=20 69288: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69288 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1722556682-17574-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69288-done) by debbugs.gnu.org; 1 Aug 2024 23:57:05 +0000 Received: from localhost ([127.0.0.1]:52098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZffN-0004YB-FF for submit@debbugs.gnu.org; Thu, 01 Aug 2024 19:57:05 -0400 Received: from defaultvalue.org ([45.33.119.55]:42994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZffK-0004Xn-Nk for 69288-done@debbugs.gnu.org; Thu, 01 Aug 2024 19:57:04 -0400 Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 52D122064F; Thu, 1 Aug 2024 18:56:43 -0500 (CDT) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id EDE6014E05C; Thu, 1 Aug 2024 18:56:42 -0500 (CDT) From: Rob Browning To: 69288-done@debbugs.gnu.org Subject: Re: bug#69288: [PATCH] Fix typo in documentation for output buffering. In-Reply-To: <20240220155058.23900-1-felix.lechner@lease-up.com> References: <20240220155058.23900-1-felix.lechner@lease-up.com> Date: Thu, 01 Aug 2024 18:56:42 -0500 Message-ID: <87o76bztj9.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69288-done Cc: Felix Lechner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Felix Lechner via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" 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 ------------=_1722556682-17574-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Feb 2024 15:52:08 +0000 Received: from localhost ([127.0.0.1]:46375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcSPf-0004x6-LM for submit@debbugs.gnu.org; Tue, 20 Feb 2024 10:52:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:39208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcSPa-0004wk-Is for submit@debbugs.gnu.org; Tue, 20 Feb 2024 10:52:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcSP7-0005vS-S2 for bug-guile@gnu.org; Tue, 20 Feb 2024 10:51:36 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rcSP5-0002yy-9a for bug-guile@gnu.org; Tue, 20 Feb 2024 10:51:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=4wa1Cz4URnhEA4Y Guy6/qWhKojjY8qPQCwZER44vfQQ=; h=date:subject:cc:to:from; d=lease-up.com; b=mnlcZ3iW2styF8YUqiuMiUO2HjlH5RbT4CDB9qOtfTPlC4U8L7fL I5XmYL0FvMVPGH0PX2wczXUcD+tKU0GvZzfUOnlgeZQhYq6nUsGEhpKCFgAomkn1CicjuF EpO8FWg4Pa2tGrvZFcodwR3EOel4SXYXNGRX6Yqm6HzKjmiZw= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 2bb1b644 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 20 Feb 2024 15:51:25 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a59b5526; Tue, 20 Feb 2024 15:51:24 +0000 (UTC) From: Felix Lechner To: bug-guile@gnu.org Subject: [PATCH] Fix typo in documentation for output buffering. Date: Tue, 20 Feb 2024 07:50:58 -0800 Message-ID: <20240220155058.23900-1-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Felix Lechner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * 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 ------------=_1722556682-17574-1--