doc/manual.docbook
changeset 123 20b54500a618
parent 122 05b676684c7e
child 124 6836769f5134
--- a/doc/manual.docbook	Wed Oct 14 14:51:45 2009 +0100
+++ b/doc/manual.docbook	Wed Oct 14 15:22:29 2009 +0100
@@ -149,7 +149,7 @@
 As things stand, 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
-<filename>~/other-users-key.pub</filename>. You could give them access by
+<filename>~/sam-key.pub</filename>. You could give them access by
 logging into <systemitem class="systemname">repository-host</systemitem>,
 putting the key in the right place under <filename
 class='directory'>/etc/mercurial-server/keys</filename>, and re-running
@@ -164,11 +164,11 @@
 updating working directory
 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
 jay@my-workstation:~$ </computeroutput><userinput>cd hgadmin</userinput>
-<computeroutput>jay@my-workstation:~/hgadmin$ </computeroutput><userinput>mkdir -p keys/users/pat</userinput>
-<computeroutput>jay@my-workstation:~/hgadmin$ </computeroutput><userinput>cp ~/other-users-key.pub keys/users/pat/their-workstation</userinput>
+<computeroutput>jay@my-workstation:~/hgadmin$ </computeroutput><userinput>mkdir -p keys/users/sam</userinput>
+<computeroutput>jay@my-workstation:~/hgadmin$ </computeroutput><userinput>cp ~/other-users-key.pub keys/users/sam/their-workstation</userinput>
 <computeroutput>jay@my-workstation:~/hgadmin$ </computeroutput><userinput>hg add</userinput>
-<computeroutput>adding keys/users/pat/their-workstation
-jay@my-workstation:~/hgadmin$ </computeroutput><userinput>hg commit -m "Add other jay"</userinput>
+<computeroutput>adding keys/users/sam/their-workstation
+jay@my-workstation:~/hgadmin$ </computeroutput><userinput>hg commit -m "Add Sam's key'"</userinput>
 <computeroutput>jay@my-workstation:~/hgadmin$ </computeroutput><userinput>hg push</userinput>
 <computeroutput>pushing to ssh://hg@repository-host/hgadmin
 searching for changes
@@ -178,7 +178,7 @@
 remote: added 1 changesets with 1 changes to 1 files
 jay@my-workstation:~/hgadmin$ </computeroutput></screen>
 <para>
-The new user can now read and write to your
+Sam can now read and write to your
 <literal>ssh://hg@repository-host/repository/name</literal> repository.
 Most other changes to access control can be made simply by making and
 pushing changes to <literal>hgadmin</literal>, and you can use Mercurial to