git: 86b0da672a - main - [phb] Improve poudriere xbuild instructions

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 24 Apr 2022 12:18:30 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=86b0da672aca0605607d2ec397d7b647c6742b71

commit 86b0da672aca0605607d2ec397d7b647c6742b71
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-04-23 15:51:05 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-04-24 12:17:55 +0000

    [phb] Improve poudriere xbuild instructions
    
    * Clarify arguments
    * One sentence per line
    
    Reported by: Pau Amma
---
 documentation/content/en/books/porters-handbook/uses/_index.adoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 522c2f8155..021c993c8d 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1373,9 +1373,11 @@ USE_PYQT=	core doc_build designer_run
 Possible arguments: (none), 4
 
 Introduces a new dependency on package:devel/pytest[]. It defines a `do-test`
-target which will run the tests properly. If your port uses package:devel/pytest[]
-consider using this before rolling your own `do-test` target. The framework
-exposes the following variables to the port:
+target which will run the tests properly.
+Use the argument to depend on a specific package:devel/pytest[] version.
+For ports using package:devel/pytest[] consider using this instead of a specific
+`do-test` target.
+The framework exposes the following variables to the port:
 
 `PYTEST_ARGS`::
 Additional arguments to pytest (defaults to empty).