Displaying 3 results from an estimated 3 matches for "501bf97f".
2016 Oct 19
0
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...f.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20161019/501bf97f/attachment-0001.sig>
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
The previous patch renamed several files that are cross-referenced
along the Kernel documentation. Adjust the links to point to
the right places.
Most of the work here was made via a perl script. Two files
that got renamed (HOWTO and Changes) required manual work, as
there's a high number of false positives.
<script>
#!/usr/bin/perl
use File::Find;
my $show_string;
$show_string=shift
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
The previous patch renamed several files that are cross-referenced
along the Kernel documentation. Adjust the links to point to
the right places.
Most of the work here was made via a perl script. Two files
that got renamed (HOWTO and Changes) required manual work, as
there's a high number of false positives.
<script>
#!/usr/bin/perl
use File::Find;
my $show_string;
$show_string=shift