From bae472eb33095dcad9cd032cc3a19345155565bd Mon Sep 17 00:00:00 2001 From: Daniel Heule Date: Wed, 26 Mar 2014 10:41:00 +0100 Subject: [PATCH] fixed some typos in the man page --- cdist/conf/type/__key_value/man.text | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cdist/conf/type/__key_value/man.text b/cdist/conf/type/__key_value/man.text index cf779037..d4c8e2cc 100644 --- a/cdist/conf/type/__key_value/man.text +++ b/cdist/conf/type/__key_value/man.text @@ -79,11 +79,8 @@ __key_value LEGACY_KEY --file /etc/somefile --state absent --delimiter '=' MORE INFORMATION ---------------- -This type try to handle as many values as possible, so it doen't use regexes. -So you need to exatly specify the key and delimiter. Delimiter can be of any lenght. -Due to shell limitations, we have some values which you can't use, this values are: -__CDIST_HEREDOC_END_HERE_MARKER -__CDIST_INPUT_END_HERE_MARKER +This type try to handle as many values as possible, so it doesn't use regexes. +So you need to exactly specify the key and delimiter. Delimiter can be of any lenght. SEE ALSO