From nobody Fri Feb 16 18:53:12 2024 X-Original-To: doc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Tc1KN5vy0z544ZN for ; Fri, 16 Feb 2024 18:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tc1KN4R7fz47jJ for ; Fri, 16 Feb 2024 18:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708109592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aKvvD3k08T12o7if0X7yqqOhnBLqgZSAIbhCwVbSW5g=; b=wkvIdzCOw+9cJov8nvfLfmmYppfybzMEuwvO+vSqrC8ptNKNWsg5sqwduypx8sJ13Epe3z WDdF5IVIriNN59tZOrHtL92q43IcglbwuyMtLhdIK9BBgZ0MldTN+XROs4yCSfVCecyh6V onG1lN3Uv9F7c/XP6dKLqpHR6wEUOy/gfblv/E8R3T6gtIGsbPLHlYTrnuzOJvqh5NosHO neHqYs85v3luv9Rt+CgsFPM++IsYFEvn3PxG7ar4716s37ZD5sTPX5Gbv9uAYHF/1xPRRn 3BOmKFe+slv2Xvu9v59vv5x5ykgKqU9/LULzMta/q6/pvh0SyZKJAFVwo0XW2g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708109592; a=rsa-sha256; cv=none; b=j5EorhMshHdARMj3UXz79n19vaqxFtWInLPyox5L5BMFOIx+58FwUgsl577qCQQeSXbo3l JepfKdHfJ4CIp719Wsm0BqKP+zcU7zVRqyREdK/aYBtpBAnFK5YHDTVVFwNdHaXJksYuWi d0RVVPV1uH9Mh5fYNkbAT67GRJWoKwFrFmEZmyc8hK4wtSrEj8MuuOQ3TplGj7Uhk1MZ4i z3Ztygf2XEs4zHuIj0UosE6qfnUfnATvRH+KIqXTF0yPY5oHo5jrYn5yCopdp1QLh5VLSz diEcQDGE3QzPARNSmVlKCDpzcw1SNZwiuOhmdLLt72qBQo1B4whmMs+A7zlayg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Tc1KN3Y7XzclX for ; Fri, 16 Feb 2024 18:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 41GIrCjr073826 for ; Fri, 16 Feb 2024 18:53:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41GIrCIR073822 for doc@FreeBSD.org; Fri, 16 Feb 2024 18:53:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 277037] Typographical errors and grammar clarification in fclose(3) with a patch Date: Fri, 16 Feb 2024 18:53:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: maxim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: maxim@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Documentation project List-Archive: https://lists.freebsd.org/archives/freebsd-doc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-doc@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277037 Maxim Konovalov changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #7 from Maxim Konovalov --- The fix committed. Thanks for spotting this one! --=20 You are receiving this mail because: You are on the CC list for the bug.=