From 693e1be85e8ece59c14d9017d606a0b29acd7f0a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Mar 2011 08:54:35 +0100 Subject: [PATCH] add initial manpage for cdist-env Signed-off-by: Nico Schottelius --- doc/man/cdist-env.text | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/man/cdist-env.text diff --git a/doc/man/cdist-env.text b/doc/man/cdist-env.text new file mode 100644 index 00000000..4c2d73bc --- /dev/null +++ b/doc/man/cdist-env.text @@ -0,0 +1,32 @@ +cdist-env(1) +============ +Nico Schottelius + + +NAME +---- +cdist-env - Setup environment for using cdist + + +SYNOPSIS +-------- +cdist-env + + +DESCRIPTION +----------- +cdist-env outputs two strings suitable for usage in your current shell, +so you can use cdist from the checkout. You can evaluate those strings +and make directory usage of them. + + + +SEE ALSO +-------- +cdist(7) + + +COPYING +------- +Copyright \(C) 2011 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License version 3 (GPLv3).