git: e126d8fe28 - main - [phb]: Fix syntax
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 11:10:49 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=e126d8fe2804d4e36bf427381a017def8304da94 commit e126d8fe2804d4e36bf427381a017def8304da94 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-07-16 11:09:44 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-07-16 11:09:44 +0000 [phb]: Fix syntax Add space so the backtick is interpreted correctly. --- documentation/content/en/books/porters-handbook/special/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index ef2778f0a5..db9cbf3d32 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -337,7 +337,7 @@ Otherwise, it is almost impossible to either fix the problem, or test if it has [[using-make]] === `make`, `gmake`, and `imake` -Several differing `make` implementations exist. Ported software often requires a particular implementation, like GNU`make`, known in FreeBSD as `gmake`. +Several differing `make` implementations exist. Ported software often requires a particular implementation, like GNU `make`, known in FreeBSD as `gmake`. If the port uses GNU make, add `gmake` to `USES`.