aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-10-09 13:02:54 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-10-09 13:02:54 +0000
commit1342d97ffecb33434ca8d157964ec2a2372ce721 (patch)
treea30f28f79654a4276c5cad7ca59f57a80e21ca08
parent65f5328ae3ab9e9b098a9e346e021d654aecde9b (diff)
downloaddoc-1342d97ffecb33434ca8d157964ec2a2372ce721.tar.gz
doc-1342d97ffecb33434ca8d157964ec2a2372ce721.zip
Porter's handbook: Remove reference to poudriere in testing chapter
PR: 274179
-rw-r--r--documentation/content/en/books/porters-handbook/testing/_index.adoc3
1 files changed, 2 insertions, 1 deletions
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]