linux_dsm_epyc7002/Documentation/media/uapi
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
..
cec [media] cec-ioc-adap-g-caps.rst: document CEC_CAP_NEEDS_HPD 2017-06-20 06:55:15 -03:00
dvb media: svg files: simplify files 2017-07-26 05:46:41 -04:00
mediactl [media] add mux and video interface bridge entity functions 2017-06-20 07:18:01 -03:00
rc [media] lirc: document lirc modes better 2017-03-24 07:43:26 -03:00
v4l media: svg: avoid too long lines 2017-07-26 05:46:41 -04:00
fdl-appendix.rst
gen-errors.rst [media] gen-errors.rst: document EIO 2017-01-30 15:42:47 -02:00