git: 8cfabb6478 - main - [phb] Fix typo.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Oct 2022 06:15:25 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=8cfabb64783116748ccd55adc4dc0d125de72207 commit 8cfabb64783116748ccd55adc4dc0d125de72207 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-10-16 17:51:06 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-10-17 06:11:45 +0000 [phb] Fix typo. Drupal 6 --> Drupal 7 --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 066a21fdb7..404777ccfa 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -388,7 +388,7 @@ Possible arguments: `7`, `module`, `theme` Automate installation of a port that is a Drupal theme or module. Use with the version of Drupal that the port is expecting. -For example, `USES=drupal:7,module` says that this port creates a Drupal 6 module. +For example, `USES=drupal:7,module` says that this port creates a Drupal 7 module. A Drupal 7 theme can be specified with `USES=drupal:7,theme`. [[uses-eigen]]