author | Alberto Bertogli
<albertito@gmail.com> 2008-05-26 01:31:13 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2008-05-26 01:31:13 UTC |
parent | 0c21b2c408ad34928160d0c286d2daed4db7a459 |
doc/guide.rst | +3 | -3 |
diff --git a/doc/guide.rst b/doc/guide.rst index 74ef70f..9f9c0bb 100644 --- a/doc/guide.rst +++ b/doc/guide.rst @@ -200,9 +200,9 @@ Example Following the previous example, if you want to start three servers you can do it like this:: - box1# ndbm -d /var/lib/nmdb/db-1 -l 11 - box2# ndbm -d /var/lib/nmdb/db-2 -l 12 - box3# ndbm -d /var/lib/nmdb/db-3 -l 13 + box1# nmdb -d /var/lib/nmdb/db-1 -l 11 + box2# nmdb -d /var/lib/nmdb/db-2 -l 12 + box3# nmdb -d /var/lib/nmdb/db-3 -l 13 Writing clients