The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e4b1dc43289853910c791b3de470ff5f6fb6fe76
commit e4b1dc43289853910c791b3de470ff5f6fb6fe76 Author: Kalevi Kolttonen <[email protected]> AuthorDate: 2026-02-08 20:34:25 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2026-02-08 20:58:45 +0000 Fix typo in build(7) man page Signed-off-by: Kalevi Kolttonen <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2009 --- share/man/man7/build.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 9adfd4bc8a63..785c73d3572f 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -1154,7 +1154,7 @@ manpage first appeared in Old objects can cause obscure build problems; try .Ql make cleandir cleandir . .Pp -Environment poisioning can cause obscure build problems; try prefixing +Environment poisoning can cause obscure build problems; try prefixing .Xr make 1 commands with .Ql env -i
