From 583674c577efb4e9b30d0a6dfde257b09499f3b8 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 09:18:28 -0800 Subject: [PATCH] Made changes to ch09.asciidoc --- ch09.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ch09.asciidoc b/ch09.asciidoc index 618f1ba0..f067f262 100644 --- a/ch09.asciidoc +++ b/ch09.asciidoc @@ -292,9 +292,9 @@ Namecoin's namespaces are not restricted, and anyone can use any namespace in an The namecoin client is very similar to Bitcoin Core, because it is derived from the same source code. Upon installation, the client will download a full copy of the namecoin blockchain and then will be ready to query and register names. There are three main commands: -* +name_new+: Query or preregister a name -* +name_firstupdate+: Register a name and make the registration public -* +name_update+: Change the details or refresh a name registration ++name_new+:: Query or preregister a name ++name_firstupdate+:: Register a name and make the registration public ++name_update+:: Change the details or refresh a name registration For example, to register the domain +mastering-bitcoin.bit+, we use the command +name_new+ as follows: