Escape asterisks

They are seen as notes otherwise.

Conflicts:
	admin_manual/LDAP/CONFIGURATION.rst
	admin_manual/config/Mail_Parameters.rst
	admin_manual/config/Miscellaneous.rst
	admin_manual/cron/Usage.rst
This commit is contained in:
David Prévot
2014-02-24 23:16:18 -04:00
committed by Morris Jobke
parent b68a57c90f
commit 490fa7cd96
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ may have.
**Example**
To run a cron job on a *nix system, e.g. every 15min, under the default web server
To run a cron job on a \*nix system, e.g. every 15min, under the default web server
user, e.g. **www-data**, you need to set-up the following cron job to call the
**cron.php** script. Please check the crontab man page for the exact command syntax.

View File

@@ -327,7 +327,7 @@ Example config for Apache 2.4:
Dav Off
* Furthermore, you need to disable any server-configured authentication for ownCloud, as
it's internally using Basic authentication for its *DAV services.
it's internally using Basic authentication for its \*DAV services.
If you have turned on authentication on a parent folder (via e.g. an "AuthType Basic"
directive), you can turn off the authentication specifically for the ownCloud entry;
to do so, in above "<Directory ..." code, add the following line directly after the