From cdd4e0968343cc72d79f3228fd7e2f56c611c404 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Tue, 27 Sep 2011 01:12:09 +0200
Subject: [PATCH] prefix/localhost in tutorial

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 doc/man/man7/cdist-tutorial.text | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man/man7/cdist-tutorial.text b/doc/man/man7/cdist-tutorial.text
index 15f2a81d..80135da9 100755
--- a/doc/man/man7/cdist-tutorial.text
+++ b/doc/man/man7/cdist-tutorial.text
@@ -49,7 +49,7 @@ with public keys:
 ssh-keygen
 
 # Copy pubkey over to target host
-ssh-copy-id root@target_host
+ssh-copy-id root@localhost
 --------------------------------------------------------------------------------
 
 As soon as you are able to login without passwort to the target host,
@@ -75,7 +75,7 @@ ls -l /etc/cdist-configured
 The file 'conf/manifest/init' is usually the entry point for cdist,
 to find out what to configure on which host. All manifests are
 essentially shell scripts. Every manifest can use the types known to
-cdist, which are usually underline prefixed (\_\_).
+cdist, which are usually underline prefixed (__).
 
 
 SEE ALSO