From nobody Sat Jun 27 11:00:00 2026 X-Original-To: dev-commits-src-main@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 4gnV1Y0vcSz6jMcn for ; Sat, 27 Jun 2026 11:00:01 +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 4gnV1X4rm0z4HRy for ; Sat, 27 Jun 2026 11:00:00 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782558000; 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=s3s2Whl0dMnFGuK+lCYbCFyBtSPuOPTJ7csy7NNaiO4=; b=eU7CU1BPrV1EQmL5EZv+PmyNovWbeHoLXXrfis7eBdobxzrTVmUAg1PUd+fobayFT5uRnr 56wkPk+pEkopt7LitNmx0WYvkJRIQPBElJtLkQ28l6qyihu0tNycDJ+ookYgj3WQTpz4+r uHz8wMv9lSYzi5weMko8nDvxJkPLKb/6hrXqHMius9p/+I1PZGG8wYojHWgicbmc/MxCHn h5XhzOlL16oxYzdeM4vRsdjee2S5iUH5t1YxB1n+1Q0keFkXjjaSbhSJG/SGhtC5K9R73K IYt/nr+jyCqYOcGCYFmlWfLHZJ1rg1SH0SXhkVPKoCF5dYLtjaw1eLlqDTf/FA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782558000; a=rsa-sha256; cv=none; b=t5muKaZ1YPTOnUl4chXMD+c/DjRD/iuMVvQMWN46tVFbnnaCs9aSy444EwpdrFHkXvhTtO eMCUdCop8iVVUBRWgJvsgPBUvEwKLH2hDLSXadCYsyphXDu6ogDBWxnBYczKi0pp4U5ODY gqzr+58e3smAul9h9yPUn4y/wWMEMqIGSfkWtIbs8zidmuBGsqYA8fWIzLyBhBKF7TNUag Xv9R0zEV2DafJfQpjaoPrgSjVjHgfxbECyX4HJ4GLc3XO2tVw7K7duAJRdMv1SY3Q12D0/ bmJCe/t54zyO2c+eodwQv3pJzdKSc6FZaCbQ1+0huiXkyt+wU5KFbAggLsL6/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=1782558000; 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=s3s2Whl0dMnFGuK+lCYbCFyBtSPuOPTJ7csy7NNaiO4=; b=fXsqHOTTOkSRyDu1MM8IXxjzjRYWVW9ITcaY+ECp+1kraurgoEy/D0l84R7UmwHFKLvzKm rjpouHum3RlJXzktpmSzYbtQ3yko2L1lUveAlN8sNQ4Qz0gyRAsc2dgvbnI4OQs6rHniH3 pirv39FA7DMo1bhr5TwbQcHGVyUcAxxyyjasUucAc7Xf80bnlv32eKGW91yKiayV8FDFG0 YjKiri+mLB9a6IpNdkaT+15l+69U1vp1rYkIH1+4qPzU5C5FECvfex/1+U17YrPKqEon0t OlPrI2dZx6ytOU8WjiTqb6+P10g/513vpSQCYGNFwMfKGsad+xFOfCaEVVbWJg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gnV1X0TGXz5hw for ; Sat, 27 Jun 2026 11:00:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 38c1a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 27 Jun 2026 11:00:00 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: e2339370737b - main - ggated(8): Fix two typos in the manual page List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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/main X-Git-Reftype: branch X-Git-Commit: e2339370737bdbebc8bd34a84f5b869da3a9ed43 Auto-Submitted: auto-generated Date: Sat, 27 Jun 2026 11:00:00 +0000 Message-Id: <6a3fad30.38c1a.88a0d49@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e2339370737bdbebc8bd34a84f5b869da3a9ed43 commit e2339370737bdbebc8bd34a84f5b869da3a9ed43 Author: Gordon Bergling AuthorDate: 2026-06-27 10:58:09 +0000 Commit: Gordon Bergling CommitDate: 2026-06-27 10:58:09 +0000 ggated(8): Fix two typos in the manual page - s/colunm/column/ - s/operaions/operations/ MFC after: 3 days --- sbin/ggate/ggated/ggated.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8 index c48967268df8..e1dbdcda487e 100644 --- a/sbin/ggate/ggated/ggated.8 +++ b/sbin/ggate/ggated/ggated.8 @@ -92,7 +92,7 @@ hostname RW,DIRECT /tmp/direct-image hostname RW,NODIRECT /tmp/nodirect-image .Ed .Pp -The first colunm specifies the ip, network with netmask, or the hostname +The first column specifies the ip, network with netmask, or the hostname that the export applies to. .Pp The next column is the access flags that apply to the export @@ -121,7 +121,7 @@ DIRECT and NODIRECT are used to coerce the use of the O_DIRECT flag to .Xr open 2 when the specified path is opened. If DIRECT is specified the path is always opened with O_DIRECT. If NODIRECT is specified the path is never opened with O_DIRECT. DIRECT access limits the cache effects of -IO operaions on the file. This has the effect of having clients accessing +IO operations on the file. This has the effect of having clients accessing exports to not impact the cache of the local machine, however it will cause greater IO utilization to the devices on which the files reside. .Pp