[Pkg-owncloud-commits] [owncloud-doc] 25/80: Escape asterisks

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 02:54:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 490fa7cd964cb9b0bab56d99ad66cbf1fa4b1ca0
Author: David Prévot <taffit at debian.org>
Date:   Mon Feb 24 23:16:18 2014 -0400

    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
---
 admin_manual/configuration/background_jobs.rst    | 2 +-
 admin_manual/installation/installation_source.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin_manual/configuration/background_jobs.rst b/admin_manual/configuration/background_jobs.rst
index 972e61c..139fbf9 100644
--- a/admin_manual/configuration/background_jobs.rst
+++ b/admin_manual/configuration/background_jobs.rst
@@ -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.
 
diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index f545f81..32d7595 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list