Date: Sun, 17 Aug 2025 07:30:39 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c0367c654a33 - main - localedef.1: Fix a typo in the manual page Message-ID: <202508170730.57H7UdC4049976@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c0367c654a3340c5aa194a3137489f760d556139 commit c0367c654a3340c5aa194a3137489f760d556139 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-17 07:29:04 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-17 07:29:04 +0000 localedef.1: Fix a typo in the manual page - s/contants/content/ MFC after: 3 days --- usr.bin/localedef/localedef.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/localedef/localedef.1 b/usr.bin/localedef/localedef.1 index be37715f490d..918b57961c6c 100644 --- a/usr.bin/localedef/localedef.1 +++ b/usr.bin/localedef/localedef.1 @@ -164,7 +164,7 @@ unless instructed otherwise by the .Fl D ( BSD output) option. -The contants of this directory should generally be copied into the +The content of this directory should generally be copied into the appropriate subdirectory of .Pa /usr/share/locale in order the definitions to be visible to programs linked with libc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508170730.57H7UdC4049976>