From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D6793858D33; Tue, 11 Apr 2023 11:15:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D6793858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681211741; bh=8SQbPPAOKWMLU2KzDUirhZ2+kUsn90H+zwv5riLLXHM=; h=From:To:Subject:Date:From; b=RpXuY9XmGWiZ+ktwKK2iwAJHw43wyFJ0SfqTcg1iApw3xU8MKWImlsX29/pe7SuFr Lai+3CkBo99UMdhFIhP4U6eicO2faopjy/8OP6v4qlUsHC3JIwHJ/+noVnLytFvl5V 5600OmKroN9OfqBq/lrjCaZ80FswA15r2wyEjrRU= From: "GavinSmith0123 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug manual/30332] New: "Allocation in an Obstack" node refers to example in wrong location Date: Tue, 11 Apr 2023 11:15:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: manual X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: GavinSmith0123 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30332 Bug ID: 30332 Summary: "Allocation in an Obstack" node refers to example in wrong location Product: glibc Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: manual Assignee: unassigned at sourceware dot org Reporter: GavinSmith0123 at gmail dot com CC: mtk.manpages at gmail dot com Target Milestone: --- The "Allocation in an Obstack" node in the "libc" manual has the following text: Contrast this with the previous example of =E2=80=98savestring=E2=80=99 usi= ng =E2=80=98malloc=E2=80=99 (*note Basic Allocation::). (online at=20 https://www.gnu.org/software/libc/manual/html_node/Allocation-in-an-Obstack= .html) However, the "Basic Allocation" node, which documents malloc, does not have such an example. I found the example is actually in the next node, in "Mall= oc Examples". The cross-reference should be changed to refer to the right plac= e. --=20 You are receiving this mail because: You are on the CC list for the bug.=