From e4b1dc43289853910c791b3de470ff5f6fb6fe76 Mon Sep 17 00:00:00 2001 From: Kalevi Kolttonen Date: Sun, 8 Feb 2026 22:34:25 +0200 Subject: [PATCH] Fix typo in build(7) man page Signed-off-by: Kalevi Kolttonen 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 9adfd4bc8a6..785c73d3572 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