From nobody Mon Jun 22 12:55:06 2026 X-Original-To: dev-commits-src-all@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 4gkSpg5FYHz6h7Rj for ; Mon, 22 Jun 2026 12:55:07 +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 4gkSpg3ZTJz3kKY for ; Mon, 22 Jun 2026 12:55:07 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782132907; 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=Y++t9GBojhCDm6wNkW2Z/QfjYrSsrzjYdwcDyMrZZIU=; b=nHEzWZg9wgYEcOQ62dNWim9zfBaOWz9nG5JIYKo5gHul6TAsRUCky64U8NR8y8Y/lBwO7T k/lZIOTPLo00z/mn/WWL+D+28tcCa4QYk0l8ze8U80Bs8ob9BR8IE31nAhbJivcaBamKij 5xuFUJPraeHZD/vVuei/JClsvtUwdjCkQZDr5ExecvQouZ3MTDqHavoSc4jhg8hSMNgupX QS3Be4c/qhHvqwLhBemQTRLtf9YxhfuHCop4GEEqEEk2iHNaz1rnPlU/KYRFmnjzE+IPjp Y9nuW1Hs9jt2Pn1sXxKwGR3zh13T+/eJIvfRoH8KaSQKjM4O2MU2F9ByoEqlSA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782132907; a=rsa-sha256; cv=none; b=ZsmDY8Wz+afBuRLhB4xfNMkl47Z0FCepJHfGudIJ5WSetDx3es9JqjyGetYGjg85MX44ea F619PgNG+O8X1zmzwsBtYEhh0kMatUSjxhzbA7nkXi+cOFjxo4A34sCJ7vRiT3fNnzEsQC aC+Kqv/HpCbKiWu5U3ik9YZYN4rsgWzWL6UEPkcSiL+nIKCRR6Gbe99ExInSI6gzuySugA dIw4UTkxzL0NNNp/EzleDxNUpJpeJFZ8MdMhWBFi3KgsOijsduv5YeIdn4K79tPV7v9Duc PcOH5vr8sqiN5G30tmHRfO3cBR8boWmAVntz8ASpZR8rDhjRH5rkF9F9EO60RA== 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=1782132907; 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=Y++t9GBojhCDm6wNkW2Z/QfjYrSsrzjYdwcDyMrZZIU=; b=bCl0COMWo/TgXZX/t5+3ujxK1BrBobnCkDXI6YeIc1mF0tjjW4SdeTPVBS79aK4pM0QDXX Io3g3du8yoEE4UO0BeeDkaOeItgu14aMZiyYte0DP2ovFqQJqnE5F+V7BpRUaBaMlANUI8 qV7Qf+O9XgtipSzKmZ2J4fHh3qU3SA+aHXJFeCpGBQNSz9VLYMTp3mGAhEWit+XyKRAOkv 6qVFu+jXLD4WzaFgJZuoHY1m1A3YPilEel9uOxNCJk8O80s92Kith9UsA4Ti92c/Gp6qXB /De7hPsS3ia3R6wvYt7M5ORPIwHFSLa+M940qwXnqJQ0xZIcrv7gLYIhAcOTzg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gkSpf6PVRznlm for ; Mon, 22 Jun 2026 12:55:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 38002 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 22 Jun 2026 12:55:06 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 5e050ef3a138 - stable/14 - pnfs.4: Fix a typo in the manual page List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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/14 X-Git-Reftype: branch X-Git-Commit: 5e050ef3a1381ffe0b489998d2be960174554ce1 Auto-Submitted: auto-generated Date: Mon, 22 Jun 2026 12:55:06 +0000 Message-Id: <6a3930aa.38002.106d9cd@gitrepo.freebsd.org> The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=5e050ef3a1381ffe0b489998d2be960174554ce1 commit 5e050ef3a1381ffe0b489998d2be960174554ce1 Author: Gordon Bergling AuthorDate: 2026-06-15 09:14:20 +0000 Commit: Gordon Bergling CommitDate: 2026-06-22 12:52:40 +0000 pnfs.4: Fix a typo in the manual page - s/Wihout/Without/ (cherry picked from commit f930d8a6540648423288567ff473123ff5647484) --- usr.sbin/nfsd/pnfs.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/nfsd/pnfs.4 b/usr.sbin/nfsd/pnfs.4 index babd221a6d5a..d9818c051df4 100644 --- a/usr.sbin/nfsd/pnfs.4 +++ b/usr.sbin/nfsd/pnfs.4 @@ -215,7 +215,7 @@ set the sysctl .Dq vfs.nfsd.flexlinuxhack to one so that it works around the Linux client driver's limitations. -Wihout this sysctl being set, there will be access errors, since the Linux +Without this sysctl being set, there will be access errors, since the Linux client will use the authenticator in the layout (uid=999, gid=999) and not the authenticator specified in the RPC header. .Pp