From 5fbeebc6f31f40319e2373c61d76dec17cb15902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 23 Jun 2022 13:38:58 +0200 Subject: [PATCH] Add link to glob definition for include directive (cherry picked from commit bb2a19d6555a5a1c8630f72ad9a640d8660de18c) --- doc/arm/reference.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index fa14c7c127..10d803d1e9 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -173,13 +173,15 @@ the following examples: ``include`` Directive Definition and Usage ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The include directive inserts the specified file (or files if a valid glob -expression is detected) at the point where the include directive is +The include directive inserts the specified file (or files if a valid `glob +expression`_ is detected) at the point where the include directive is encountered. The include directive facilitates the administration of configuration files by permitting the reading or writing of some things but not others. For example, the statement could include private keys that are readable only by the name server. +.. _`glob expression`: https://man7.org/linux/man-pages/man7/glob.7.html + .. _address_match_lists: .. _address_match_list: