]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
docs: Replace non-UTF-8 character in hypfs-paths.pandoc
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Jul 2020 16:54:52 +0000 (17:54 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Jul 2020 17:08:00 +0000 (18:08 +0100)
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>
docs/misc/hypfs-paths.pandoc

index 81d70bb80c425d718f3c3d6a6839d90403300eaf..dddb592bc5fe0975d69166980e23cf4652dccf62 100644 (file)
@@ -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\92s 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.