From nobody Sun May 26 05:52:41 2024 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 4Vn7Gf54psz4fkxC for ; Sun, 26 May 2024 05:52:42 +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 4Vn7Gd6P69z4nq9 for ; Sun, 26 May 2024 05:52:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1716702761; a=rsa-sha256; cv=none; b=ZOSZvfWMXq+rCgKlCnxhMx9x7E1+ZxYDri5qxYbMPuQgH4A7npLpX+zaN7y1qeyjqFOeea odT/8rzM0VQMIT4GgaVs8Btkq4jfq6n+jezEJ56KamLTorUQvuqomEXy4yAHBjN+jcYGv1 Sp6DJgT5sEIB7J4nHUVTqgiPPneChSmR6q+MWSlltn/9/Hsm6GPx01EFU7uvMNP0geYOne h8lcQ81TmsNH7eYJkuILe/aOSuhRGIVWWokQEEz+EsJcutOshwtv1oI+HjB7tyF9nsGTM/ 7+GazSej8pseMXpH27/dUGztiLhNrc5xKGU9WwFY+RSBpeo5wWVHwr0EWNdc/A== 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=1716702761; 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=N6oI7sha6ID9BRMBVhe/6xzntlBNNsxgP2h8tUT5sJ4=; b=dckbanPIt2DPHFbbJotD84b/RvI6mihsBiwBJCBWVJEdxF3v55c9iYhSEZQv+Wjzyy1V4w wKSuzYvGHosjHG24B4y4cLyEJTt70Zc2e49TAUhKAZtoKOvkh5EXJ1tdHeuFFShi2Ir28n cnOVKrZn8VdOZwi2es5Qzy++QwJUxz1c8US1GPC6Z6xVgQQCn5DqWjr0ru/OZ6inG5U0/z /5jzH3S2PbRlc0xxp2EatJ9QT0CE5vti4Ls5ixI99iJr7YHfD8qQaOkuVX6ha2h6Iij7hZ C2Ufjf6cUPdVl4011zTNagigKNKoSkRo0UKsBxNLgS0ukEdou+mEkUW/Do7tbA== 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 4Vn7Gd60yVzpYF for ; Sun, 26 May 2024 05:52:41 +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 44Q5qf9i093846 for ; Sun, 26 May 2024 05:52:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 44Q5qfW6093841 for bugs@FreeBSD.org; Sun, 26 May 2024 05:52:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 279182] man(1) needs to check for .so files not only in the first line Date: Sun, 26 May 2024 05:52:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D279182 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D73eb53813fe3a2245edbeb670902e4bb9= d41e288 commit 73eb53813fe3a2245edbeb670902e4bb9d41e288 Author: Wolfram Schneider AuthorDate: 2024-05-26 05:48:40 +0000 Commit: Wolfram Schneider CommitDate: 2024-05-26 05:48:40 +0000 man(1) needs to check for .so files not only in the first line PR: 279182 Some manual pages have a copyright notice or commit id before including other files with the .so macro. We need to skip comments and empty lines at the beginning of the manpage while checking for the first .so macro. MFC after: 1 week usr.bin/man/man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=