diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 1d4ec413ca..591c03028c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7567,7 +7567,9 @@ system and gives an overview of their function and contents. | |||
7567 | by pseudo when monitoring and recording file operations, in order to avoid | 7567 | by pseudo when monitoring and recording file operations, in order to avoid |
7568 | problems with files being written to outside of the pseudo context and | 7568 | problems with files being written to outside of the pseudo context and |
7569 | reduce pseudo's overhead. A path is ignored if it matches any prefix in the list | 7569 | reduce pseudo's overhead. A path is ignored if it matches any prefix in the list |
7570 | and can include partial directory (or file) names. | 7570 | and can include partial directory (or file) names. In case a path prefix is |
7571 | present in both :term:`PSEUDO_IGNORE_PATHS` and in :term:`PSEUDO_INCLUDE_PATHS`, | ||
7572 | :term:`PSEUDO_INCLUDE_PATHS` takes precedence. | ||
7571 | 7573 | ||
7572 | :term:`PSEUDO_INCLUDE_PATHS` | 7574 | :term:`PSEUDO_INCLUDE_PATHS` |
7573 | A comma-separated (without spaces) list of path prefixes that should be included | 7575 | A comma-separated (without spaces) list of path prefixes that should be included |
@@ -7575,7 +7577,10 @@ system and gives an overview of their function and contents. | |||
7575 | problems with files being written to outside of the pseudo context and | 7577 | problems with files being written to outside of the pseudo context and |
7576 | reduce :ref:`pseudo <overview-manual/concepts:Fakeroot and Pseudo>`'s overhead. | 7578 | reduce :ref:`pseudo <overview-manual/concepts:Fakeroot and Pseudo>`'s overhead. |
7577 | A path is included if it matches any prefix in the list and can include | 7579 | A path is included if it matches any prefix in the list and can include |
7578 | partial directory (or file) names. | 7580 | partial directory (or file) names. In case a path prefix is present in both |
7581 | :term:`PSEUDO_IGNORE_PATHS` and in :term:`PSEUDO_INCLUDE_PATHS`, | ||
7582 | :term:`PSEUDO_INCLUDE_PATHS` takes precedence. | ||
7583 | |||
7579 | 7584 | ||
7580 | :term:`PTEST_ENABLED` | 7585 | :term:`PTEST_ENABLED` |
7581 | Specifies whether or not :ref:`Package | 7586 | Specifies whether or not :ref:`Package |