From 38426d541cb4aad41e07c6d41b9b0fecee562528 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Mon, 26 Jan 2015 13:43:28 +0100 Subject: [PATCH] Remove "for example" if no example follows --- admin_manual/configuration/background_jobs_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/background_jobs_configuration.rst b/admin_manual/configuration/background_jobs_configuration.rst index 952daa682..b8bce739b 100644 --- a/admin_manual/configuration/background_jobs_configuration.rst +++ b/admin_manual/configuration/background_jobs_configuration.rst @@ -38,7 +38,7 @@ your server using the Internet. For example:: Cron ~~~~ -Using the operating system cron feature is the preferred method for executing regular tasks. This method enables the execution of scheduled jobs without the inherent limitations the web server might have. For example: +Using the operating system cron feature is the preferred method for executing regular tasks. This method enables the execution of scheduled jobs without the inherent limitations the web server might have. To run a cron job on a \*nix system, every 15 minutes, under the default web server user (often, ``www-data`` or ``wwwrun``), you must set up the following cron job to call the **cron.php** script::