linux/Documentation/media
Mauro Carvalho Chehab dd10be381c media: svg: avoid too long lines
Sending patches with SVG files via e-mail has a drawback: line
size could be bigger than 998, with is the limit given by
RFC 5322[1]. So, we need to enforce a lower limit, in order to
allow those patches to be properly reviewed.

[1] https://tools.ietf.org/html/rfc5322#section-2.1.1

So, use this small Perl script to limit columns size to ~900.

use Text::Wrap;
$Text::Wrap::columns = 900;

$t.=$_ while (<>);

print wrap("","",$t);

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-07-26 05:46:41 -04:00
..
dvb-drivers scripts/spelling.txt: add "an user" pattern and fix typo instances 2017-02-27 18:43:46 -08:00
kapi media: dtv-core.rst: complete description of a demod driver 2017-06-25 12:40:54 -03:00
uapi media: svg: avoid too long lines 2017-07-26 05:46:41 -04:00
v4l-drivers media: imx.rst: add it to v4l-drivers book 2017-06-24 13:50:09 -03:00
.gitignore
Makefile docs-rst: Don't use explicit Makefile rules to build SVG and DOT files 2017-03-13 16:41:22 -06:00
audio.h.rst.exceptions
ca.h.rst.exceptions
cec.h.rst.exceptions
conf.py
conf_nitpick.py
dmx.h.rst.exceptions
frontend.h.rst.exceptions
index.rst
intro.rst docs-rst: Don't use explicit Makefile rules to build SVG and DOT files 2017-03-13 16:41:22 -06:00
lirc.h.rst.exceptions [media] lirc: document lirc modes better 2017-03-24 07:43:26 -03:00
media.h.rst.exceptions
media_kapi.rst
media_uapi.rst
net.h.rst.exceptions
typical_media_device.svg media: svg files: simplify files 2017-07-26 05:46:41 -04:00
video.h.rst.exceptions
videodev2.h.rst.exceptions [media] vidioc-queryctrl.rst: document V4L2_CTRL_FLAG_MODIFY_LAYOUT 2017-04-14 22:53:36 -03:00