Date: Tue, 23 Apr 2024 05:27:06 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b6ddbb47e120 - stable/13 - binmiscctl.8: Remove a double word Message-ID: <202404230527.43N5R6Dj016755@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=b6ddbb47e12077c5a24bcbb0500b4eaac114e9aa commit b6ddbb47e12077c5a24bcbb0500b4eaac114e9aa Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-20 09:15:20 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-23 05:25:10 +0000 binmiscctl.8: Remove a double word - s/the the/the/ (cherry picked from commit 5235e9d646e7771cc532b8fc02f742a8157a41e5) --- usr.sbin/binmiscctl/binmiscctl.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/binmiscctl/binmiscctl.8 b/usr.sbin/binmiscctl/binmiscctl.8 index 36b69f5d3375..178389920448 100644 --- a/usr.sbin/binmiscctl/binmiscctl.8 +++ b/usr.sbin/binmiscctl/binmiscctl.8 @@ -128,7 +128,7 @@ To make the interpreter automatically available in jails and chroots, use the .Fl -pre-open option to allow the kernel to open the binary at configuration time -rather then lazily when the the interpreted program is started. +rather then lazily when the interpreted program is started. .Pp The interpreter .Ar path
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404230527.43N5R6Dj016755>