From 6ca0607d6288573dcea2d20e1befe8a325747ebd Mon Sep 17 00:00:00 2001 From: p-bo Date: Sat, 19 Nov 2022 23:02:16 +0100 Subject: [PATCH] Fix formating - use *italicized text* instead of _italicized text_ , because it was not rendered in used markdown flavour correctly - remove (forgotten?) long line of dashes Signed-off-by: p-bo --- .../configuration_server/config_sample_php_parameters.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index c054d4c8a..5577d6d57 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -809,7 +809,7 @@ The app allows for two settings, a minimum time for trash bin retention, and a maximum time for trash bin retention. Minimum time is the number of days a file will be kept, after which it -_may be_ deleted. A file may be deleted after the minimum number of days +*may be* deleted. A file may be deleted after the minimum number of days is expired if space is needed. The file will not be deleted if space is not needed. @@ -821,8 +821,8 @@ Whether "space is needed" depends on whether a user quota is defined or not: * If a user quota is defined, 50% of the user's remaining quota space sets the limit for the trashbin. -Maximum time is the number of days at which it is _guaranteed -to be_ deleted. There is no further dependency on the available space. +Maximum time is the number of days at which it is *guaranteed +to be* deleted. There is no further dependency on the available space. Both minimum and maximum times can be set together to explicitly define file and folder deletion. For migration purposes, this setting is installed @@ -2049,7 +2049,7 @@ of your php version. Then set the setting to true. Nextcloud uses the Argon2 algorithm (with PHP >= 7.2) to create hashes by its own and exposes its configuration options as following. More information can be found at: https://www.php.net/manual/en/function.password-hash.php --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- + ::