From nobody Sun Oct 01 15:59:04 2023 X-Original-To: bugs@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 4Rz8091M1jz4vV1M for ; Sun, 1 Oct 2023 15:59:05 +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 4Rz8086TYLz3KtX for ; Sun, 1 Oct 2023 15:59:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696175944; a=rsa-sha256; cv=none; b=IQa6sMT2RiH0TTB5N4b8BRwh+dk5U5Gri5pc7Ti1BMH5lO2EVA86YuCDkV7EMuCAWsYPHT kfF8S7+dUUQJATPitYHtYz/cza3puNayuFAstBn/EIPPRI8TCffN7OFlkExIk7AqhPmPWx e7LbUs1tsDEoiBjd6wP0pJp8gqQFm9OwrsXADEyw+0gQhz50ftj1GhmlrNRRV9BBqYnCY6 YgUky1FRoggBCkAIKM7b2PS3vddyK/VdzNF8L9SUGF9s3eL31B4N/iugmPBkhDqcaNrjeM qGfXDoH487SMJAOvRZxE9TdsGKTzhk7rjki8fWXj9UpgG05zT2ixZpR441mRiA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696175944; 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=4yHRTv9tv17MGUzwPU8GefsiD/W3Xf/BuhSnGh7PV9g=; b=knnf59S0vNM+U68X3e0CKtKMEkBhtYKl4AC0gQFwfnq8SrasVp9vq6V57vKpakmLbIIlBb wYk4HX6aOXeOYxtaP+l3GT5zvMiNWB0a0gyn16Gosv36IluSJ+J48h4B12Jqk41Jp95JwI ddxNCuuyHhe3wWIcpNJrEYFcNuWMFRp9gIPBs101jj9QsJXehmXlBT8iGixE30wBQJ+rW2 Uk+W5Fjh0IPJ2d+B+Ro0+j1Ez7xCYdiOVIREqBqHewkUbDYCGkyIUuWe9kP8n0jw/6oVT5 PlLz/z+O3YUxCjXLtEM01uqmC0YR6lpz5MmZwjvTKTJr2Eb1mvyE5nbgcwZZsQ== 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 4Rz8085YMHzbqD for ; Sun, 1 Oct 2023 15:59:04 +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 391Fx4O7089788 for ; Sun, 1 Oct 2023 15:59:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391Fx4ex089787 for bugs@FreeBSD.org; Sun, 1 Oct 2023 15:59:04 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: bugs@FreeBSD.org Subject: [Bug 260724] [PATCH] manual pages refer to incorrect sections, to ports, and break mandoc(1) Date: Sun, 01 Oct 2023 15:59:04 +0000 X-Bugzilla-Reason: AssignedTo 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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260724 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #230452|0 |1 is obsolete| | --- Comment #2 from Graham Perrin --- Created attachment 245355 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D245355&action= =3Dedit The .patch file from within the .gz file in 2021 opening comment 0 --=20 You are receiving this mail because: You are the assignee for the bug.=