diff --git a/docs/man/cdist-reference.text.sh b/docs/man/cdist-reference.text.sh index 6552bf82..28c46fa6 100755 --- a/docs/man/cdist-reference.text.sh +++ b/docs/man/cdist-reference.text.sh @@ -1,6 +1,7 @@ #!/bin/sh # # 2010-2013 Nico Schottelius (nico-cdist at schottelius.org) +# 2014 Daniel Heule (hda at sfs.biz) # # This file is part of cdist. # @@ -157,7 +158,7 @@ TYPES The following types are available: eof -set -x + for type in man7/cdist-type__*.html; do no_dir="${type#man7/}"; no_type="${no_dir#cdist-type}"; @@ -209,12 +210,10 @@ __messages_out:: Available for: initial manifest, type manifest, type gencode __object:: Directory that contains the current object. - Available for: type manifest, type explorer, type gencode and - at the execution of the gencode scripts + Available for: type manifest, type explorer, type gencode and code scripts __object_id:: The type unique object id. - Available for: type manifest, type explorer, type gencode and - at the execution of the gencode scripts + Available for: type manifest, type explorer, type gencode and code scripts Note: The leading and the trailing "/" will always be stripped (caused by the filesystem database and ensured by the core). Note: Double slashes ("//") will not be fixed and result in an error.