Date: Fri, 29 Jul 2022 02:22:28 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 572519173236 - stable/13 - find.1: small language fix after previous change Message-ID: <202207290222.26T2MSv4092735@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=572519173236ddbc4897d80bfa6907f9f0c5b189 commit 572519173236ddbc4897d80bfa6907f9f0c5b189 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2022-07-22 11:46:38 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-07-29 02:22:24 +0000 find.1: small language fix after previous change collate -> collation (cherry picked from commit d6054ee652a56466277f87bb4bcb757105393c8c) --- usr.bin/find/find.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 9efb8908ee63..892492c7b96b 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -177,7 +177,7 @@ goes before .Ql / in ASCII. In locales other than .Ar C -results may vary more due to collate differences. +results may vary more due to collation differences. .It Fl x Prevent .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207290222.26T2MSv4092735>