diff -r 72cb7a42650a -r 475a05ed5f0e doc/manual.docbook
--- a/doc/manual.docbook Thu Oct 15 12:21:04 2009 +0100
+++ b/doc/manual.docbook Thu Oct 15 12:27:40 2009 +0100
@@ -99,7 +99,7 @@
At this stage, no-one but you has any access to any repositories you
create on this system. In order to give anyone else access, you'll need a
copy of their SSH public key; we'll assume you have that key in
-~/sam-key.pub. To manage access, you make changes to the special ~/sam-saucer-key.pub. To manage access, you make changes to the special hgadmin repository.
jay@spoon:~$ hg clone ssh://hg@jeeves/hgadmin
@@ -109,9 +109,9 @@
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
jay@spoon:~$ cd hgadmin
jay@spoon:~/hgadmin$ mkdir -p keys/users/sam
-jay@spoon:~/hgadmin$ cp ~/sam-key.pub keys/users/sam/their-workstation
+jay@spoon:~/hgadmin$ cp ~/sam-saucer-key.pub keys/users/sam/saucer
jay@spoon:~/hgadmin$ hg add
-adding keys/users/sam/their-workstation
+adding keys/users/sam/saucer
jay@spoon:~/hgadmin$ hg commit -m "Add Sam's key'"
jay@spoon:~/hgadmin$ hg push
pushing to ssh://hg@jeeves/hgadmin