From 19b9b5a19e656bd200b097cce788a0eb064d66cf Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 18 Jul 2010 13:10:44 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Manual3.wiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Manual3.wiki b/wiki/Manual3.wiki index f79fe89..aec3701 100644 --- a/wiki/Manual3.wiki +++ b/wiki/Manual3.wiki @@ -7,9 +7,9 @@ PPSS can be run as a daemon, monitoring a file or directory for new items. If (n When running as a daemon there is a risk that as soon PPSS detects a new file, it starts processing, while the file has not been fully written to disk. To prevent this risk, there are three options for running PPSS as a daemon: -- standard (default if inotify is not available) -- with Linux inotify (default if available) -- with manual locking + * standard (default if inotify is not available) + * with Linux inotify (default if available) + * with manual locking == Standard daemon mode ==