diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-10-09 13:02:54 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-10-09 13:02:54 +0000 |
| commit | 1342d97ffecb33434ca8d157964ec2a2372ce721 (patch) | |
| tree | a30f28f79654a4276c5cad7ca59f57a80e21ca08 | |
| parent | 65f5328ae3ab9e9b098a9e346e021d654aecde9b (diff) | |
| download | doc-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.adoc | 3 |
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] |
