docs: userspace-api: media: dvb: replace some characters
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 13:12:18 +0000 (15:12 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 13:12:18 +0000 (15:12 +0200)
commitc11669f738f48c7b3cf3b7ec700af33e1566d9c3
tree57e861a0f9aba25a46ebf1206c3e579183415f41
parenteff7d26abc05821fd4ff32f2eef0a37cf977535b
docs: userspace-api: media: dvb: replace some characters

The conversion tools used during DocBook/LaTeX/html/Markdown->ReST
conversion and some cut-and-pasted text contain some characters that
aren't easily reachable on standard keyboards and/or could cause
troubles when parsed by the documentation build system.

Replace the occurences of the following characters:

- U+00a0 (' '): NO-BREAK SPACE
  as it can cause lines being truncated on PDF output
- U+2019 ('’'): RIGHT SINGLE QUOTATION MARK
- U+201c ('“'): LEFT DOUBLE QUOTATION MARK
- U+201d ('”'): RIGHT DOUBLE QUOTATION MARK

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/dvb/audio-set-bypass-mode.rst
Documentation/userspace-api/media/dvb/audio.rst
Documentation/userspace-api/media/dvb/dmx-fopen.rst
Documentation/userspace-api/media/dvb/dmx-fread.rst
Documentation/userspace-api/media/dvb/dmx-set-filter.rst
Documentation/userspace-api/media/dvb/intro.rst
Documentation/userspace-api/media/dvb/video.rst