diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:14:48 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:42 +0000 |
| commit | 8c48902d41d887eed3490b2f274801aa6911f389 (patch) | |
| tree | 7f9a22ca7201bc78238a9fd5b9170319be4d66ee | |
| parent | 66923ac81ba8077d2eeb02e49c890a2bfa8ba39f (diff) | |
build.7 Fix a typo in the manual page
- s/envirnoment/environment/
While here fix a .Xr macro.
MFC after: 5 days
| -rw-r--r-- | share/man/man7/build.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 5e15a528246b..9adfd4bc8a63 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -202,7 +202,7 @@ package or port provides a more generic solution. .It Cm buildenvvars Print the shell variables that are set for a .Cm buildenv -envirnoment and exit. +environment and exit. .It Cm buildworld Build everything but the kernel, configure files in .Pa etc , @@ -732,7 +732,7 @@ See .Xr src.conf 5 .It Va REPODIR The root directory used to create the package repository for building -.Xr packges 7 . +.Xr packages 7 . Defaults to .Pa ${OBJROOT}/repo/ . This can also be set in |
