~ chicken-core (chicken-5) 964ae0c49ddfe2abd19fc7c4ce3164e7e16b1d09


commit 964ae0c49ddfe2abd19fc7c4ce3164e7e16b1d09
Author:     Christian Kellermann <ckeen@pestilenz.org>
AuthorDate: Wed Apr 24 20:53:16 2013 +0200
Commit:     Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Wed Apr 24 20:53:52 2013 +0200

    Correct description of ERROR parameter for file-type. Thanks zbigniew!
    
    Signed-off-by: Christian Kellermann <ckeen@pestilenz.org>

diff --git a/manual/Unit posix b/manual/Unit posix
index 2606e86c..3f59078f 100644
--- a/manual/Unit posix	
+++ b/manual/Unit posix	
@@ -535,7 +535,7 @@ not followed:
   block-device
 
 Note that not all types are supported on every platform. 
-If {{ERROR}} is given and false, {{file-type}} signals an
+If {{ERROR}} is given and true, {{file-type}} signals an
 error if the file does not exist.
 
 
Trap