All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc
@ 2020-07-20 16:58 Andrew Cooper
  2020-07-20 17:07 ` Paul Durrant
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2020-07-20 16:58 UTC (permalink / raw)
  To: Xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Julien Grall, Wei Liu,
	George Dunlap, Andrew Cooper, Jan Beulich, Ian Jackson

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 1556 bytes --]

From the docs cronjob on xenbits:

  /usr/bin/pandoc --number-sections --toc --standalone misc/hypfs-paths.pandoc --output html/misc/hypfs-paths.html
  pandoc: Cannot decode byte '\x92': Data.Text.Internal.Encoding.decodeUtf8: Invalid UTF-8 stream
  make: *** [Makefile:236: html/misc/hypfs-paths.html] Error 1

Fixes: 5a4a411bde4 ("docs: specify stability of hypfs path documentation")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Juergen Gross <jgross@suse.com>
CC: George Dunlap <George.Dunlap@eu.citrix.com>
CC: Ian Jackson <ian.jackson@citrix.com>
CC: Jan Beulich <JBeulich@suse.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Wei Liu <wl@xen.org>
CC: Julien Grall <julien@xen.org>
---
 docs/misc/hypfs-paths.pandoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/misc/hypfs-paths.pandoc b/docs/misc/hypfs-paths.pandoc
index 81d70bb80c..dddb592bc5 100644
--- a/docs/misc/hypfs-paths.pandoc
+++ b/docs/misc/hypfs-paths.pandoc
@@ -74,7 +74,7 @@ you write finds a path present, it can rely on behavior in future versions of
 the hypervisors, and in different configurations.  Specifically:
 
 1. Conditions under which paths are used may be extended, restricted, or
-   removed.  For example, a path that’s always available only on ARM systems
+   removed.  For example, a path that's always available only on ARM systems
    may become available on x86; or a path available on both systems may be
    restricted to only appearing on ARM systems.  Paths may also disappear
    entirely.
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc
  2020-07-20 16:58 [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc Andrew Cooper
@ 2020-07-20 17:07 ` Paul Durrant
  2020-07-20 17:08   ` Andrew Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Durrant @ 2020-07-20 17:07 UTC (permalink / raw)
  To: 'Andrew Cooper', 'Xen-devel'
  Cc: 'Juergen Gross', 'Stefano Stabellini',
	'Julien Grall', 'Wei Liu',
	'George Dunlap', 'Jan Beulich',
	'Ian Jackson'

> -----Original Message-----
> From: Xen-devel <xen-devel-bounces@lists.xenproject.org> On Behalf Of Andrew Cooper
> Sent: 20 July 2020 17:59
> To: Xen-devel <xen-devel@lists.xenproject.org>
> Cc: Juergen Gross <jgross@suse.com>; Stefano Stabellini <sstabellini@kernel.org>; Julien Grall
> <julien@xen.org>; Wei Liu <wl@xen.org>; George Dunlap <George.Dunlap@eu.citrix.com>; Andrew Cooper
> <andrew.cooper3@citrix.com>; Jan Beulich <JBeulich@suse.com>; Ian Jackson <ian.jackson@citrix.com>
> Subject: [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc
> 
> From the docs cronjob on xenbits:
> 
>   /usr/bin/pandoc --number-sections --toc --standalone misc/hypfs-paths.pandoc --output
> html/misc/hypfs-paths.html
>   pandoc: Cannot decode byte '\x92': Data.Text.Internal.Encoding.decodeUtf8: Invalid UTF-8 stream
>   make: *** [Makefile:236: html/misc/hypfs-paths.html] Error 1
> 
> Fixes: 5a4a411bde4 ("docs: specify stability of hypfs path documentation")
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Release-acked-by: Paul Durrant <paul@xen.org>

...and please commit to staging-4.14 a.s.a.p.

> ---
> CC: Juergen Gross <jgross@suse.com>
> CC: George Dunlap <George.Dunlap@eu.citrix.com>
> CC: Ian Jackson <ian.jackson@citrix.com>
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Wei Liu <wl@xen.org>
> CC: Julien Grall <julien@xen.org>
> ---
>  docs/misc/hypfs-paths.pandoc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/misc/hypfs-paths.pandoc b/docs/misc/hypfs-paths.pandoc
> index 81d70bb80c..dddb592bc5 100644
> --- a/docs/misc/hypfs-paths.pandoc
> +++ b/docs/misc/hypfs-paths.pandoc
> @@ -74,7 +74,7 @@ you write finds a path present, it can rely on behavior in future versions of
>  the hypervisors, and in different configurations.  Specifically:
> 
>  1. Conditions under which paths are used may be extended, restricted, or
> -   removed.  For example, a path that�s always available only on ARM systems
> +   removed.  For example, a path that's always available only on ARM systems
>     may become available on x86; or a path available on both systems may be
>     restricted to only appearing on ARM systems.  Paths may also disappear
>     entirely.
> --
> 2.11.0
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc
  2020-07-20 17:07 ` Paul Durrant
@ 2020-07-20 17:08   ` Andrew Cooper
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2020-07-20 17:08 UTC (permalink / raw)
  To: paul, 'Xen-devel'
  Cc: 'Juergen Gross', 'Stefano Stabellini',
	'Julien Grall', 'Wei Liu',
	'George Dunlap', 'Jan Beulich',
	'Ian Jackson'

On 20/07/2020 18:07, Paul Durrant wrote:
>> -----Original Message-----
>> From: Xen-devel <xen-devel-bounces@lists.xenproject.org> On Behalf Of Andrew Cooper
>> Sent: 20 July 2020 17:59
>> To: Xen-devel <xen-devel@lists.xenproject.org>
>> Cc: Juergen Gross <jgross@suse.com>; Stefano Stabellini <sstabellini@kernel.org>; Julien Grall
>> <julien@xen.org>; Wei Liu <wl@xen.org>; George Dunlap <George.Dunlap@eu.citrix.com>; Andrew Cooper
>> <andrew.cooper3@citrix.com>; Jan Beulich <JBeulich@suse.com>; Ian Jackson <ian.jackson@citrix.com>
>> Subject: [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc
>>
>> From the docs cronjob on xenbits:
>>
>>   /usr/bin/pandoc --number-sections --toc --standalone misc/hypfs-paths.pandoc --output
>> html/misc/hypfs-paths.html
>>   pandoc: Cannot decode byte '\x92': Data.Text.Internal.Encoding.decodeUtf8: Invalid UTF-8 stream
>>   make: *** [Makefile:236: html/misc/hypfs-paths.html] Error 1
>>
>> Fixes: 5a4a411bde4 ("docs: specify stability of hypfs path documentation")
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Release-acked-by: Paul Durrant <paul@xen.org>
>
> ...and please commit to staging-4.14 a.s.a.p.

Thanks, and done.

~Andrew


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-20 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 16:58 [PATCH] docs: Replace non-UTF-8 character in hypfs-paths.pandoc Andrew Cooper
2020-07-20 17:07 ` Paul Durrant
2020-07-20 17:08   ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.