From nobody Fri Jun 28 18:15:26 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 4W9kBR75F9z5P3LW for ; Fri, 28 Jun 2024 18:15:27 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4W9kBQ5p2rz4q4R for ; Fri, 28 Jun 2024 18:15:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1719598526; a=rsa-sha256; cv=none; b=lZbqlWQT/0k9d/kWXa8Pz8VPKa3i4BSK2ayNBL+jVfgkmLQzTFRWoPQKqGtW7ADM3xpErC oI4eoCjxSazk5Vec2zSwaaa2COQmBgxLKQ8zmre5WLnVQDUwRJUaCz302+Ivny4Qe0l1QL GGGau18jHBWTmZSFf3Ap5WG0tIlNOyy8X4iQBZ2lIfeCZPOAD0JiHE9kaNNV8++GIpG9JB fILhTgJ1M9BSkhYKuBmuHHJB7JH0LbbPWpp2DAIRUVCPOkYaiLFQ5psrPXUgXYGLoOWQ1N gsUaqVfMAYHVN6ZQWqHgNNkMUd72ScflaXT/h2i0mUFGvcuPRFURTDYVnT0fJw== 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=1719598526; 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=dDOkwLJongR18XuqdoX3kmfe+Eq3P4QqwT9kt36hLno=; b=o+/wZX7coflHIe5BPKV572+CpicpGgaUHYf9mPdUDZteAgxF9+31SpWB2mMdXCO2yf1bVV 1hAtEkRQ2CUpIWJ7jXAiqce6+W6FqAwP9XOLT0fcES9Vqs+djYEtzBtbeEWpS7MGbWgpZV kW+N2wLohfmnb0yQoFubEjkKUh+aQ5ykUR3aSyu9mBaqLL239ktCLe5dbabZ6MHPe3NJRL 7DCAloq6qqBAZS1lCdOvznoRsPLJ3MQhyH89Xx9EK1KyINY8D0YtJJ+brKBVN5n197dQXz 7SyxeWCZOR5MN5YRpVvzdsac0yJVLwp2TciDeh0mkgv34l6JGE5MUsVHaehEVA== 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 4W9kBQ5HV4z15ml for ; Fri, 28 Jun 2024 18:15:26 +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 45SIFQSi010002 for ; Fri, 28 Jun 2024 18:15:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 45SIFQbU010001 for bugs@FreeBSD.org; Fri, 28 Jun 2024 18:15:26 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 279774] man(1) displays first file from current directory instead of .so file Date: Fri, 28 Jun 2024 18:15:26 +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: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: imp@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc 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=3D279774 Warner Losh changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |imp@FreeBSD.org CC| |imp@FreeBSD.org --- Comment #1 from Warner Losh --- I think the fix is good. I'll land this. In the future, pull requests to github might be better, but for this one pl= ease don't open a duplicate there. Thanks for the contribution! --=20 You are receiving this mail because: You are the assignee for the bug.=