Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 11:47:21 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d6054ee652a5 - main - find.1: small language fix after previous change
Message-ID:  <202207221147.26MBlLOD096666@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/src/commit/?id=d6054ee652a56466277f87bb4bcb757105393c8c

commit d6054ee652a56466277f87bb4bcb757105393c8c
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-07-22 11:46:38 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-07-22 11:46:38 +0000

    find.1: small language fix after previous change
    
    collate -> collation
---
 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?202207221147.26MBlLOD096666>