1. 08 Jun, 2021 30 commits
  2. 04 Jun, 2021 9 commits
  3. 02 Jun, 2021 1 commit
    • Mauro Carvalho Chehab's avatar
      docs: userspace-api: media: dvb: replace some characters · c11669f7
      Mauro Carvalho Chehab authored
      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: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      c11669f7