diff mbox

[v2] docs: fix location of document that got moved

Message ID 20170920180204.23427-1-henning@hennsch.de (mailing list archive)
State New, archived
Headers show

Commit Message

Henning Schild Sept. 20, 2017, 6:02 p.m. UTC
commit 9d85025b0418 ("docs-rst: create an user's manual book") renamed  the
document mentioned in the header. Adjust the link to point to the right
place.

Signed-off-by: Henning Schild <henning@hennsch.de>
---
 fs/binfmt_misc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Henning Schild Nov. 15, 2017, 7:59 a.m. UTC | #1
Adding kernel-janitors to the list, maybe some of you will pick it up.

Henning

Am Wed, 20 Sep 2017 20:02:04 +0200
schrieb Henning Schild <henning@hennsch.de>:

> commit 9d85025b0418 ("docs-rst: create an user's manual book")
> renamed  the document mentioned in the header. Adjust the link to
> point to the right place.
> 
> Signed-off-by: Henning Schild <henning@hennsch.de>
> ---
>  fs/binfmt_misc.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
> index ce7181ea60fa..b5f1ae5d3217 100644
> --- a/fs/binfmt_misc.c
> +++ b/fs/binfmt_misc.c
> @@ -4,7 +4,8 @@
>   * Copyright (C) 1997 Richard Günther
>   *
>   * binfmt_misc detects binaries via a magic or filename extension
> and invokes
> - * a specified wrapper. See Documentation/binfmt_misc.txt for more
> details.
> + * a specified wrapper. See
> Documentation/admin-guide/binfmt-misc.rst for more
> + * details.
>   */
>  
>  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Henning Schild Nov. 28, 2017, 8:12 p.m. UTC | #2
Hi Alexander,

could you please have a look at that patch.

Henning

Am Wed, 20 Sep 2017 20:02:04 +0200
schrieb Henning Schild <henning@hennsch.de>:

> commit 9d85025b0418 ("docs-rst: create an user's manual book")
> renamed  the document mentioned in the header. Adjust the link to
> point to the right place.
> 
> Signed-off-by: Henning Schild <henning@hennsch.de>
> ---
>  fs/binfmt_misc.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
> index ce7181ea60fa..b5f1ae5d3217 100644
> --- a/fs/binfmt_misc.c
> +++ b/fs/binfmt_misc.c
> @@ -4,7 +4,8 @@
>   * Copyright (C) 1997 Richard Günther
>   *
>   * binfmt_misc detects binaries via a magic or filename extension
> and invokes
> - * a specified wrapper. See Documentation/binfmt_misc.txt for more
> details.
> + * a specified wrapper. See
> Documentation/admin-guide/binfmt-misc.rst for more
> + * details.
>   */
>  
>  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
diff mbox

Patch

diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index ce7181ea60fa..b5f1ae5d3217 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -4,7 +4,8 @@ 
  * Copyright (C) 1997 Richard Günther
  *
  * binfmt_misc detects binaries via a magic or filename extension and invokes
- * a specified wrapper. See Documentation/binfmt_misc.txt for more details.
+ * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more
+ * details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt