update pointers to cdist-reference

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-09 10:01:14 +01:00
parent 2277880e4b
commit 69fde0a9e3
6 changed files with 21 additions and 21 deletions

View File

@ -22,7 +22,6 @@ MANSRC=$(MANDIR)/cdist.text \
$(MANDIR)/cdist-bin-transfer.text \ $(MANDIR)/cdist-bin-transfer.text \
$(MANDIR)/cdist-deploy-to.text \ $(MANDIR)/cdist-deploy-to.text \
$(MANDIR)/cdist-manifest.text \ $(MANDIR)/cdist-manifest.text \
$(MANDIR)/cdist-reference.text \
$(MANDIR)/cdist-stages.text \ $(MANDIR)/cdist-stages.text \
$(MANDIR)/cdist-type.text \ $(MANDIR)/cdist-type.text \
$(MANDIR)/cdist-type-template.text \ $(MANDIR)/cdist-type-template.text \

View File

@ -1,5 +1,5 @@
1.0.2: upcoming 1.0.2: upcoming
* Add manpages: cdist-type, cdist-type__file * Add manpages: cdist-type, cdist-type__file, cdist-reference
* Make doc/man/ usable as MANPATH entry * Make doc/man/ usable as MANPATH entry
1.0.1: 2011-03-08 1.0.1: 2011-03-08

2
doc/man/.gitignore vendored
View File

@ -1,4 +1,4 @@
cdist.7 cdist.7
*.html *.html
cdist-design.7 cdist-design.7
cdist-type-listing.text cdist-reference.text

View File

@ -30,10 +30,10 @@ variables are handled by cdist-config.
SEE ALSO SEE ALSO
-------- --------
cdist(7), - cdist(7)
cdist-config(1), - cdist-config(1)
cdist-config-layout(7), - cdist-reference(7)
cdist-stages(7) - cdist-stages(7)
COPYING COPYING

View File

@ -32,7 +32,7 @@ dest="$__cdist_abs_mydir/$filename"
cd "$__cdist_abs_mydir" cd "$__cdist_abs_mydir"
# exec > "$dest" exec > "$dest"
cat << eof cat << eof
cdist-reference(7) cdist-reference(7)
================== ==================
@ -146,28 +146,28 @@ cat << eof
VARIABLES VARIABLES
--------- ---------
__explorer:: __explorer::
Directory that contains all explorers Directory that contains all explorers.
Available for: explorer Available for: explorer
__manifest:: __manifest::
Directory that contains the initial manifest Directory that contains the initial manifest.
Available for: initial manifest Available for: initial manifest
__global:: __global::
Directory that contains generic output like explorer Directory that contains generic output like explorer.
Available for: initial manifest, type manifest, type explorer, type codegen Available for: initial manifest, type manifest, type explorer, type codegen
__object:: __object::
Directory that contains the current object Directory that contains the current object.
Available for: type manifest, type explorer, type codegen Available for: type manifest, type explorer, type codegen
__object_id:: __object_id::
The type unique object id The type unique object id.
Available for: type manifest, type explorer, type codegen Available for: type manifest, type explorer, type codegen
__target_host:: __target_host::
The host we are deploying to. The host we are deploying to.
Available for: initial manifest, type manifest, type codegen Available for: initial manifest, type manifest, type codegen
__type:: __type::
Path to the current type Path to the current type.
Available for: type manifest Available for: type manifest
__type_explorers:: __type_explorers::
Directory that contains the type explorers Directory that contains the type explorers.
Available for: type explorer Available for: type explorer

View File

@ -46,10 +46,9 @@ no conflicts may occur, i.e. no object of the same type with the same id may
be created. be created.
Related manpages: Related manpages:
- cdist-manifest(7)
- cdist-manifest-run(1) - cdist-manifest-run(1)
- cdist-manifest-run-init(1) - cdist-manifest-run-init(1)
- cdist-manifest(7)
- cdist-config-layout(7)
STAGE 3: EXECUTION OF TYPES STAGE 3: EXECUTION OF TYPES
@ -67,9 +66,9 @@ may occur during the merge. A conflict would mean that two different objects
try to create the same object, which indicates a broken configuration. try to create the same object, which indicates a broken configuration.
Related manpages: Related manpages:
- cdist-type(7)
- cdist-manifest-run(1) - cdist-manifest-run(1)
- cdist-manifest-run-all(1) - cdist-manifest-run-all(1)
- cdist-type(7)
STAGE 4: CODE GENERATION STAGE 4: CODE GENERATION
@ -81,9 +80,9 @@ on stdout. If the gencode executable fails, it must print diagnostic messages
on stderr and exit non-zero. on stderr and exit non-zero.
Related manpages: Related manpages:
- cdist-types-gencode(7)
- cdist-gencode(1) - cdist-gencode(1)
- cdist-gencode-all(1) - cdist-gencode-all(1)
- cdist-type(7)
STAGE 5: CODE EXECUTION STAGE 5: CODE EXECUTION
@ -92,8 +91,8 @@ The resulting code from the previous stage is transferred to the target host
and executed there to apply the configuration changes, and executed there to apply the configuration changes,
Related manpages: Related manpages:
- cdist-exec-transfer(1)
- cdist-exec-run(1) - cdist-exec-run(1)
- cdist-exec-transfer(1)
SUMMARY SUMMARY
@ -106,7 +105,9 @@ in correct order.
SEE ALSO SEE ALSO
-------- --------
cdist(7), cdist-deploy-to(1), cdist-config-layout(7) - cdist(7)
- cdist-deploy-to(1)
- cdist-reference(7)
COPYING COPYING