]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d657e52d574f3f40d871c9f0fa3dc0da7b27fcb
tree57e861a0f9aba25a46ebf1206c3e579183415f41
parent5c16d4862fabac168dac0c33b675fe33a41756f7
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