summaryrefslogtreecommitdiff
path: root/man/7
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-09-27 10:34:06 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-09-27 10:34:06 +0200
commitaabc1a4fef1e42f13435d88739f32c65fa0b64a8 (patch)
tree7487bebde84e1298ce8ff33ba66bbc85a800d282 /man/7
parentd30148e3fed6910ce7e19a1ff7482b5fbd9da7b8 (diff)
caretaker-setup(7): Fixed prompt in the example shell log
Diffstat (limited to 'man/7')
-rw-r--r--man/7/caretaker-setup.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod
index 98affeb..00196d1 100644
--- a/man/7/caretaker-setup.pod
+++ b/man/7/caretaker-setup.pod
@@ -25,13 +25,13 @@ this in the package root itself, since it's recommended to have bare git repos t
client ~ > cd /tmp
client /tmp > mkdir vim; cd vim
- /client tmp/vim > git init
+ client /tmp/vim > git init
Initialized empty Git repository in /tmp/vim/.git/
- /client tmp/vim > mkdir etc
- /client tmp/vim > cp $your_fancy_vimrc etc/vimrc
- /client tmp/vim > echo 'soft .vimrc $etc/vimrc' > links
- /client tmp/vim > git add .
- /client tmp/vim > git commit -m 'initial commit. Now with extra cake'
+ client /tmp/vim > mkdir etc
+ client /tmp/vim > cp $your_fancy_vimrc etc/vimrc
+ client /tmp/vim > echo 'soft .vimrc $etc/vimrc' > links
+ client /tmp/vim > git add .
+ client /tmp/vim > git commit -m 'initial commit. Now with extra cake'
[master (root-commit) 4359548] initial commit. Now with extra cake
2 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 etc/vimrc