New specification of the Signature and other related changes
git-svn-id: svn+ssh://dyadis.cs.arizona.edu/NDN-spec/spec-sphinx@94 c5937c81-b952-4fd9-96ba-3036b240b622
diff --git a/name.rst b/name.rst
index db2599b..5658653 100644
--- a/name.rst
+++ b/name.rst
@@ -1,4 +1,4 @@
-.. _name:
+.. _Name:
Name
----
@@ -11,7 +11,9 @@
We use a 2-level nested TLV to represent a name.
The Type in the outer TLV indicates this is a Name.
All inner TLVs have the same Type indicating that they each contain a name component.
-There is no restriction on the Value field in a name component and it may not contain any bytes::
+There is no restriction on the Value field in a name component and it may not contain any bytes:
+
+::
Name ::= NAME-TYPE TLV-LENGTH NameComponent*
NameComponent ::= NAME-COMPONENT-TYPE TLV-LENGTH BYTE+