git: 9ab4713c52 - main - handbook/cutting-edge: Fix a typo
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=9ab4713c524048c7438d5b6cd030e2ad3d79de55 commit 9ab4713c524048c7438d5b6cd030e2ad3d79de55 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2023-10-19 15:16:31 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2023-10-19 15:16:53 +0000 handbook/cutting-edge: Fix a typo Sponsored by: Klara, Inc. --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index ec6f8537f6..3d2e32f85b 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -1156,7 +1156,7 @@ Additionally, the script can pass any additional command arguments, such as `-j [NOTE] ==== -A recent version of `bmake` can be ued instead of the `tools/build/make.py` script as well. +A recent version of `bmake` can be used instead of the `tools/build/make.py` script as well. In that case, however, required environment variables need to be set manually (the easiest way to obtain a list of them is by running `tools/build/make.py --debug`). ====