From nobody Wed Jun 10 13:45:01 2026 X-Original-To: dev-commits-src-branches@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 4gb6Tp1C2yz6gRd8 for ; Wed, 10 Jun 2026 13:45:02 +0000 (UTC) (envelope-from git@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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gb6Tn33h8z3LsB for ; Wed, 10 Jun 2026 13:45:01 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781099101; 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; bh=HiynjSiLa80z57EcVyw6Rk34DLRU02tD0C6cBQNqHDM=; b=jnxNSndi6uNfFhLue5bwI/uLpzVFpKf8nehz6Svn9B1AmYU4iWrkSlXXbPB59RNnpRyWnq etbogtyHWAhtFzjcp9nevr6EQZI5hXiLclVZrprXsFYHeHKYT0rZHMGbYn+YRyFrTBSrra CVLcYDbHuD2CZ4zSNOaoyEcOpdeKVZUbynI3Q9zQjtac3z3HZaAl+BFwBxmOeRsBeWpOP7 ul6BWwokX2vN5EOdFUwcqcS/VdFXIy1obRap2X8F5xiDyVyO+WlpN4p8EPYeRJtoE5BYfr IgHjMbvlsDcZAW6ajfGW7Xt6nBqEpb0aSuuWrfuOcg34iB+b+yCoE6WC/jSqug== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781099101; a=rsa-sha256; cv=none; b=Bo7RrDNJ75hWBg48UP7DaAfUXoZrehFBED5sA4ZNzCOTu3ASroxnOQat/yREHqj0sLsPnl iXIZBa/hKVwl++nHX0uQW7ZTgojt4hk/tviHdEQUzugWBLB9ScFRqFWNOY03/lwLsprK2s SHSJ6M6V25n24N2SlYZCdbQpVC+xjAL+2ALdWbFqrCHZQeAY3Nq3+8NbDotWDCAkx8DD+S MLzBM2nR0tZcld/ex1QYDyhYfFjhkGExd89Y+oI6PY7tH6p0SrxzWZq5OZmaD55lLI6TGq uZujPeS5lNx4u9eIiBBVeG76iPZ6x4BPXPgDiE0taNqwTELybd3rQbs0qyiKHA== 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=1781099101; 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; bh=HiynjSiLa80z57EcVyw6Rk34DLRU02tD0C6cBQNqHDM=; b=CPNGY98AJS4mRiE2MSN2xItnO/Sgy7NYoyCA3KqJasBOdSr+NEMXcA+MnDs6+k3G+0wEOu +6rvEuv1ux+oj0/GDuQSR3rklEFV8itzh0BlNgltfeUii56b9OtIg8eS3Vz+rMLBipwE66 qp45r9M2o4uijPvvy/ZlvvaCVtxmMgpR6No31ICcCWRUSzP8qCcv9znX2dqCnxoE/PXDmy B5/h7eQpECKUDuVJPNUdMmC0dcflPDU6HO8qJCFwDq5F9V1wXsno0Su9aHlAll4yl8Qd1q sP57/4ChkiazVMUbsaLmM0mEbLtW7RQEGwOo3cTFmefpmyuhcDymP9Ml4ZMwxg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gb6Tn2RvQz1LvG for ; Wed, 10 Jun 2026 13:45:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1c85d by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 10 Jun 2026 13:45:01 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Ed Maste Subject: git: 5ccda2174f70 - stable/15 - install.1: Document options incompatible with -s List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 5ccda2174f70968f61fe19dfee04041a2b743edb Auto-Submitted: auto-generated Date: Wed, 10 Jun 2026 13:45:01 +0000 Message-Id: <6a296a5d.1c85d.7252be37@gitrepo.freebsd.org> The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=5ccda2174f70968f61fe19dfee04041a2b743edb commit 5ccda2174f70968f61fe19dfee04041a2b743edb Author: Ed Maste AuthorDate: 2026-06-03 15:35:59 +0000 Commit: Ed Maste CommitDate: 2026-06-10 13:43:59 +0000 install.1: Document options incompatible with -s Reported by: des Reviewed by: ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D57409 (cherry picked from commit b49021b49a78ca6a9e3a1a59c5aa6f2fec503afb) --- usr.bin/xinstall/install.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index c923321f20fe..2120706e271e 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 16, 2024 +.Dd June 3, 2026 .Dt INSTALL 1 .Os .Sh NAME @@ -248,6 +248,10 @@ number of systems and binary types. See below for how .Nm can be instructed to use another program to strip binaries. +This option is incompatible with +.Fl d +and +.Fl l . .It Fl T Ar tags Specify the .Xr mtree 8