From 3055adf0dae21cbf2cc9761a1cd3129fb335e241 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Fri, 5 Jan 2024 10:28:25 +0100 Subject: [PATCH] doc: fix typo in hide-or-forbid design doc --- doc/source/design/hide-or-forbid-modulefile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/design/hide-or-forbid-modulefile.rst b/doc/source/design/hide-or-forbid-modulefile.rst index f9a94e48..740e5ac5 100644 --- a/doc/source/design/hide-or-forbid-modulefile.rst +++ b/doc/source/design/hide-or-forbid-modulefile.rst @@ -299,7 +299,7 @@ Specification - a module matching a ``module-forbid`` statement whose ``--after`` limit is close is considered *nearly forbidden* - ``nearly-forbidden`` tag applies to such module - - matched ``module-forbid`` statement should of course not be disabled for current user of group due to ``--not-user`` or ``--not-group`` option values + - matched ``module-forbid`` statement should of course not be disabled for current user or group due to ``--not-user`` or ``--not-group`` option values - the *near* range is defined by the :mconfig:`nearly_forbidden_days` configuration, which equals to ``14`` (14 days) by default - this configuration accepts an integer value which represents a number of days prior forbidding starts to be effective for module - ``nearly_forbidden_days`` configuration can be set at configure time with :instopt:`--with-nearly-forbidden-days` option or afterward with the ``config`` sub-command (which sets the :envvar:`MODULES_NEARLY_FORBIDDEN_DAYS` environment variable)