The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d513a022e820634ba6a9b5d791acfe08adf3f496
commit d513a022e820634ba6a9b5d791acfe08adf3f496 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-04-06 16:41:08 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-04-09 06:32:47 +0000 mt(3): Fix a typo in the manual page - s/mulitple/multiple/ (cherry picked from commit 656d68a711952ac2b92ed258502978c5ba1dbc73) --- lib/libmt/mt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libmt/mt.3 b/lib/libmt/mt.3 index 39a4d658a590..f349a3209534 100644 --- a/lib/libmt/mt.3 +++ b/lib/libmt/mt.3 @@ -249,7 +249,7 @@ function returns the first entry in the tree starting at that matches .Ar name . The supplied node name can be a single level name like "foo", or it can -specify mulitple node names that must be matched, for instance "foo.bar.baz". +specify multiple node names that must be matched, for instance "foo.bar.baz". In the case of a single level name, it will match any node beneath .Ar entry that matches
