diff options
-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 c8346de..acca22c 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -111,13 +111,13 @@ For more information about the ports build process, see .Bl -tag -width ".Va TARGET_ARCH" .It Va TARGET_ARCH The target machine processor architecture. -This is analagous to the +This is analogous to the .Dq "uname -p" output. Set this to cross-build for a different architecture. .It Va TARGET The target hardware platform. -This is analagous to the +This is analogous to the .Dq "uname -m" output. This is necessary to cross-build some target architectures. |