[Spice-devel] [PATCH spice-common 3/3] docs: add spice URI scheme
Frediano Ziglio
fziglio at redhat.com
Tue Jan 15 11:50:14 UTC 2019
>
> On Mon, Jan 14, 2019 at 8:36 PM Frediano Ziglio <fziglio at redhat.com> wrote:
> >
> > >
> > > From: Marc-André Lureau <marcandre.lureau at redhat.com>
> > >
> > > Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> > > ---
> > > docs/Makefile.am | 1 +
> > > docs/meson.build | 2 +-
> > > docs/spice_uri_scheme.txt | 131 ++++++++++++++++++++++++++++++++++++++
> > > 3 files changed, 133 insertions(+), 1 deletion(-)
> > > create mode 100644 docs/spice_uri_scheme.txt
> > >
> > > diff --git a/docs/Makefile.am b/docs/Makefile.am
> > > index e7e126b..6f7a0ac 100644
> > > --- a/docs/Makefile.am
> > > +++ b/docs/Makefile.am
> > > @@ -3,6 +3,7 @@ CLEANFILES =
> > >
> > ....
> >
> > > +documentation.
> > > +
> > > +Data Types
> > > +----------
> > > +
> > > +Spice URIs can be percent-encoded as specified in [RFC3986] and MUST
> > > +be decoded. After decoding, the following type constraints and
> > > +semantics apply:
> > > +
> > > +string
> > > +~~~~~~
> > > +
> > > +Values of "string" type are UTF-encoded strings as specified in
> >
> > Minor: UTF8, not any UTF.
>
> ack series with that change?
>
I didn't read all this document, I saw Christophe did it, I just caught this
minor typo by "accident".
> >
> > > +[RFC3629].
> > > +
> > > +ushort
> > > +~~~~~~
> > > +
> > > +The "ushort" values represent unsigned 16-bit integers expressed
> > > +in decimal digits with value between 0-65535 inclusive.
> >
Frediano
More information about the Spice-devel
mailing list