git: 1342d97ffe - main - Porter's handbook: Remove reference to poudriere in testing chapter

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Mon, 09 Oct 2023 13:03:22 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1342d97ffecb33434ca8d157964ec2a2372ce721

commit 1342d97ffecb33434ca8d157964ec2a2372ce721
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-10-09 13:02:54 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-10-09 13:02:54 +0000

    Porter's handbook: Remove reference to poudriere in testing chapter
    
    PR:     274179
---
 documentation/content/en/books/porters-handbook/testing/_index.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index b4e88cfe4c..9375c83837 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -254,7 +254,8 @@ Those optimizations will not matter a lot when building ports on a desktop machi
 === Setting Up poudriere
 
 The port installs a default configuration file, [.filename]#/usr/local/etc/poudriere.conf#.
-Each parameter is documented in the configuration file and in man:poudriere[8].
+Each parameter is documented in the configuration file.
+
 Here is a minimal example config file:
 
 [.programlisting]