From patchwork Fri Feb 28 14:18:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Delaunay X-Patchwork-Id: 236978 List-Id: U-Boot discussion From: patrick.delaunay at st.com (Patrick Delaunay) Date: Fri, 28 Feb 2020 15:18:10 +0100 Subject: [PATCH 1/7] README: update reference to *.README In-Reply-To: <20200228141816.1644-1-patrick.delaunay@st.com> References: <20200228141816.1644-1-patrick.delaunay@st.com> Message-ID: <20200228141816.1644-2-patrick.delaunay@st.com> Update some reference in README file detected by scripts/documentation-file-ref-check *.README => README.* Signed-off-by: Patrick Delaunay Reviewed-by: Heinrich Schuchardt --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8cfa92fac9..4a0f8cbeef 100644 --- a/README +++ b/README @@ -4639,7 +4639,7 @@ int main(int argc, char *argv[]) while (learning) { Read the README file in the top level directory; Read http://www.denx.de/twiki/bin/view/DULG/Manual; - Read applicable doc/*.README; + Read applicable doc/README.*; Read the source, Luke; /* find . -name "*.[chS]" | xargs grep -i */ }