diff mbox series

[1/7] README: update reference to *.README

Message ID 20200228141816.1644-2-patrick.delaunay@st.com
State Accepted
Commit 24bcaec79359b4caa5b040aad592afe40febf880
Headers show
Series doc: Fix some errors pointed out by 'make refcheckdocs' | expand

Commit Message

Patrick Delaunay Feb. 28, 2020, 2:18 p.m. UTC
Update some reference in README file detected by
scripts/documentation-file-ref-check

*.README => README.*

Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
---

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heinrich Schuchardt Feb. 28, 2020, 2:27 p.m. UTC | #1
On 2/28/20 3:18 PM, Patrick Delaunay wrote:
> Update some reference in README file detected by
> scripts/documentation-file-ref-check
>
> *.README => README.*
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

> ---
>
>   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 <keyword> */
>   	}
>
Tom Rini April 17, 2020, 9:07 p.m. UTC | #2
On Fri, Feb 28, 2020 at 03:18:10PM +0100, Patrick Delaunay wrote:

> Update some reference in README file detected by
> scripts/documentation-file-ref-check
> 
> *.README => README.*
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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 <keyword> */
 	}