From 0f26a2efec2b8b2cd535eda19193afd9cb19acf5 Mon Sep 17 00:00:00 2001 From: Alessandro Lepore Date: Fri, 3 Mar 2017 14:25:20 +0100 Subject: [PATCH] Fix master.cf attributes types on README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba713b7..3531da4 100644 --- a/README.md +++ b/README.md @@ -145,16 +145,16 @@ The possible service hash fields and their meanings: hash key - have to be uniqu Field | Mandatory | Description ------- | --------- | -------------------------------------------------------------------- active | Yes | Boolean. Defines whether or not the service needs to be in master.cf -comment | No | If you would like to add a comment line before service line -order | Yes | Number to define the order of lines in the file -type | Yes | Type of the service (inet, unix, fifo) +comment | No | String. If you would like to add a comment line before service line +order | Yes | Integer. Number to define the order of lines in the file +type | Yes | String. Type of the service (inet, unix, fifo) private | No | Boolean. If present replaced by `y` or `n`, otherwise by `-` unpriv | No | Boolean. If present replaced by `y` or `n`, otherwise by `-` chroot | No | Boolean. If present replaced by `y` or `n`, otherwise by `-` wakeup | No | String. If present value placed in file, otherwise replaced by `-` maxproc | No | String. If present value placed in file, otherwise replaced by `-` command | Yes | String. The command to be executed. -args | Yes | String. Arguments passed to command. +args | Yes | Array of Strings. Arguments passed to command. For more information about meaning of the fields consult `master (5)` manual: