diff options
author | Duncan Overbruck <administrator@duncano.de> | 2015-11-10 21:04:32 +0000 |
---|---|---|
committer | Duncan Overbruck <administrator@duncano.de> | 2015-11-10 21:04:32 +0000 |
commit | 426859b6197835bcf07c618579bedbe4ccdd0311 (patch) | |
tree | 71b8839d964cb240cd2b14e41fc65d80d962e29b /Manual.md | |
parent | 6af26c335bd24d54e4cb5b7ad61984d7c2570780 (diff) | |
download | void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.tar void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.tar.gz void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.tar.bz2 void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.tar.lz void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.tar.xz void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.tar.zst void-packages-426859b6197835bcf07c618579bedbe4ccdd0311.zip |
Manual.md: fix typo
Diffstat (limited to 'Manual.md')
-rw-r--r-- | Manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md index d1d67ab84e0..4302ecb83af 100644 --- a/Manual.md +++ b/Manual.md @@ -868,7 +868,7 @@ colon, i.e `system_groups="mygroup:78"` or `system_groups="foo blah:8000"`. - `system_accounts` This specifies the names of the new **system users/groups** to be created, separated by blanks, i.e `system_accounts="foo blah:22"`. Optionally the **uid** and **gid** -can be specified by delimiting it with a color, i.e `system_accounts="foo:48"`. +can be specified by delimiting it with a colon, i.e `system_accounts="foo:48"`. Additional variables for the **system accounts** can be specified to change its behavior: - `<account>_homedir` the home directory for the user. If unset defaults to `/var/empty`. |