diff options
| author | Kalevi Kolttonen <kalevi@kolttonen.fi> | 2026-02-08 20:34:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-02-08 20:58:45 +0000 |
| commit | e4b1dc43289853910c791b3de470ff5f6fb6fe76 (patch) | |
| tree | 7c6b28c40fc027d0fe2fd92bdb4816135b8d8662 | |
| parent | d3ed0e0ab06a1434032abd7f013d02611567fd43 (diff) | |
Fix typo in build(7) man page
Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2009
| -rw-r--r-- | share/man/man7/build.7 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
