From unknown Thu Jun 19 14:06:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69288 <69288@debbugs.gnu.org> To: bug#69288 <69288@debbugs.gnu.org> Subject: Status: [PATCH] Fix typo in documentation for output buffering. Reply-To: bug#69288 <69288@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:06:13 +0000 retitle 69288 [PATCH] Fix typo in documentation for output buffering. reassign 69288 guile submitter 69288 Felix Lechner severity 69288 minor tag 69288 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 20 10:52:08 2024 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 01 19:57:05 2024 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 From unknown Thu Jun 19 14:06:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 30 Aug 2024 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator