From nobody Mon Jun 22 12:51:46 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 4gkSkp5tTQz6h7XH for ; Mon, 22 Jun 2026 12:51:46 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gkSkp3NvVz3hKV for ; Mon, 22 Jun 2026 12:51:46 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782132706; 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=sqqbuWnCXfDNJL3P1tas7YonEhiZz2ZcG9VIU+mc3F4=; b=LxOw6L3Xsl2vrjsXdmZHrSp4+DoC0VI0MFvxL7zOdEEqM1lDXfiUq85SmOKK30i8XzdCK6 KkPOhcKsq/datxK2gBwsBvLbqW58FlDPpxw93Rm8PK9qqPf0TKQLOo/ohFMjdFIaVrCOwE FZ+G+U+MMdA/ml2uAp0qI44FS0fTPZ6g+PiqRW+4ZvLajZq/AGi32HPjDMGFhp5+iGuJmt G87QoWyn+V/3Rh7IbPXpuD5CszHVi7pH74n2AOkuH3dHxCOO/xorsKAKjwPssxaI+gbtKG VK5VO9iBBbbg4jndta1U5kTQWhMCFg60HPATb/NVLNlHH+B7PvfAuLwKwuHU+w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782132706; a=rsa-sha256; cv=none; b=EdxU9uuLGf4JsKHJFMkeE6Ot50ErKjxNoYD/+xltX4BeZcegSOxtzzpOxtAWKoupI1DBqK 4BNDN82cPIxDecCdO1JWt1685IKVl237QSH80Lff9OYrrUWrX6PiC0p7vnMkRlLDaSQVwV tFe3A8N+PxtQtwR/r7dXwjyiHg7XNPQFBnDXLqm+1eFpM0p9AiOqSlHef8Dx1XQO+uQ9gH rNjz1C2CkBAQWteqxBO/6yhI45rVmi1k6eBfwZ/blNDhHv8HF7N7XqTEPc2Qqcjbsx/rv5 YzhI7i/iyP3uvoRF/LfaJoDqLPlr2Y5yWzN0j1C9+lSuZpAv2ueLvxNBeN2r0w== 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=1782132706; 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=sqqbuWnCXfDNJL3P1tas7YonEhiZz2ZcG9VIU+mc3F4=; b=oPpIjs9cfUKsw0Ogn33GqqTJ9W9/qhZFeoGC5iHZhoWW5t4IbDdH9WvRoD8TOdAbzhorJX E/2LVC1+PDnQqgco2PqwzdwRTiQ+76f3bjY13F+KdmDuyiQHlCDuqHBc1NoK/mLncRV8yI +Du3R+Oosnrzj8eyGIJRw+WOFRYUFzWAzFq11OgpXOk0ambcSMnnTK9q0JCGy/9CB2WQIG uV3GVJamEICF8fkUJcPzjkkkp2b1NO7a1jYNXS8QpuNHZlfQM4rAS/rZDFU0sDQEFOkFGl vKn2+EPamnuOdJDRBnzPHnMVRPNd9Lr7nDSICT0eJasE8uPIyEytsMYkZz2VvA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gkSkp2KtpznxQ for ; Mon, 22 Jun 2026 12:51:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 37572 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 22 Jun 2026 12:51:46 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: d69c80b7c4cf - stable/15 - jail.8: Fix two typos in the manual page 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: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: d69c80b7c4cfd5771c211bbd9218b2b07dd3f67d Auto-Submitted: auto-generated Date: Mon, 22 Jun 2026 12:51:46 +0000 Message-Id: <6a392fe2.37572.1eabae64@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=d69c80b7c4cfd5771c211bbd9218b2b07dd3f67d commit d69c80b7c4cfd5771c211bbd9218b2b07dd3f67d Author: Gordon Bergling AuthorDate: 2026-06-15 09:07:24 +0000 Commit: Gordon Bergling CommitDate: 2026-06-22 12:50:03 +0000 jail.8: Fix two typos in the manual page - s/Similarily/Similarly/ - s/passtrough/passthrough/ (cherry picked from commit d9e0452f0c8af6b0c03b0bb2e3b824095021e168) --- usr.sbin/jail/jail.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index aab3f9003f3f..a174ace98d7b 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -674,7 +674,7 @@ to in the .Xr rc.conf 5 file outside of the jails. -Similarily, if the +Similarly, if the .Xr gssd 8 is to be run in a jail, either the kernel .Sy KGSSAPI @@ -825,7 +825,7 @@ This flag is only available when the .Xr vmm 4 kernel module is loaded. .It Va allow.vmm_ppt -The jail may configure PCI passtrough devices for use by +The jail may configure PCI passthrough devices for use by .Xr vmm 4 virtual machine guests. This allows privileged users inside the jail to manipulate physical devices