Mauro Carvalho Chehab
eba9e91c48
doc-rst: linux_tv: Fix some occurences of :sub:
...
The right way to use it seems to do suscript is to use
this pattern: "\ :sub:"
Make sure all places of the media document will fit, by
using this script:
$n=0;
while (<>) {
$n++;
$t = $_;
@matches = $t =~ m/(..\:sub\:)/g;
foreach my $m (@matches) {
$m =~ m/(.)(.)(\:sub\:)/;
$s1=$1;
$s2=$2;
$s3=$3;
next if (($s1 eq "\\") && ($s2 eq " "));
if ($s2 eq " ") {
$t =~ s/$s1$s2$s3/$s1\\$s2$s3/;
next;
}
$t =~ s/$s1$s2$s3/$s1$s2\\ $s3/;
}
print $t;
}
And running it with:
for i in $(git grep -l sub Documentation/linux_tv/); do ./sub.pl $i >a && mv a $i; done
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com >
2016-07-04 10:02:02 -03:00
..
2016-05-27 18:49:29 -07:00
2016-04-27 12:50:14 -04:00
2016-04-18 23:59:09 +02:00
2016-04-28 07:51:59 -06:00
2016-05-19 17:07:04 -07:00
2016-05-19 18:07:25 -07:00
2016-05-20 17:58:30 -07:00
2016-05-14 10:12:45 -06:00
2016-04-28 07:47:35 -06:00
2016-05-05 15:25:54 -04:00
2016-06-07 11:15:02 -03:00
2016-06-03 14:00:21 -06:00
2016-06-23 15:11:51 +03:00
2016-05-20 22:20:48 -07:00
2016-05-10 12:05:27 +03:00
2016-05-11 21:54:05 +10:00
2016-05-27 17:14:05 -07:00
2016-04-28 07:51:59 -06:00
2016-04-27 10:23:44 +02:00
2016-05-26 09:48:23 -07:00
2016-05-04 22:40:02 +02:00
2016-05-28 11:04:16 -07:00
2016-04-06 10:23:09 -07:00
2016-03-10 16:02:52 +07:00
2016-03-05 15:00:38 -08:00
2016-04-16 10:49:08 -06:00
2016-05-10 17:30:14 +02:00
2016-05-23 17:04:14 -07:00
2016-04-16 10:49:18 -06:00
2016-04-28 07:21:48 -06:00
2016-07-04 10:02:02 -03:00
2016-05-17 12:06:35 +02:00
2016-04-28 10:40:57 +02:00
2016-06-03 13:31:37 -06:00
2016-03-31 00:54:22 -06:00
2016-05-19 18:07:25 -07:00
2016-04-05 03:46:59 +02:00
2016-04-11 20:30:42 +10:00
2016-04-28 07:23:59 -06:00
2016-03-17 12:09:35 -07:00
2016-03-22 15:36:02 -07:00
2016-05-19 18:07:25 -07:00
2016-05-28 12:04:17 -07:00
2016-06-09 13:23:27 -06:00
2016-05-20 20:57:27 -07:00
2016-05-08 11:27:44 +02:00
2016-06-30 12:58:33 -06:00
2016-05-25 17:05:40 -07:00
2016-05-10 01:19:26 -07:00
2016-06-30 13:05:40 -06:00
2016-04-28 07:51:59 -06:00
2016-05-20 21:20:31 -07:00
2016-06-23 08:09:10 -06:00
2016-05-19 18:07:25 -07:00
2016-05-11 22:37:54 +02:00
2016-05-20 17:58:30 -07:00
2016-05-01 14:37:49 -07:00
2016-05-14 18:28:29 +02:00
2016-05-19 18:07:25 -07:00
2016-06-03 13:35:06 -06:00
2016-06-30 13:07:33 -06:00
2016-04-18 11:31:49 -06:00
2016-06-23 07:58:38 -06:00
2016-03-21 10:05:13 -07:00
2016-06-30 12:58:33 -06:00
2016-03-29 10:11:44 -07:00
2016-03-21 09:26:45 +01:00
2016-05-23 17:04:14 -07:00
2016-03-09 15:30:03 -07:00
2016-06-30 16:14:52 -03:00
2016-03-31 00:32:59 -06:00
2016-05-02 09:32:04 -07:00
2016-03-25 16:37:42 -07:00
2016-03-22 15:36:02 -07:00
2016-04-15 15:37:25 -06:00
2016-06-30 12:58:33 -06:00
2016-06-03 13:32:58 -06:00
2016-03-09 15:33:38 -07:00
2016-04-28 07:23:11 -06:00
2016-05-09 18:34:37 -03:00
2016-06-23 15:11:51 +03:00
2016-05-04 12:39:35 -07:00
2016-06-23 08:08:36 -06:00
2016-04-28 10:57:51 +02:00
2016-05-19 19:12:14 -07:00
2016-03-12 01:48:11 -07:00
2016-04-29 16:39:39 +02:00
2016-03-15 16:55:16 -07:00
2016-05-17 14:48:04 +02:00
2016-04-28 07:26:41 -06:00
2016-05-06 11:09:01 -07:00
2016-03-14 17:08:16 +01:00
2016-06-03 13:24:16 -06:00
2016-04-28 08:02:36 -06:00
2016-04-28 07:44:54 -06:00