https://github.com/torvalds/linux
Revision 2d69708f9c08067735672908507894374bebb379 authored by Mauro Carvalho Chehab on 14 June 2018, 13:47:29 UTC, committed by Mauro Carvalho Chehab on 15 June 2018, 21:10:01 UTC
Now that the number of broken refs are smaller, improve the logic
that gets rid of false-positives.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
1 parent e1f319f
Raw File
Tip revision: 2d69708f9c08067735672908507894374bebb379 authored by Mauro Carvalho Chehab on 14 June 2018, 13:47:29 UTC
scripts/documentation-file-ref-check: get rid of false-positives
Tip revision: 2d69708
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top