commit | 5e33994dca0e501336b52d8aec5327a9dec6430f | [log] [tgz] |
---|---|---|
author | Markus Heiser <markus.heiser@darmarit.de> | Sat May 13 15:41:38 2017 +0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Thu May 18 10:23:10 2017 -0600 |
tree | 9ae7e66ba41ad57d37dde383c0f89e3d21e0e84a | |
parent | e3bb40c010087a49ed03cfb97ca28390d0a25c67 [diff] |
doc-rst: fix inline emphasis in unshare.rst The asterisk of the pointer is interpreted as a start tag for inline emphasis. Asterisks which are not Sphinx markup need to be quoted in rst-files. This fixes the Sphinx warning: Documentation/userspace-api/unshare.rst:108: WARNING: Inline emphasis start-string without end-string. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>