diff --git a/HACKERS_README b/HACKERS_README index 66103acc..ad3fe3fd 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -3,7 +3,7 @@ cat << eof Hey hackers, this README is for you, for those who want to dig into cdist, hack it or try -to get a deeper understanding. Please read doc/man/cdist-hacker.text. +to get a deeper understanding. Please read doc/man/man7/cdist-hacker.text. I hope you have a lot of fun with cdist, because it was also a lot of fun to develop it! diff --git a/doc/man/man1/cdist-manifest-run.text b/doc/man/man1/cdist-manifest-run.text index d483b29b..8cd6b513 100644 --- a/doc/man/man1/cdist-manifest-run.text +++ b/doc/man/man1/cdist-manifest-run.text @@ -10,20 +10,18 @@ cdist-manifest-run - Run a given manifest SYNOPSIS -------- -cdist-manifest-run HOSTNAME MANIFEST OUTPUT_DIR +cdist-manifest-run HOSTNAME MANIFEST DESCRIPTION ----------- -cdist-manifest-run executes the given MANIFEST and saves the output into -OUTPUT_DIR. +cdist-manifest-run executes the given MANIFEST. SEE ALSO -------- - cdist(7) - cdist-deploy-to(1) -- cdist-manifest-run-all(1) - cdist-manifest-run-init(1) diff --git a/doc/man/man7/cdist-manifest.text b/doc/man/man7/cdist-manifest.text index 04f1c56c..43dd2b6a 100644 --- a/doc/man/man7/cdist-manifest.text +++ b/doc/man/man7/cdist-manifest.text @@ -70,7 +70,6 @@ require="__file/etc/cdist-configured __link/tmp/cdist-testfile" \ SEE ALSO -------- - cdist-manifest-run(1) -- cdist-manifest-run-all(1) - cdist-manifest-run-init(1) - cdist-type(7)