git: 788aa931ccb7 - stable/14 - sysctl(9): Fix typo translatation -> translation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 01:31:42 UTC
The branch stable/14 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=788aa931ccb7e58f254e46c2fc9c80369204acfb commit 788aa931ccb7e58f254e46c2fc9c80369204acfb Author: Damien Broka <git@damien.sh> AuthorDate: 2023-09-11 11:15:18 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-09-19 01:31:20 +0000 sysctl(9): Fix typo translatation -> translation MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/839 (cherry picked from commit ff9c4abd9feaf13cf911f4655234da7a62d0c7af) --- share/man/man9/sysctl.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9 index d2001384c9aa..83f526b349a1 100644 --- a/share/man/man9/sysctl.9 +++ b/share/man/man9/sysctl.9 @@ -626,7 +626,7 @@ For example, .Fn SYSCTL_INT reports the raw value of an associated variable of type .Vt int . -However, nodes may also export a value that is a translatation of an internal +However, nodes may also export a value that is a translation of an internal representation. .Pp The