summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/info.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/info.txt b/doc/server/info.txt
index f1154e665..7f466528f 100644
--- a/doc/server/info.txt
+++ b/doc/server/info.txt
@@ -32,13 +32,13 @@ possible fields in an info file are:
+------------+-------------------+----------------------------------+---------+
| group: | Any valid group | Sets group of the file | root |
+------------+-------------------+----------------------------------+---------+
-| important: | true | false | Important entries are | root |
+| important: | true | false | Important entries are | false |
| | | installed first during client | |
| | | execution | |
+------------+-------------------+----------------------------------+---------+
| owner: | Any valid user | Sets owner of the file | root |
+------------+-------------------+----------------------------------+---------+
-| paranoid: | yes | no | Backup file before replacement? | no |
+| paranoid: | true | false | Backup file before replacement? | false |
+------------+-------------------+----------------------------------+---------+
| perms: | Numeric file mode | Sets the permissions of the file | 0644 |
| | | 'inherit' | (or inherits from the files on | |