diff -r 609d1d4ec773 -r 72cb7a42650a doc/manual.docbook
--- a/doc/manual.docbook Thu Oct 15 12:20:14 2009 +0100
+++ b/doc/manual.docbook Thu Oct 15 12:21:04 2009 +0100
@@ -80,14 +80,14 @@
To store a repository on the server, clone it over.
jay@spoon:~$ cd myproj
-jay@spoon:~/myproj$ hg clone . ssh://hg@jeeves/repository/name
+jay@spoon:~/myproj$ hg clone . ssh://hg@jeeves/jays/project
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 119 changesets with 284 changes to 61 files
-jay@spoon:~/myproj$ hg pull ssh://hg@jeeves/repository/name
-pulling from ssh://hg@jeeves/repository/name
+jay@spoon:~/myproj$ hg pull ssh://hg@jeeves/jays/project
+pulling from ssh://hg@jeeves/jays/project
searching for changes
no changes found
jay@spoon:~/myproj$ cd ..
@@ -123,7 +123,7 @@
jay@spoon:~/hgadmin$
Sam can now read and write to your
-ssh://hg@jeeves/repository/name repository.
+ssh://hg@jeeves/jays/project repository.
Most other changes to access control can be made simply by making and
pushing changes to hgadmin, and you can use Mercurial to