diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-10 23:52:40 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-22 09:55:49 -0800 |
commit | 8955b4ea5174cc602f5f3ea97599038fc136dbbc (patch) | |
tree | 616d8a691720afbf3c9d70e5dbf35ec3428cf515 /specs | |
parent | c362dc235e1b893290623b28fe9eb9b50c8a270e (diff) |
spec: change ids for encoding sections from *_2 to Encoding::*
Easier for cross-reference linking, matches what x11proto uses
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/fsproto.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/fsproto.xml b/specs/fsproto.xml index a38e910..d4786d8 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -3173,7 +3173,7 @@ multiple of four: pad(e) = (4 - (e mod 4)) mod 4 </literallayout> -<section id='Data_Types_2'> +<section id='Encoding::Data_Types'> <title>Data Types</title> <!-- .XS --> <!-- (SN Data Types --> @@ -3372,7 +3372,7 @@ n PROPINFO property data </literallayout> </section> -<section id='Requests_2'> +<section id='Encoding::Requests'> <title>Requests</title> <para><emphasis role="bold">open connection</emphasis></para> <literallayout class="monospaced"> @@ -3769,7 +3769,7 @@ p unused, p=pad(m) </literallayout> </section> -<section id='Errors_2'> +<section id='Encoding::Errors'> <title>Errors</title> <literallayout class="monospaced"> @@ -3903,7 +3903,7 @@ p unused, p=pad(m) </literallayout> </section> -<section id='Events_2'> +<section id='Encoding::Events'> <title>Events</title> <literallayout class="monospaced"> <emphasis role="bold">KeepAlive</emphasis> |